dotnetspider.com
Login Login    Register      

TutorialsForumCareer DevelopmentResourcesReviewsJobsInterviewCommunitiesProjectsTraining

Subscribe to Subscribers
Talk to Webmaster
Tony John

Facebook
Google+
Twitter
LinkedIn
Online MembersA'zlina
More...
Join our online Google+ community for Bloggers, Content Writers and Webmasters




Forums » .NET » ASP.Net MVC »

ASP.NET MVC Framework


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

#487769    Author: Naveen Kumar      Member Level: Gold      Member Rank: 287     Date: 30/Mar/2010   Rating: 2 out of 52 out of 5     Points: 2

It is the fundamental of the asp.net mvc

Regards,

Naveen Kumar.M
saarvariholidays



 
#487770    Author: Naveen Kumar      Member Level: Gold      Member Rank: 287     Date: 30/Mar/2010   Rating: 2 out of 52 out of 5     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: 2 out of 52 out of 5     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.



Previous : How to merge an ASP.NET website with MVC web application
Return to Discussion Forum
Post New Message
Category:



Follow us on Twitter: https://twitter.com/dotnetspider

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Email subscription
  • .NET Jobs
  • .NET Articles
  • .NET Forums
  • Articles Rss Feeds
    Forum Rss Feeds


    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.