Exploring ASP.NET MVC
MVC
The MVC Model is an alternate to the ASP.NET web forms Model For developing web application .It is a light weight model and Support Exiting ASP.NET Feature.It Separates the Following three main Components From application
Model -
Refers to a set of classes that describe the data that the application work with .In addition these classes define the business Logic that governs how to data can be manipulated.
View -
Refer to the components that defines an application user Interface.For Example ,Login that contains text boxes and buttons.






0 comments:
Post a Comment