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.
by Todd Sprang
This article explains how to create a general-purpose data-access library for creating dynamic queries using LINQ-to-Entities.
by Michiel du Toit
Implementing Dictionary.RemoveAll as an extension method
by Don Kackman
Extension methods to evaluate plain text SQL queries against IEnumerable collections.
by d.ban
A LINQ tutorial for beginners.