- New flexible and cross-platform runtime
- New modular HTTP request pipeline
- Cloud-ready environment configuration
- Unified programming model that combines MVC, Web API, and Web Pages
- Run multiple .NET Framework versions side-by-side
- Ability to see changes without re-building the project
- Ability to self-host or host on IIS
- New tools in Visual Studio 2015, including Grunt, Gulp, Bower, and NPM integration
- there is no need to rebuild
- it used Roslyn compiler for this.
- Debug lambda expression
- In .Net 5, you can easily IIS host or self host, your asp.net 2015 project.
Here you will find about .net technology. also can get example about MVC.net and jquery.
Tuesday, October 11, 2016
Top Changes in ASP.NET 5 and MVC 6
Subscribe to:
Post Comments (Atom)
Complete Authentication System in ASP.NET Core using JWT
JWT (JSON Web Token) authentication is widely used for securing APIs in modern applications. In this article, we will build a complete authe...
-
<html> <body> <table> <tr><td>Text to Save:</td></tr> <tr> <td colspan="3...
-
Many developers don't know about how to remove un-used code and block. Visual Studio giving facility to resolve this. The followin...
-
Selector Example Selects * $("*") All elements # id $("#lastname") The element with id="lastname" . class...
No comments:
Post a Comment