LINQ To SQL Tutorial | One .NET Way(onedotnetway.com)
submitted by
deepakkapoor(430) 3 years, 6 months ago
With .NET Framework 3.5 Microsoft released Language Integrated Query aka LINQ. LINQ enables developers to query data sources using a query like syntax with both C# and VB.NET. These data sources can be collections, SQL Server databases, XML, DataSets etc. Other than what is supplied by Microsoft, LINQ is also extensible. This means that you can query data sources beyond what Microsoft ships. Examples of such implementations are LINQ To Flickr, LINQ To Amazon, LINQ to Google etc. In this article I will show you how you can use LINQ To SQL to perform CRUD operations on a SQL Server database.
|category: Linq
|Views: 159
tags:
LINQ another
Everyones tags:
Your Tags: