Query caching in ADO.NET Data Services

Pablo has a new post on the Project Astoria Team blog about a few ideas we're considering on how to cache queries. Note that this isn't about caching the results of a query, but rather all the work that takes place from receiving a URI to transforming it into something we can enumerate to write out results.

The trade-offs in usability, discoverability, performance, coupling and parsimony are quite interesting, so if you have an opinion, please head over to https://blogs.msdn.com/astoriateam/archive/2008/03/31/looking-for-feedback-query-caching-in-data-services.aspx, take a look at the post and let us know what you think.