Linq to SQL is an object relational model that you can leverage in Visual Studio 2008. Your connection to SQL Server 2008 database is through a new control in Visual Studio 2008, the LinqDataSource control. This control needs a data context. The data context is provided by the Linq to SQL classes, a class generator that maps SQL server objects to the model. The class files generated support CRUD operations.
In this article a LinqDataSource control is the starting object for displaying data from an instance of a resident SQL Server 2008.
Read on and get a head start....
No comments:
Post a Comment