AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

LINQ to SQL Instantiation : Brian Mains

Monday, June 30 2008

This article discusses how and when the objects within LINQ to SQL are created and instantiated, and how it maintains a list of the changes that need submitted to the database. It also discusses how this can be managed and some of the intricacies in LINQ with the help of source code.

LINQ to SQL is an ORM tool that connects to SQL Server databases. It generates business objects to match a database's table structures, which are all centrally available through the DataContext class. The LINQ-to-SQL designer creates a custom DataContext class that contains a series of Table objects representing each of the tables in your database...



Read More:
LINQ to SQL Instantiation : Brian Mains
Also See:
Updating and Deleting Existing Binary Data : Scott Mitchell
Paging Database Results in ASP.NET : Scott Mitchell
Inserting, Updating, and Deleting Data with the SqlDataSource : Scott Mitchell
Querying Data with the SqlDataSource Control : Scott Mitchell
New ASP.NET Dynamic Data Support : Scott Guthrie

Post your comment

Comment