Mehfuz's WebLog

Live crazy, think different!

Sponsors

Browse by Tags

All Tags » Linq.Flickr (RSS)
Asp.net MVC more Form post scenarios and Ajax
In the flickr explorer app made with Asp.net MVC and Athena , I was trying out some form post scenarios. In this post, I will add few things regarding MVC form post and A jax that is common to FlickrXplorer but can be used in general. Now, Asp.net MVC...
Athena - A LINQ to flickr API (Release 1.4)
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...
Making authenticated calls to flickr
There are few things to know , when getting photos from your stream , adding comments and overall doing adding and deletion of your photos. As with flickr you can take a look at this url => http://www.flickr.com/services/api/auth.spec.html   for...
Posted: Jul 29 2008, 02:16 AM by mehfuzh | with 2 comment(s)
Filed under: , , ,
Implement Master-Detail layout with ASP.NET MVC
This is the first of posts that I am making to show out the things you can do with ASP.NET MVC. Also, it shows what I have done while building FlickrXplorer . I am bit lazy to write one article for it, so I thought rather to start it here. In this post...
Replace SortedDictionary with LINQ query - Part 2 (with comparison)
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...
Replace SortedDictionary with LINQ query
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: Jun 17 2008, 01:43 AM by mehfuzh | with 4 comment(s)
Filed under: , ,
Flickr web app with MVC preview 3 [Cont..]
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...
Flickr Xplorer - An Asp.net MVC photo app for Flickr
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 url way ...
Mock HTTP layer to do complex tasks like uploading photo to Flickr
In this post, I will show how you can use Typemock to fake out complex HTTP POST like uploading photo in Flickr server. The example which will be shown here, gives a pretty much generic idea of faking out HTTP calls and gain access to the response stream...
LINQ.Flickr 1.3
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: May 05 2008, 02:33 AM by mehfuzh | with 2 comment(s)
Filed under: , ,
More Posts Next page »