published 1009 days, 9 hours, 58 minutes ago
posted by
farooqkaiser
1018 days, 22 hours, 56 minutes ago
Monday, August 17, 2009 2:53:36 AM GMT
Friday, August 07, 2009 1:56:05 PM GMT
The ASP.NET MVC is a Model-view controller framework which Microsoft added to ASP.NET. It allows software developers to build a Web application as a composition of three roles: Model, View and Controller. The framework was designed to make it easier to implement software design principles and patterns when building web applications. ModelAn MVC model contains all of an application's logic that is not contained in a View or Controller. The model includes all of an application's validation, business, and da...
|
No comments yet, be the first one to post comment.