Coding Grounds
Compilation of different programming projects I amuse myself with.
Monday, 31 March 2025
Generating Dall-e-3 images using Microsoft Semantic Kernel
›
In this demo, Dall-e-3 images are generated from a console app using Microsoft Semantic Kernel. The semantic kernel is a library that offer...
Saturday, 22 March 2025
Image classification using ML.NET Machine Learning
›
I added a demo using ML.Net in a Github. The demo is available in this repository : https://github.com/toreaurstadboss/ImageClassifica...
Tuesday, 18 March 2025
Converting a .NET Datetime to a DateTime2 in T-SQL
›
This article presents a handy T-Sql that extracts a DateTime value stored in .NET in a numerical field and converts it into a Sql Server Dat...
Wednesday, 12 March 2025
Rebuild indexes in all tables in Sql Server for a set of databases
›
Here is a convenient Sql script to rebuild all indexes in a set of databases in Sql Server. RebuildAllDatabaseIndexesInSetOfDatabases.sql...
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:
›
Home
View web version