C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




MVP architecture


Posted Date: 09 Aug 2008      Total Responses: 2

Posted By: sreenivasarao       Member Level: Gold     Points: 1


Hi,

I am new to MVP architecture. Can anybody please send the sample project like student/Employee which will demonistrates the MVP architecture. The article is good help to me which is posted by you.


Thanks in advance.





Responses

Author: pradipta    13 Aug 2008Member Level: GoldRating:     Points: 3
There is a good article in the following URL you can refer to.You can also download the sample code from there
http://www.codeproject.com/KB/architecture/ModelViewPresenter.aspx


Author: Suresh p Swamy    13 Nov 2008Member Level: SilverRating:     Points: 6

Model View Presenter, is a network of objects where each collection co-ordinate within them among to achieve solution in such away that the application becomes very testable.

Here model is domain-specific representation of the data, View is nothing but the win form or Web forms and the Presenter are the components which take the user input from the user and communicate with the models via the interfaces.
• View contains the Presenter instance.
• Presenter is the only class knowing how to reach to model and retrieve the data needed for performing business logic.
• Presenter talks to the View through the view interface (abstracted representation of the View without UI specific attributes).
• View doesn't know nothing about the Model.



MVC and MVP .doc
Post Reply
You must Sign In to post a response.
Next : How to remove grip and overflowmenu from Toolbar control in WPF
Previous : Removing items from a listbox
Return to Discussion Forum
Post New Message
Category: WPF

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

doors in nj

Contact Us    Privacy Policy    Terms Of Use