New LINQ flavors: LINQ to Flickr, LINQ to NHibernate, LINQ to LDAP
In the spirit of
LINQ to Amazon
now comes
LINQ to Flickr. Mohammed Hossam El-Din (Bashmohandes) proposes an implementation that is very close to what I
created with
LINQ to Amazon, except that this time it's the
Flickr API
that is used thanks to the
FlickrNet library. I'm quite sure we will soon see more LINQ flavors appear
to query various data sources. There is already work started
to create
LINQ to NHibernate
and
LINQ to LDAP
APIs, for example.
Cross-posted from http://linqinaction.net
