Coding Grounds
Compilation of different programming projects I amuse myself with.
Showing posts with label
Blazor
.
Show all posts
Showing posts with label
Blazor
.
Show all posts
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 ...
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:
Monday, 22 April 2024
Pii - Detecting Personally Identifiable Information using Azure Cognitive Services
›
This article will look at detecting Person Identifiable Information (Pii) using Azure Cognitive Services. I have created a demo using .NET...
Saturday, 21 October 2023
Using Azure Health Information extraction in Azure Cognitive Services
›
This article presents code how to extract Health information from arbitrary text using Azure Health Information extraction in Azure Cognitiv...
Saturday, 14 October 2023
Using Image Analysis in Azure AI Cognitive Services
›
I have added a demo .NET MAUI Blazor app that uses Image Analysis in Computer Vision in Azure Cognitive Services. Note that Image Analysis...
›
Home
View web version