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
Tuesday, 1 July 2025
Pluralizers in Entity Framework
›
In Entity Framework, you can implement a IPluralizationService to control how entities' names will be pluralized . In additional singula...
Monday, 5 May 2025
Using MatPlotLib from .NET
›
MatPlotLib is a powerful library for data visualization. It provides graphing for scientific computing. It can be used for doing both mathem...
Tuesday, 22 April 2025
Predicting variable using Regression with ML.net
›
This article will look at regression with ML.net In the example, the variable "Poverty rate" measured as a percentage against am...
Tuesday, 15 April 2025
Adding plugins to use for Semantic Kernel
›
With Microsoft Semantic Kernel, it is possible to consume AI services such as Azure AI and OpenAI with less code, as this framework provides...
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...
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