LINQ to Flickr
One of the new features in .NET 3.5 is LINQ, which lets you do SQL-like queries on various data sources in code, including objects, XML, and eventually, databases. I'm waiting for the VS2008 release (some time next week, as far as I can tell) to start playing with it, but quite a few people at the office have already switched to take advantage of LINQ.
I just ran into this blog post about a LINQ to Flickr provider, which is pretty neat. I'll have to take a better look at what is involved in writing a LINQ provider once I make the switch to VS2008.
0 comments:
Post a Comment