LinqExtender gives a way to get started with LINQ to anything without doing the complex Expression tree parsing. It gives out more or less easy data structure, without sacrificing things like projection , where , order by etc. Its still under development and a starting point could be LinqToFlickr.
Hope you find it useful and its open to any suggestion