Showing results for July 2013 - .NET Blog

Jul 26, 2013
Post comments count0
Post likes count0

EF/MVC Series updated to EF5/MVC4

Rick_Anderson
Rick_Anderson

Tom Dykstra and I have updated Tom’s popular EF/MVC series to the latest release, that is MVC 4 and EF 5. The biggest change was the addition of code first migrations.  What’s great about the updated 10 part series is you can download the end of each chapter. Suppose you want to get a jump start on Concurrency (Covered in Chapter 7...

ASP.NET
Jul 25, 2013
Post comments count0
Post likes count0

Advise the .NET Framework Team

.NET Team
.NET Team

This post was written by Rich Lander, a Program Manager on the .NET Framework team. He’s also the one posting as @DotNet on Twitter. Late last month, we released the .NET Framework 4.5.1 Preview. We’re in a spot in our release cycle where we’d appreciate feedback on the pre-release version that we just made available, but we're also starting ...

.NET
Jul 25, 2013
Post comments count0
Post likes count0

Invoke the Manage NuGet Packages dialog programmatically

Luan Nguyen
Luan Nguyen

Recently I've been asked several times for how to invoke the Manage NuGet Packages dialog from VS components programmatically, and optionally auto-invoke the search when the dialog opens. Today I'd like to share the solution in this post. It's actually very straightforward. The Manage NuGet Packages menu command is registered as a standard VS comm...

NuGetVisual Studio
Jul 24, 2013
Post comments count0
Post likes count0

Katana License Lifts Windows-only Restriction

howard dierking - MSFT
howard dierking - MSFT

(cross-posted from http://codebetter.com/howarddierking/2013/07/23/katana-license-lifts-windows-only-restriction/) Over the past few months, a great deal of attention has been paid to the following clause used in most of the licenses associated with the NuGet packages that we and other teams at Microsoft ship.   “ a. Distribution Restrictions. Y...

ASP.NET
Jul 24, 2013
Post comments count0
Post likes count0

Katana License Lifts Windows-only Restriction

howard dierking - MSFT
howard dierking - MSFT

(cross-posted from http://codebetter.com/howarddierking/2013/07/23/katana-license-lifts-windows-only-restriction/) Over the past few months, a great deal of attention has been paid to the following clause used in most of the licenses associated with the NuGet packages that we and other teams at Microsoft ship.   “ a. Distribution Restrictions. Y...

ASP.NET
Jul 23, 2013
Post comments count0
Post likes count0

Publish HTML/JS website to Linux/Apache using Visual Studio

Xinyang Qiu
Xinyang Qiu

We received a question about how to use Visual Studio to deploy HTML/JS website to Linux / Apache.  To do it, you need to create an empty ASP.NET website project in Visual Studio (File->New Web Site…) and then include all the HTML/JS files. 1. Right click on the website Project, select “Publish Web Site”. 2. Drop down t...

ASP.NET
Jul 19, 2013
Post comments count0
Post likes count0

Writing Web API Client Code for Multiple Platforms Using Portable Libraries

Ian_Hong
Ian_Hong

The Microsoft ASP.NET Web API Client Libraries make it easy to write .NET clients that interact with RESTful HTTP services. Unfortunately, until recently the Web API client libraries did not support all platforms. Because of this limitation, developers had to maintain different code, depending on the target platform. The new release of Microsoft A...

ASP.NET
Jul 17, 2013
Post comments count0
Post likes count0

HttpClient 2.2 is now stable

Immo Landwerth
Immo Landwerth

As promised, we’ve just pushed the RTM version of HttpClient 2.2 to NuGet. This version adds support for automatic decompression. As announced here, this doesn’t require a dependency on Microsoft.Bcl.Compression. This allowed us to support automatic decompression on more platforms and without forcing your projects to change the CPU arch...

.NET
Jul 16, 2013
Post comments count0
Post likes count0

Tracing in ASP.NET MVC Razor Views

Tom Dykstra - MSFT
Tom Dykstra - MSFT

System.Diagnostics.Trace can be a useful tool for logging and debugging, and sometimes it would be handy to be able to call one of the tracing methods from a Razor view. For example, when an MVC application runs in production, by default MVC catches most application exceptions for you and routes them to Views/Shared/Error.cshtml. That view doesn’...

ASP.NET
Jul 16, 2013
Post comments count0
Post likes count0

Responsible for a million dollar software project, but don’t know where to start?

.NET Team
.NET Team

This post was written by Cesar De la Torre Llorente, a member of the .NET Marketing team. Cesar provides guidance on .NET to customers and to sales, marketing, and support professionals at Microsoft. We just released a new guide that provides a global and broad picture of Microsoft development technologies for business applications. You can le...

.NET