Create custom LINQ providers fluently
Posted by: Mehfuzs WebLog,
on 25 Feb 2009 |
View original | Bookmarked: 0 time(s)
Just released LinqExtender 2.0. Over previous release , it contains generally bugs fixes. Overall, I have focused on striping out complexity as much as possible to keep you focused on your business logic. You can see the full list of features in the documentation that comes with it. Now, while creating the LinqToTwitter example, I have shown that creating custom providers with LinqExtender requires two steps, first you have to define a query object by implementing IQueryObject and then you have...