Long time ago, I had one post said that the NFlickr is going to support the LINQ , because my new baby was born at last Dec and I could not get any chance until yesterday. So NOW I will announce that the first version of the LINQ to Flickr is ready for the Alpha test.
To search your photos can be as simple as this
1: PhotoList list = new PhotoList(service);
2: var photos = from photo in list
3: where photo.TagName == "Yang" && photo.Family == true
4: select photo;
Of course, you need to initialize the service and you have to follow the Flickr development document. But it’s already done in NFlickr :)
In the next few posts, I will share the experience with the LINQ to Flickr development. Hopefully baby will agree and give me more time :)