LINQ to FLICKR - this is cool

LINQ to FLICKR - this is cool

  • Comments 2

Up on CodePlex there is a LINQ provider for FlickR.

There is some reference doc here but the code basically looks like:

FlickrContext context = new FlickrContext();

var query = from ph in context.Photos
                   where ph.Id == PhotoId && ph.PhotoSize == PhotoSize.Medium 
                   select ph;

Leave a Comment
  • Please add 1 and 4 and type the answer here:
  • Post
Page 1 of 1 (2 items)