Getting started with ASP.NET Web API OData in 3 simple steps
With the upcoming ASP.NET 2012.2 release, we’ll be adding support for OData to Web API. In this blog post, I’ll go over the three simple steps you’ll need to go through to get your first OData service up and running: Before we dive in, the code snippets in this post won’t work if you’re using the RC build. You can upgrade to using ou...