Part 08 – OData v4 in ASP.NET WebApi – Single key
This is a series of blogs detailing my introduction to using OData v4 with C# and ASP.NET WebApi. The source code for the project can be found here. Creating the Project The Project is called Part08 Create the Customer Model In the Models folder create a Customer class for our Entity. public class Customer { … More Part 08 – OData v4 in ASP.NET WebApi – Single key