August 2014
Intermediate to advanced
408 pages
9h 54m
English
CHAPTER 12
![]()
OData
In this chapter, I will briefly introduce ASP.NET Web API support for OData, the Open Data Protocol. You will learn how to do the following:
12-1. Creating OData Services in Web API
Problem
You would like to create an OData service using ASP.NET Web API.
Solution
The easiest way to get started with OData in Web API is to use the ASP.NET scaffolder to generate OData controllers for you. To ...