Calendar

<<  February 2012  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
2728291234
567891011

View posts in large calendar

RecentComments

Comment RSS

MVC : Model View Controller

Model View Controller is an Architectural pattern.

View: The user interface (GUI) or the software which produces User Interface (ASP.Net Web forms ) which enables display of  information about the model to the user. Any object that needs information about the model needs to be a registered view with the model. Example - Boundary Class

 

Controller: The user interface presented to the user to manipulate the application. User Driven Events in GUI. Example - Control Class

 
Model: The core of the application. This maintains the state and data that the application represents. When significant changes occur in the model, it updates all of its views. Example - Entity Class
Posted: Apr 11 2008, 04:10 by Admin | Comments (0) RSS comment feed |
  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Category: Pattern | Architecture
Social Bookmarks: E-mail | Kick it! | DZone it! | del.icio.us

Add comment


(Will show your Gravatar icon)  

  Country flag

biuquote
  • Comment
  • Preview
Loading