|
Forums » .NET » ASP.Net MVC »
Posted Date: 30 Mar 2010 Posted By:: Naveen Kumar Member Level: Gold Member Rank: 287 Points: 1
Responses:
3
|
The ASP.NET MVC Framework is a web application framework that implements the model-view-controller pattern. Based on ASP.NET, it allows software developers to build a Web application as a composition of three roles: Model, View and Controller. A model represents the state of a particular aspect of the application. Frequently, a model maps to a database table with the entries in the table representing the state of the application. A controller handles interactions and updates the model to reflect a change in state of the application, and then passes information to the view. A view accepts necessary information from the controller and renders a user interface to display that.[1]
In April 2009, the ASP.NET MVC source code was released under the Microsoft Public License (MS-PL).[2]
The ASP.NET MVC Framework couples the models, views, and controllers using interface-based contracts, thereby allowing each component to be easily tested independently.
Regards,
Naveen Kumar.M saarvariholidays
|
Responses
|
#487770 Author: Naveen Kumar Member Level: Gold Member Rank: 287 Date: 30/Mar/2010 Rating:  Points: 2 | It is the fundamental of the asp.net mvc mvc means module view controller...
Regards,
Naveen Kumar.M saarvariholidays
| #491261 Author: SSharma Member Level: Gold Member Rank: 321 Date: 07/Apr/2010 Rating:  Points: 2 | Hi Naveen,
Thanks for sharing this information.
I heard that Asp.net MVC application follows Observer pattern. Please elaborate where does it use this pattern. Also please give a very small code sample including a business entity, and model, View, Control classes.
Thanks!
|
|
| Post Reply |
|
|
|
 | | This thread is locked for new responses. Please post your comments and questions as a separate thread. If required, refer to the URL of this page in your new post. |
|
|
|
|
 Follow us on Twitter: https://twitter.com/dotnetspider
|
|