Dan Fernandez has blogged abouth the LINQ Project (Language INtegrated Query). LINQ makes query and set operations, like SQL statements first class citizens in .NET languages like C# and VB.

LINQ project homepage at MSDN

NOTE TO MYSELF: Is LINQ somewhat related to Microsoft Research's C-omega ?