LINQ Articles


Server Intellect


LINQ Articles

Standard Query Data Operators with LINQ : John Papa

LINQ to Objects and LINQ to Entities have an arsenal of Standard Query Operators that operate on sequences to perform a wide variety of operations. Language Integrated Query (LINQ) allows developers to write SQL-like queries with Microsoft® .NET Framework 3.5 code using a strongly typed syntax. Different...




Data Entry with LINQ to SQL : BethMassi

This sample demonstrates how to use LINQ to SQL classes in a data-entry form with a One-to-Many (Master-Detail) relationship. It includes information on binding comboboxes, displaying validation messages and how to handle updates, inserts and deletes through stored procedures. This sample walks through...




C# 3.0: The Evolution Of LINQ And Its Impact On The Design Of C# : Anson Horton

LINQ gives allows developers to take advantage of the power of queries. Find out how it came to be. I was a huge fan of the Connections series, hosted by James Burke, when it aired on the Discovery Channel. Its basic premise: how seemingly unrelated discoveries influenced other discoveries, which ultimately...