A sneak peak at ASP.Net vNext
ASP.Net vNext is now available as a preview. I wanted to give everyone a heads up on what to expect in this next release. I recorded a quick video on what I consider to be the important things to be aware of.
- Project format is changing to a single JSON file
- ASP.NET MVC and Web API have been unified into a single programming model
- Project Roslyn allows for a “no-compile” developer experience while making updates
- Migration to a OWIN hosting model allows for flexibility in production web hosts (IIS or running on Linux via Mono)
http://tv.ssw.com/5366/asp-net-vnext-everything-you-need-to-know-in-4-minutes
[youtube=https://www.youtube.com/watch?v=_XmpFGQ37NA]
More details and access to the latest previews can be found at these links:
- ASP.net vNext homepage https://github.com/aspnet/home#aspnet-vnext-home
- Getting started with ASP.Net vNext http://www.asp.net/vnext/overview/aspnet-vnext/overview
- Project Roslyn http://roslyn.codeplex.com/