Browse by Tags

All Tags » LinqExtender (RSS)
While developing LinqExtender, i have come across various scenarios that people don’t want to extent any query class or even implement any interface. Also, it is almost absurd when they have to add new extender specific attributes to their entity class...
Posted by mehfuzh | with no comments
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...
Posted by mehfuzh | 5 comment(s)
Filed under: , ,
In this post, I will show how to cook an LINQToTwitter library with LinqExtender. My target is to create it easily and over existing twitter API. I used Yedda Twitter library. Yedda library basically returns response in XML/JSON/RSS/ATOM format depending...
Posted by mehfuzh | 15 comment(s)
I just made a quick update to the existing release of LinqExtender. I recently found a bug while building a feature for FlickrXplorer is that if you use constant type query with orderby clause it does pretty well, but it simply does not do well with complex...
Posted by mehfuzh | 1 comment(s)
Filed under: , ,
Its been quite a while since I made any release of the toolkit. I basically, get into user requests, used it myself in LinqToFlickr project and came up with some new features and enhancements. In my last post, I already mentioned about comment and photo...
Posted by mehfuzh | 3 comment(s)
Filed under: ,
Last week, I released a new version of LINQ.flickr, which I named as Athena from release 1.4. It covers few features from flickr service, also now I have updated it with the latest LINQExtender (pre release version)  containing updated Object Tracking...
Posted by mehfuzh | 1 comment(s)
In my last post, I have mentioned of creating Flickr app with Asp.net MVC. In recent update I have modified it with Asp.net MVC Preview 3. You can find a general reference about the project here . But in this post, I will say, what are the changes due...
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...
I just came to know that I have been given the MVP award for 2008 that comes through the following line from a mail in my inbox. " Congratulations! We are pleased to present you with the 2008 Microsoft® MVP Award! The MVP Award is our way to say thank...
Posted by mehfuzh | 12 comment(s)
Filed under: ,
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. Service based apps are of fixed set of...
Posted by mehfuzh | 4 comment(s)
Filed under: , ,
More Posts Next page »