fb like button code

Model


  • It is the most important part of application.
  • Model represent properties of application.
  • Model represent real word objects, process it, rules that define the subject called as domain of our application.
  • Model referred as domain model contains the C# objects.
  • The Views & Controllers then expose the domain to clients in consistent manner.
  • These domain objects often encapsulate data stored in a database as well as code used to manipulate the data & enforce domain specific business logic.

0 comments:

Facebook