Querying WCF endpoints using Web API
Posted by: eXtensible mind,
on 19 May 2011 |
View original | Bookmarked: 0 time(s)
In previous versions of the Web API, you could query your REST endpoints that exposed an IQueryable<T> server-side, kinda Linq to WCF as @gblock said. This was immensely useful and an important driver (among others) for me to move away from Astoria ADO.NET Data Services. That functionality is gone now (vote to get it back!). [...]...