Part 14d – OData v4 in ASP.NET WebApi – Query Options – COUNT

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. Up to now we have been creating individual controller actions for our entities either for selecting all entities or selecting entities by key. One of the powers … More Part 14d – OData v4 in ASP.NET WebApi – Query Options – COUNT

Part 14c – OData v4 in ASP.NET WebApi – Query Options – EXPAND

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. Up to now we have been creating individual controller actions for our entities either for selecting all entities or selecting entities by key. One of the powers … More Part 14c – OData v4 in ASP.NET WebApi – Query Options – EXPAND