
Xinyang Qiu provides all of the details on the the releases of Visual Studio 2015 Preview and VS2013 Update 4.

Wednesday, December 3, 2014
In-depth post from Rick Strahl showing how to take advantage of NuGet package output from ASP.NET vNext package creation for multi-targeting.

Tuesday, December 2, 2014
In this blog post, Jon Smith looks at creating an ASP.NET MVC 5 app from a pre-existing SQL DB.
Monday, December 1, 2014
Wonde Tadesse begins an excellent series exploring ASP.NET Web API data streaming, HTTPS and extending Web API documentation with an in-depth look at data streaming.

Friday, November 28, 2014
Nice post from Filip Woj. explaining how to leverage ASP.NET vNext extensibility - this time with ConfigR, a CSharp script based configuration source.

Thursday, November 27, 2014
Yishai Galatzer explains why you might see XML instead of JSON response from an API response in ASP.NET MVC 6 as well as how to override the response to return JSON.

Wednesday, November 26, 2014
Once the whole ASP.NET stack was open sourced, you just knew somebody would get it running on a Raspberry Pi, didn't you? Jan Tielens shows how it's done.

Friday, December 5, 2014
Scott Hanselman walks through the process of installing ASP.NET, Visual Studio, and the tools you need to start developing your own website today.

Wednesday, November 12, 2014
ASP.NET 5 is a significant redesign of ASP.NET. This topic introduces the new concepts in ASP.NET 5 and explains how they help you develop modern web apps.

Wednesday, November 12, 2014
ASP.NET 5.0 brings some big changes to the project system and build process for ASP.NET apps. In modern web app development, there are lots of moving parts: Server-side code (such as ASP.NET), clie...