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, 1 August 2026
Kartverket Matrikkel Eiendoms API with MAUI
›
This article will show how looking up data from Eiendoms API (v1) from Kartverket. The data is retrieved from Matrikkelen , the official reg...
1 comment:
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 ...
›
Home
View web version