Click here to Skip to main content

Language Integrated Query

Great Reads

by MarkLTX
When using LINQ to SQL, it can be very useful to see the SQL commands that are generated by your LINQ expressions. Sometimes the results are surprising and you might be able to improve performance by tweaking the LINQ.All you have to do is set the Log property of the DataContext object. ...
by Dmitri Raiko
Rewriting query expressions is a simple and yet safe and powerful technique to modify queries dynamically at runtime.
by andy404
This article introduces PFX for the .NET Framework and discusses PLINQ.
by dasblinkenlight
Converting between types in .NET.

Latest Articles

by Don Kackman
Extension methods to evaluate plain text SQL queries against IEnumerable collections.
by d.ban
A LINQ tutorial for beginners.
by Rion Williams
Generating an MD5 hash from a string using LINQ.
by Mike_Liu
Advanced concepts and features of LINQ to SQL, including Stored Procedure support, concurrency control, and transactional processing.

Discussions

by fmsalmeida on Article "Dynamically evaluated SQL LINQ queries"
by Don Dausi on Article "A LINQ Tutorial: WPF Data Binding...
by ansiboy on Article "Dynamically evaluated SQL LINQ queries"
by Don Kackman on Article "Dynamically evaluated SQL LINQ queries"
by George Swan on tip/trick "LINQ Tutorial for Beginners"

All Articles