LINQ Tutorials, Articles and Resources


Server Intellect


Latest LINQ Tutorials

Using LINQ to Create a Pager for SQL Data in C#

This tutorial was created with Microsoft Visual Studio .NET 2008. However, if you are using 2005, you can implement LINQ by downloading Microsoft's LINQ Community Technology Preview release from here . Using LINQ to SQL, we can make use of the built-in methods to page the database data a lot easier than...




Using LINQ to Objects in VB

This tutorial was created with Microsoft Visual Studio .NET 2008. However, if you are using 2005, you can implement LINQ by downloading Microsoft's LINQ Community Technology Preview release from here . In this tutorial, we will be looking at using LINQ to Objects. We will be creating a Windows Forms...




Using LINQ to Objects in C#

This tutorial was created with Microsoft Visual Studio .NET 2008. However, if you are using 2005, you can implement LINQ by downloading Microsoft's LINQ Community Technology Preview release from here . In this tutorial, we will be looking at using LINQ to Objects. We will be creating a Windows Forms...




Creating LINQ to SQL Entities in VB.NET

This tutorial was created with Visual Studio .NET 2008, but can be recreated in 2005, after downloading and installing Microsoft's LINQ Community Technology Preview release, which can be downloaded from here . Visual Studio.NET 2008 makes it very easy for us to create LINQ to SQL Entities using the Object...




Creating LINQ to SQL Entities in C#

This tutorial was created with Visual Studio .NET 2008, but can be recreated in 2005, after downloading and installing Microsoft's LINQ Community Technology Preview release, which can be downloaded from here . Visual Studio.NET 2008 makes it very easy for us to create LINQ to SQL Entities using the Object...




Binding ObjectDataSource to LINQ to SQL Query in VB

This tutorial was created with Microsoft Visual Studio .NET 2008. However, if you are using 2005, you can implement LINQ by downloading Microsoft's LINQ Community Technology Preview release from here . In this tutorial, we will be looking at using LINQ to SQL Classes in conjunction with the ObjectDataSource...




Binding ObjectDataSource to LINQ to SQL Query in C#

This tutorial was created with Microsoft Visual Studio .NET 2008. However, if you are using 2005, you can implement LINQ by downloading Microsoft's LINQ Community Technology Preview release from here . In this tutorial, we will be looking at using LINQ to SQL Classes in conjunction with the ObjectDataSource...




Adding to XML File using LINQ and C#

This tutorial was created with Visual Studio 2008, but can be replicated in 2005 if you download and install Microsoft's LINQ Community Technology Preview release, which can be downloaded from here . LINQ has the amazing ability to communicate and interact with many various data sources - databases,...




LINQ Projection in C#

This tutorial was created with Microsoft Visual Stuio.NET 2008. 2005 can be used, but you must install Microsoft's LINQ Community Technology Preview release, which can be downloaded from here . In this tutorial we will look at LINQ Projection, which is when we can select specific data from a source without...




LINQ Projection in VB

This tutorial was created with Microsoft Visual Stuio.NET 2008. 2005 can be used, but you must install Microsoft's LINQ Community Technology Preview release, which can be downloaded from here . In this tutorial we will look at LINQ Projection, which is when we can select specific data from a source without...