Friday, 10 February 2017

MVC 6 with .net framewok 5.

MVC 6 is part of ASP.NET 5. MVC 6 Came with more concepts and changes. ASP.NET framework has been rebuild from the ground up so it reflects in the MVC framework as well.

Some Disadvantages of MVC 5
These frameworks  serves different purposes perfectly. When working with these frameworks we realize that  conceptually they are very similar.

MVC and WebAPI have lots of concepts in common like

Controllers
Actions
Filters
Model binding

MVC and Web API both have controllers that were used to handle the incoming HttpRequest. But the WebAPI controllers inherit from the ApiController class where as the MVC controllers inherit from the Controller class.

No comments:

Post a Comment