Coding Grounds
Compilation of different programming projects I amuse myself with.
Tuesday, 1 August 2023
Writing and reading unmapped properties in Azure Cosmos DB
›
This article presents code that shows how you can read and write unmapped properties in Azure Cosmos DB. An unmapped property in Azure Cos...
Monday, 31 July 2023
Loading references (navigational properties) for an item in Azure Cosmos DB
›
The extensions methods shown here can be applied in general in Entity Framework Core. In Azure Cosmos DB, if you use the FindAsync method f...
Saturday, 29 July 2023
Forced cancellation of a CancellationToken
›
CancellationToken are used to signal that an asynchronous task should cancelled, at some given point in the code from here on a cancellation...
1 comment:
‹
›
Home
View web version