Can anybody tell me what are the new features available in ASP.NET MVC 6.0? And what is the very nice feature which insist me to migrate my project MVC 5.0 to MVC 6.0?
ASP.NET MVC lets you use features such as forms authentication and Windows authentication, URL authorization, membership and roles, output and data caching, session and profile state management, health monitoring, the configuration system, and the provider architecture.
Important components of an MVC6 application 2.1 Global. json 2.2 src folder 2.3 Wwwroot 2.4 Config. Json 2.5 Project. json 2.6 Startup.
While MVC5 can be facilitated in IIS and keeps running on top of The ASP.NET pipeline, MVC 6 can act naturally facilitated and utilizes adaptable pipeline in which we have finish control over the segments that are a piece of the pipeline.
ASP.NET MVC 6 comes with some new features as well. Some prominent ones are: - MVC, WEB API and Web Pages are merged into one single framework.
This is the best list I found that answered a few of my questions:
http://www.dotnet-tricks.com/Tutorial/mvc6/5R9E190514-Introduction-to-ASP.NET-vNext-and-MVC-6.html
Here is a summary of the 10 features they covered:
project.json
to list all dependencies and a Startup
class that replaces global.asaxIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With