LINQ to Bing, Silverlight and .NET RIA Services
Posted by: Nikhil Kotharis Weblog,
on 26 Aug 2009 |
View original | Bookmarked: 0 time(s)
In my last post, I described BLinq, or LINQ to Bing, an API that allows you use LINQ to access the Bing search results (ok, so perhaps BLinq was not the best of names, given prior art on that name ... but anyway). I also alluded to .NET RIA Services integration, which I'll cover in this installment. In fact, IQueryable and the LINQ pattern lie at the very heart of .NET RIA Services, in allowing developers to access data in a consistent manner not just on client or server but across client and server,...