Archive for December, 2008
Introduction to LINQ to SQL
06Dec08
LINQ to SQL enables you to access and modify data from a Microsoft SQL Server database without writing any SQL. LINQ to SQL enables you to perform all of your database queries from directly within the C# or VB.NET programming languages.
LINQ to SQL provides a number of benefits:
Productivity — A huge amount of [...]
Filed under: LINQ | Leave a Comment