C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

Mvc applications


Posted Date: 25 Jun 2009      Posted By: Krishnaveni      Member Level: Gold     Points: 1   Responses: 2



how ASP.Net MVC applications differ from Asp.net applications




Responses

Author: D.Jeya kumar(JK)    25 Jun 2009Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

Hi,

Usually all the data transfer will be passed through a form in simple words to understand.

The model manages the behavior and data and responds to requests for information about its state

The view just manages the display of information.

The controller interprets the mouse and keyboard inputs from the user, informing the model and/or the view to change as appropriate.

Check the below link for more information and to implement it in .net

http://msdn.microsoft.com/en-us/library/ms978748.aspx

http://www.asp.net/mvc/

Regards
JK



Author: ABitSmart    25 Jun 2009Member Level: DiamondRating: 2 out of 52 out of 5     Points: 2

DJ in MVC, the mouse and keyboard interpretation is not done by Controller it is done by View itself. You have explained an MVP pattern - Model View Presenter.

ASP.NET MVC is an MVC design pattern implementation for ASP.Net. If you know what an MVC pattern is, you will love the idea of inherent MVC support in ASP.Net.



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.


Next : Getting value from popup window using asp and javascript
Previous : Dynamiclly change drop down items text in bold
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use