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 Bryan O'Connell
Using LINQ to SQL for ETL projects.
by Don Kackman
Extension methods to evaluate plain text SQL queries against IEnumerable collections.
by Andreas Gieriet
This is an alternative for "Dynamically generate a LINQ query with a custom property".
by Todd Sprang
This article explains how to create a general-purpose data-access library for creating dynamic queries using LINQ-to-Entities.

Research Library

In this whitepaper, we review the basic hosting concepts such as...
In this whitepaper we outline the planning, guidelines, and...
Within organizations, there are a few words that can instill fear...
Perhaps the greatest threat to adoption of Office 365 is not...

Discussions

by alex440 on Article "LINQ Demo with ASP.NET Web Application"
by lalitsrana on Article "Introducing LINQ—Language Integrated...
by Member 10110240 on Article "LINQ to XML"
by Savalia Manoj M on Article "DataObjects.NET -OrM Framework for...
by jkshay on Article "Using bulk insert with your...

All Articles