Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Article of the day at Asp.net

    My Creating custom LINQ provider using LinqExtender is article of the day at asp.net . Those of you haven't check that out yet, I would suggest to have a look, it shows the easiest way of creating LINQ providers without any Expression parsing knowledge. Have Fun!!
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 01-22-2008, 12:00 AM
    Filed under: LINQ, C#, LinqExtender, OpenLinqToSql
  • [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. You can check that out at http://dotnetslackers.com/articles/csharp/CreatingCustomLINQProviderUsingLinqExtender.aspx Moreover, I would...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 01-08-2008, 12:00 AM
    Filed under: LINQ, C#, VS2008, LinqExtender, OpenLinqToSql
  • LinqExtender 1.01 released

    I have released the new version of LinqExtender , it now support orderby queries Like I can easily do var query = from q in context where q.Id == 1 orderby q.Id descending select q; Also, I have uploaded a tiny linq to sql project named OpenLinqToSql which is built on LinqExtender and can be downloaded...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 12-10-2007, 12:00 AM
    Filed under: LINQ, C#, LinqExtender, OpenLinqToSql
  • LinqExtender 1.2 is out now

    Since, the first release of LinqExtender, I found quite a bit download and feedback from community around. I did plenty of changes and tried to make it as simple as possible for creating custom providers without knowing a bit of reflection and expression parsing of the core framework. After the release...
    Posted to Mehfuz's WebLog (Weblog) by mehfuzh on 12-25-2007, 12:00 AM
    Filed under: LINQ, C#, LinqExtender, Linq.Flickr, OpenLinqToSql
Page 1 of 1 (4 items)