New IQueryable Support for Http Services in WCF
Posted by: Pablo M. Cibraro (aka Cibrax),
on 01 Nov 2010 |
View original | Bookmarked: 0 time(s)
One of the things that caught my attention when WCF Data Service was released a couple of years ago was the ability of using URI segments for passing queries directly to an underline linq provider. This represented a very powerful feature for allowing clients to filter and manipulate a large data result set on the server side with a simple API and without incurring in any unnecessary performance penalty (the queries are performed and resolved in the data source itself most of the times) and having...