Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
c#
.
Show all posts
Showing posts with label
c#
.
Show all posts
Saturday, 9 August 2025
Testing API resilience with Polly Chaos engine
›
Polly is a transient failure handling and resilience library that makes it convenient to build robust APIs based on policies for handling er...
Monday, 28 July 2025
Azure Keyvault and HMAC-SHA256 Pseudonymizer
›
In this article, using Azure Keyvault together with HMAC-SHA256. Introduction to HMAC SHA-256 The HMAC-SHA256 is a SHA-256 cryptographic...
Sunday, 6 July 2025
Blazorise Datepicker with highlighting of dates
›
The Blazorise Datepicker is a date picker control for setting dates in Blazor WASM web assembly apps. It uses Flatpickr to provide a user ...
Tuesday, 1 July 2025
Pluralizers in Entity Framework
›
In Entity Framework, you can implement a IPluralizationService to control how entities' names will be pluralized . In additional singula...
Monday, 5 May 2025
Using MatPlotLib from .NET
›
MatPlotLib is a powerful library for data visualization. It provides graphing for scientific computing. It can be used for doing both mathem...
›
Home
View web version