In this article, we will understand what is MVC and create a simple application using Model, View and Controller.  

Model View Controller: MVC is a software architecture, which separates the logic from the user interface. This is achieved by separating the application into three parts Model, View and Controller. MVC is separation of concern. MVC is also a design pattern.
Model:Represents the logical behavior of data in the application. It represents applications business logic. Model notifies view and controller whenever there is change in state.
View: Provides the user interface of the application. A view is the one which transforms the state of the model into readable HTML.

Controller: Accepts inputs from the user and instructs the view and model to perform the action accordingly.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too. 


Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to
C#,.NET,Architect,Intermediate,VS2010,.Net,Articles,Computer Tutorials,MVC,MVC 4