Skip to main content
deleted 49 characters in body
Source Link
Robert Harvey
  • 179.8k
  • 47
  • 343
  • 508

The Model should handle data access.

From MSDN:

Models. Model objects are the parts of the application that implement the logic for the application's data domain. Often, model objects retrieve and store model state in a database. For example, a Product object might retrieve information from a database, operate on it, and then write updated information back to a Products table in a SQL Server database.

Edit:

Provided MSDN source for my claim.

The Model should handle data access.

From MSDN:

Models. Model objects are the parts of the application that implement the logic for the application's data domain. Often, model objects retrieve and store model state in a database. For example, a Product object might retrieve information from a database, operate on it, and then write updated information back to a Products table in a SQL Server database.

Edit:

Provided MSDN source for my claim.

The Model should handle data access.

From MSDN:

Models. Model objects are the parts of the application that implement the logic for the application's data domain. Often, model objects retrieve and store model state in a database. For example, a Product object might retrieve information from a database, operate on it, and then write updated information back to a Products table in a SQL Server database.

Source Link
JSK NS
  • 3.4k
  • 2
  • 26
  • 42

The Model should handle data access.

From MSDN:

Models. Model objects are the parts of the application that implement the logic for the application's data domain. Often, model objects retrieve and store model state in a database. For example, a Product object might retrieve information from a database, operate on it, and then write updated information back to a Products table in a SQL Server database.

Edit:

Provided MSDN source for my claim.