h1.post-title { color:orange; font-family:verdana,Arial; font-weight:bold; padding-bottom:5px; text-shadow:#64665b 0px 1px 1px; font-size:32px; } -->

Pages

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.