IT Readings Log   

Monday, May 15, 2006

LINQ Into Microsoft's New Query Capabilities

Writting SQL queries directly in C# code. I mentioned this in an article before -> cool stuff. Why did it take so long to come up with it anyway?

So if you have in VB something like:
Dim names As String() = {"Markus", "Ellen", "Franz", "Erna" }

Then you can do something like:
Select name From name in names

Read the entire article here.

Technocrati Tags , , ,

0 Comments:

Post a Comment

<< Home