Showing results for 2020 - Page 3 of 3 - OData

Mar 4, 2020
42
0

Enabling Endpoint Routing in OData

Hassan Habib
Hassan Habib

Few months ago we announced an experimental release of OData for ASP.NET Core 3.1, and for those who could move forward with their applications without leveraging endpoint routing, the release was considered final, although not ideal. But for those who have existing APIs or were planning to develop new APIs leveraging endpoint routing, the OData...

Jan 5, 2020
1
0

Integrating Cosmos DB with OData (Part 3)

Hassan Habib
Hassan Habib

Sometimes requiring to build an entire ASP.NET Core application just for the purpose of exposing a RESTFul API endpoint to give your API consumers the ability to query, filter and order the data could be a bit of an overhead, especially if you are not planning on adding in any additional business logic between your data and it's consumers. It's ...