Showing results for August 2019 - OData

Aug 12, 2019
1
0

Customize Control Information for full metadata requests in odata.net

Kanish Manuja
Kanish Manuja

Background OData supports three metadata levels for the JSON format, namely - No Metadata as the name suggests does not include control information other than nextLink and count. Minimal metadata responses usually include context, etag, deltalink etc. whereas full metadata responses contain all the control information like navigat...

Aug 7, 2019
3
0

Using SkipToken for Paging in Asp.Net OData and Asp.Net Core OData

Kanish Manuja
Kanish Manuja

Loading large data can be slow. Services often rely on pagination to load the data incrementally to improve the response times and the user experience. Paging can be server-driven or client-driven: Client-driven paging In client-driven paging, the client decides how many records it wants to load and asks the server for that many records. That is ...

Aug 4, 2019
6
0

Integrating Cosmos DB with OData (Part 2)

Hassan Habib
Hassan Habib

In the first article of this series, we talked about integrating Cosmos DB with ASP.NET Core application powered by OData using a pre-built solution that was using Cosmos Client to run full CRUD operations. But that's not the only way we can work with Cosmos DB from ASP.NET Core - there are two more approaches that we could follow to work with t...