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
Monday, 24 November 2025
Exploring Extension Blocks and Constants in C# 14
›
Extension blocks - Extension properties Extension blocks and an important new feature - extension properties can be made in C#14. This is ...
Saturday, 22 November 2025
C# 14 - Null-conditional assignments
›
What's new in C# With .NET 10 released in November 2025, new features of C# is available. Null-conditional assignment In C# 14, Nul...
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...
›
Home
View web version