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
Sunday, 3 May 2026
Inspecting String Length Constraints in EF Core
›
Inspecting String Length Constraints in EF Core Entity Framework Core exposes a rich representation of your database schema through it...
Tuesday, 31 March 2026
Generic EqualityComparer for classes in C#
›
GenericEqualityComparer Creating support for Equality comparison of classes in C# can become repititive. In this article, we will look a...
Sunday, 15 February 2026
Blazor Property Grid - Updated version
›
Blazor Property Grid I wrote a Blazor Property Grid component back in 2021, the updated the version is now available some five years later...
Sunday, 21 December 2025
Finding out file extension from byte inspection
›
Consider a byte array stored in a column in a table in a database column. How can we identify the file extension of the byte array by insp...
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...
›
Home
View web version