Browse by Tags

All Tags » Linq.Flickr » LinqExtender (RSS)
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...
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...
It is now possible for LinqExtender implemented providers to have anonymous type in the select query. For example, consider the following SqlContext<Book> context = new SqlContext<Book>(); var query = (from q in context orderby q.LastUpdated...
Posted by mehfuzh | 3 comment(s)
More Posts