Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Following with the launch of VS2013 ASP.NET a slew of frameworks were also updated and made available for general download. Some of the changes include: - MVC 5:
- MVC Web API 2:
- Web Forms:
- Authentication / OWIN and Katana: decouples the web application from the server, making web applications host-agnostic
- Scaffolding: Scaffolding is a code generation framework for ASP.NET Web applications. It makes it easy to add boileplate code to your project that interacts with a data model. |
Checkout all of the latest bits here -> https://www.asp.net/vnext/overview Release Notes -> https://www.asp.net/visual-studio/overview/2013/release-notes#TOC11 @StartupCitizen www.startupcitizen.us
|