Showing posts with label MVC 6. Show all posts
Showing posts with label MVC 6. Show all posts

Monday 21 September 2015

ASP.NET MVC 6

Features of  ASP.NET MVC 6

MVC 6  is simply a next version of MVC 5 , which means initially there was different framework are included and used to develop the integrated web application which consists of  WEB API, MVC and web forms .

But in MVC 6 , all the individual frameworks are combined into one framework , which reduced the duplicates of the classes in each separate framework .

MVC 6 is one ASP.NET , which includes MVC architecture , web forms and web api in one framework and makes it simple by using the one framework instead of multiple frameworks to understand .