This is a model used in software development process. Here logic of different parts of development is devided in three different parts.
1. Model – This is be your business object which has your business logic in it like calling of stored procedures,validations etc.
2. View – This is your User Interface which has controls like TextBox,Label etc.
3. Presenter – This is an object whose only work is to join View and Model.
Wednesday, August 20, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment