Stories recently tagged with 'LinqExtender'

Multiple Item support for same property in where clause : LinqExtender(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 1 month ago

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 < someDate select book; ... read more...

add a comment |category: |Views: 4

tags: another

LinqExtender 1.3.1(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 2 months ago

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. .. read more...

add a comment |category: |Views: 1

tags: another

[New Article] Creating custom LINQ provider using LinqExtender(weblogs.asp.net)

submitted by mehfuzhmehfuzh(1906) 4 years, 4 months ago

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. .. read more...

2 comments |category: |Views: 44

tags: another