Wednesday, July 18, 2018

An Overview Of MVC 5 Applications

MVC means Model View Controller. The Model View Controller (MVC) of ASP.NET is an open source lightweight and test-driving framework designed by Microsoft that contains three components Model, View, and Controller. The MVC provides the Model, View, Controller pattern and it allows software developers to build a Web application as a composition of three parts or components such as Model, View and Controller. The MVC model works on the basis of three tiers architecture. The MVC model has no drag and drop server controls, server events and state management techniques. The Microsoft Visual Studio and Microsoft Visual Web Developer Tools are used to design and build the ASP.NET MVC applications.

source https://www.c-sharpcorner.com/article/an-overview-of-mvc-5-applications/

No comments:

Post a Comment