Coding Grounds
Compilation of different programming projects I amuse myself with.
Sunday, 24 July 2022
Generic repository pattern for Azure Cosmos DB
›
I have looked into Azure Cosmos DB to learn a bit about this schemaless database in Azure cloud. It is a powerful 'document database...
1 comment:
Saturday, 16 July 2022
Using ValueConverter in EF Core 6 to handle custom data types
›
Usually we stick to the familiar data types, but EF Core 6 (Entity Framework) can also both save a custom data type and also load it up agai...
Saturday, 9 July 2022
MediatR - Adding a pipeline behavior and logging to SeriLog and Seq
›
This article will present how you can add a pipeline behavior to MediatR and then log to SeriLog and Seq. This makes it possible to add for ...
‹
›
Home
View web version