Exposing Data via the Web Using OData
In this chapter, you will be introduced to OData, a standard that makes it easy to expose data via the Web to make it accessible to any client that can make an HTTP request.
This chapter will cover the following topics:
- Understanding OData
- Building a web service that supports OData
- Testing OData services using Visual Studio Code extensions
- Versioning OData controllers
- Enabling entity inserts, updates, and deletes
- Building clients for OData services