Have you wondered if and when you should use the new LINQ features in .Net 3.5?
Like, where should I put a new extension method? Should I use Func<T> or a custom delegate? How do I best implement a mix-in (extension methods on an interface)?
Well, Mircea Trofin has just published a new draft of some LINQ [...]
Lesen Sie den vollständigen Eintrag unter http://richardbushnell.net/index.php/2008/03/13/design-guidelines-for-linq/