10 Useful Features OF ASP.NET 5
ASP.NET 5 is an open source web framework utilized for building modern web applications that can be produced, developed and run on Windows, Linux, and the Mac. It incorporates the MVC 6 framework, which now consolidates the features of MVC and Web API into a one single web programming framework. Asp.net 5 is basically a tool for building web applications that are built on the .NET core and has built-in support for dependency injection.
Let us see the features of ASP.NET 5
1. Earlier whenever we make any changes in the project, we have to rebuilt to check its effects. But Asp.net 5 uses Roslyn compiler, so there is no need to rebuilt it again.
2. By using Asp.net 5 one can easily migrate and deploy project utilizing cloud configuration.
3. Asp.net 5 has open source in GitHub, that means we can find the code of asp.net from Github
4. Asp.net uses 3 types of runtime engine i.e Full.Net CLR, Core CLR, Cross-Platform CLR
5. In Asp.net 5 we can easily use MVC, web API and web pages together as they are merged together into single programming model and can make a modern website and web application.
6. It uses HTTP pipeline that uses less overhead in the pipeline and improves HTTP performance. This provides fast HTTP performance.
7. Asp.net 5 has built-in dependency injection abstraction in a consistent way to the entire web stack.
8. As asp.net 5 is an open source we can see the code, download it and can see the changes that are made and also submit the changes easily.
9. In asp.net 5 we can manage the dependencies with the help of the nuget manager or by using json file.
10. The deployment of the application on the cloud is made easier by using asp.net5
The field of ASP.NET application development is progressing at a quick pace. So one can make the most out of Asp.net 5















