Asp.Net 4.6

What’s new in Asp.Net 4.6?

1.      New flexible and cross-platform run-time.
2.      New modular HTTP request Pipeline.
3.      Cloud ready environment configuration.
4.      Unified programming model that combines MVC, Web API and Web pages.
5.      Ability to see changes without rebuilding the Project.
6.      New tools in Visual Studio 2015.

7.      It is Open source.

What’s new in Asp.Net 4.5

 Asp.Net 4.5:-

1.      Bundling and Minification:-

              Bundling is easy to combine or bundle multiple files into a single file. You can create CSS, JavaScript and other bundles. Fewer files means fewer HTTP requests and that can improve first page load performance.

               Minification is the process of compressing the CSS and the java script files.

2.      Routing:-

          It is the Process of generating dynamic routes That can access the Resources from a website.
3.      Boot Strap:-
          
         It is a Repository of css and jquery that aloes the application to use the script and styles from the boot strap vendor.

4.      Web API’s :-

         The web API’s aloes the application development which is compatible ware’s devices like Mobil, tab’s.