By tag: LinqExtender
0
kicks
Multiple Item support for same property in where clause : LinqExtender
Just a few days ago I have rolled up another patch for LinqExtender which is 1.3.2 , this is reported to me from a work item, especially to support the following query
var query = from book in _context.Books
where book.PublishedDate > someDate
and book.PublishedDate ...
0
kicks
LinqExtender 1.3.1
Last week, I have released a patch for LinqExtender project at codeplex. You can find the full feature list at release page. One issue that I will talk about here is orderby clause and its related in-memory sort. ..
0
kicks
[New Article] Creating custom LINQ provider using LinqExtender
First of all happy new year, secondly my new article is just published at Dotnetslackers. This explains the detail of creating custom LINQ providers using Linqextender. ..