My friend Heynemann just sent me the most cool list of Linq fo AnyWhere . The one´s I´m really interested in are: LINQ over C# project LINQ to NHibernate LINQ to NCover LINQ to Expressions Hope it Helps.
Read More...
Recently I've seeing some wicked stuff done with Linq, but this one is, to say the least, Outstanding. Joe Feser released this Linq to NCover . Doing stuff like: CodeCoverage c = CodeCoverage.Load(file); var retVal =from mod in c.Modules from cls in mod.Classes
Read More...