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 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.

Discussions

by vshekharjha on Article "SQL to LINQ ( Visual Representation )"
by Member 10060125 on alternative tip "Invent your own Dynamic LINQ...
by Andreas Gieriet on alternative tip "Invent your own Dynamic LINQ...
by Member 10060125 on alternative tip "Invent your own Dynamic LINQ...
by Dewey on article "Dynamic Querying with...

All Articles