Tag Archives: Linq2Rest

OData V3 any/all support

WCF Data Services 5 has been RTM’d and adds support for a whole bunch of scenarios: Any/All Actions Collections Named Streams/Stream Properties PATCH Verb Prefer Headers Properties on Derived Types Support for DateTimeOffset and TimeSpan Data Types Support for DbContext as the DataService Source Spatial Vocabularies The most interesting bit for me initially was Any/All. [...]

3  

Creating a .Net queryable client for ASP.Net Web API oData services

TL;DR: How to create a client Linq api for querying IQueryable ASP.Net Web API rest services in very few lines of code using JSON.Net and Linq2Rest.   The ASP.Net MVC4 Beta was released recently and included the Beta release of ASP.Net Web API, formally known as the WCF Web API. Lots of people have already [...]

22