Tag Archives: oData
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. [...]
Introducing Pushqa–Queryable Push Messages over OData
Pushqa is a smarter pub/sub model, allowing the subscriber to use LINQ to declare the messages they want to receive. Background LINQ has revolutionised the way we work with data in .Net, allowing us to compose and query data sources of all types. When Microsoft introduced OData it opened up the ability to query server [...]
Supporting oData expands for EF includes in ASP.Net Web API
Hold Up!!! Please see the updated (and much nicer) implementation using an ActionFilter. Following on from my previous post on creating a client API for ASP.Net Web API queryable oData services, I wanted to prove that expand clauses could also work for Entity Framework object sets. The oData URI conventions specifies that the desired depth [...]
Login