| Simple LINQ to SQL in C# |
This article provides an introduction to employing LINQ to SQL within a Windows Forms application; the article will address the incorporation of LINQ to SQL
into a win forms project, how to use LINQ to SQL to select, insert, update, and delete data, and how to use LINQ to SQL to execute stored procedures.
Select query examples will demonstrate ordering, filtering, aggregation, returning typed lists, returning single objects and values, and how to query across
entity sets (which are essentially related tables associated by foreign keys).
|
| LINQ articles on ASPAlliance.com |
In this section of ASPAlliance.com you will find a number of useful LINQ articles.
|
| LINQ for JavaScript |
This one is a short tutorial on LINQ for JavaScript.
|
|
A Simple Example of Using LINQ and Entity Framework |
After going through this small tutorial you will be able to use LINQ and Entity Framework.
|
| Programming LINQ |
A very well written LINQ programming tutorial.
|
| Introduction To LINQ
|
A very comprehensive LINQ tutorial from visualbuilder.com. Receommended for anyone seeking information on LINQ programming.
|
| LINQ to XML in Silverlight Tutorial |
This article will explain how to use LINQ to XML to read data from a XML file and bind that to SILVERLIGHT 3.0 Data Grid. XML file will be
read in a WCF service and WCF service will return a List to be bind in a Grid.
|
| Language-Integrated Query |
A very nice looking LINQ programming tutorial.
|
|
LINQ Queries - An Example Driven Introduction |
A very well written LINQ programming tutorial from about.com.
|
|