Creating a Client Application

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:

Image Microsoft.OData.Client.dll

Image Microsoft.OData.Core.dll

Microsoft.OData.Edm.dll

Microsoft.Spatial.dll ...

Get Visual Basic 2015 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.