July 2015
Intermediate to advanced
1300 pages
87h 27m
English
The first thing you need to do in order to expose data through a network is build an OData service. Clients will be able to reach this service via an endpoint, and it will allow them to perform HTTP requests via a URL. The OData service is exposed by an ASP.NET application, with Web API enabled. In Visual Studio 2015, select File, New Project and then select the ASP.NET Web Application template (see Figure 38.1.) Name the new project OrderService and click OK.
FIGURE 38.1 Creating a new web application for hosting an OData service.
When the New ASP.NET Project dialog appears, select the Empty template and ensure ...