Coding Grounds
Compilation of different programming projects I amuse myself with.
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:
Sunday, 9 July 2023
Localizing Blazor WASM applications with a language picker
›
This article presents code how to localize a Blazor WASM app with a language picker. This is part of globalizing an app. The sample app is...
‹
›
Home
View web version