DCSIMG
LINQ,SQL Server 2005 - Gilad Lavian's Blog

Gilad Lavian's Blog

In Development

Browse by Tags

All Tags » LINQ » SQL Server 2005 (RSS)
LINQ to SQL Classes
One can only wish everybody to speak LINQ! The following solution demonstrate how to query database tables with object relational data classes. For this example you need to download and install the AdventureWorks Database provided by Microsoft. First, create a new console project: Open the "Server Explorer", click on the "Connect to Database" button: Select the Microsoft SQL Server: The next step is to connect to your AdventureWorks Database Server, from the "Add Connection"...