July 2015
Intermediate to advanced
1300 pages
87h 27m
English
The goal of the next example is to show how you can perform read/insert/update/delete operations against an OData service from a client. Add a new Console project to the current solution and name it ClientApp. Next, in the Package Manager Console type the following instruction:
Install-package Microsoft.OData.Client
This installs the required libraries for clients, including the following assemblies:
Microsoft.OData.Client.dll
Microsoft.OData.Core.dll
Microsoft.OData.Edm.dll
Microsoft.Spatial.dll ...