29 December 2012

DataContext

DataContext:
  1.     To communicate with a Database a connection must be made. In LINQ this connection is created by a DataContext.
  2. Create connection to database.
  3. It submits and retrieves object to database.
  4. Converts objects to SQL queries and vice versa.

No comments: