The Model, view, controller is an architectural framework developed by Microsoft for the alternative of asp.net web forms for creating web application. The ASP.Net MVC is a lightweight and testable framework with existing features of asp.net web forms such as master page and authentication. Most importantly it splits application into three components i.e
Model, View and Controller.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The Model, view, controller is an architectural framework developed by Microsoft for the alternative of asp.net web forms for creating web application. The ASP.Net MVC is a lightweight and testable framework with existing features of asp.net web forms such as master page and authentication. Most importantly it splits application into three components i.e Model, View and Controller.