Wednesday, 9 December 2015


ASP.NET 5 Features

 Few of great enhanced features in ASP.NET 5 for .Net developers

1.       Full side-by-side support

2.       Cross-platform support

3.       Cloud-ready

4.       Faster development

5.       MVC, Web Pages and Web API

6.       Flexible hosting 

Full side-by-side support: ASP.NET 5 applications can now be installed on a machine without affecting any other applications on the machine.
Cross-platform support: ASP.NET 5 runs and is supported on Windows, Mac and Linux.
 Cloud-ready: Features such as diagnostics, session state, cache and configuration are designed to work locally and in the cloud.
Faster development: The build step is removed; just save source files and refresh the browser and compilation happens automatically.
 MVC, Web Pages and Web API: These are all merged together, simplifying the number of concepts.
Flexible hosting: You can now host your entire ASP.NET 5 application on IIS or in your own process.

Below link for Introduction to ASP.NET 5
Below link for ASP.NET 5 : Introducing the ASP.NET 5 Preview