ASP.NET MVC Design
ASP.NET MVC Design |
ASP.NET MVC Design pattern derives from MVC design pattern i.e. Model View Controller design pattern. It seperates the responsibilities.C in MVC is for Controller. Controller is component which acts as target to external stimulus. Controller then responds to stimulus by calling Model to fetch data and then View to display data in UI .
ASP.NET MVC Design pattern seperates the behaviour i.e. Data , UI and Event.
No comments:
Post a Comment