Browse by Tags

All Tags » LINQ (RSS)
In my previous post , I have said that using LINQ query instead of SortedDictionary not only could be useful , elegant but also less processor intensive. In this post, I will show you a real comparison between the same the method but one with SortedDictionary...
Posted by mehfuzh | 2 comment(s)
Filed under: , , ,
With LINQ.Flickr it is quite necessary to get signature on parameters in order to do authenticated flickr photo get. As with the signature, it has to be sorted by parameter then to be hashed by MD5. Previously, I used to use SortedDictionary dictionary...
Posted by mehfuzh | 4 comment(s)
Filed under: , ,
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...
I have flushed out a little project at Codeplex called "Flickr Xplorer". Its a Flickr mesh up that lets you search(user, tag, text), jump into user photos, see popular and latest stream and moreover lets you browse the whole Flickr in hacked...
Just released another version of LINQ.Flickr. The release is out with several bug fixes, code optimization, new feature and overall mocking support. I have used Typemock for the unit test of the product. In coming posts, I will show how powerful mock...
Posted by mehfuzh | 2 comment(s)
Filed under: , ,
There are mocking tools like Rhino Mock, Moq, NMock, Typemock and many more. Recently, I was kinda evaluating mocking tools to mock out REST calls in Linq.Flickr. Almost all of the mock tools requires some sort of interface reference to work on. When...
Few weeks ago, I did a post about how can I handle REST response using LINQ To XML. You can take a look at it here. http://weblogs.asp.net/mehfuzh/archive/2008/01/11/rest-with-linq-to-xml.aspx Now , this is nice that we can parse REST response with LINQ...
Posted by mehfuzh | 4 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: , ,
ECMA OpenXml is a recognized open standard for saving and retrieving office documents that enables cross-platform document porting and sharing. The Office 2007 uses this format for its data persistence for word, excel and power point lineups. There is...
Posted by mehfuzh | 2 comment(s)
Filed under: , , ,
Last week, I have released LINQ.Flickr 1.2 , this new release comes with some bugs fixes requested by community. The best of them was not to be able to search only by user and with specific photo size. The bug started after converting it to use LinqExtender...
Posted by mehfuzh | 3 comment(s)
Filed under: , , ,
More Posts Next page »