|
by Dustin Campbell via Did it with .NET on 10/24/2009 6:01:40 PM
Now that Visual Studio
2010 Beta 2 is finally out the door, I’ve had a bit more time to spend coding
on some of my personal projects. Yesterday, I happened upon a cool trick while using
the new Generate
from Usage feature. It was so helpful to me that I thought others might benefit,
so I’m sharing it here.
The Anonymous Type Problem
When you need to project some data from a LINQ expression, anonymous
types can be enormously convenient.
... [ read more ]
|
|