Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
.NET 9
.
Show all posts
Showing posts with label
.NET 9
.
Show all posts
Sunday, 9 March 2025
Generating dropdowns for enums in Blazor
›
This article will look into generating dropdown for enums in Blazor. The repository for the source code listed in the article is here: htt...
1 comment:
Saturday, 18 January 2025
Monitoring User Secrets inside Blazor
›
This article shows how you can add User Secrets for a Blazor app, or other related .NET client technology supporting them. User secrets are...
1 comment:
Saturday, 4 January 2025
Slider component for Blazor
›
I have added a Blazor component for Blazor, which uses INPUT of type range and additional CSS styling for more flexible setup of look and f...
2 comments:
Saturday, 16 November 2024
Url encoding base 64 strings in .NET 9
›
This article shows new functionality how to url encode base 64 strings in .NET 9. In .NET 8 you would do multiple steps to url encode base...
Monday, 30 September 2024
Generic alternate lookup for Dictionary in .NET 9
›
Alternate lookup for Dictionary in .NET 9 demo This repo contains code that shows how an alternate lookup of dictionaries can be implemen...
1 comment:
›
Home
View web version