Coding Grounds
Compilation of different programming projects I amuse myself with.
Saturday, 22 April 2023
Tag Helpers in Asp.net Core Mvc 7
›
This article will present a sample Tag Helper in .net. A Tag Helper is similar to Html Helpers in Asp.net Mvc in .NET Framework, but it is ...
Monday, 3 April 2023
Using Azure Cognitive Services to summarize articles
›
I have added a repo on Github for a web scraping app written in .NET MAUI Blazor. It uses Azure Cognitive Services to summarize articles. ...
Saturday, 4 March 2023
Generic math - Factorial method
›
Here is a example of a generic math factorial method in C# 11. Generic math allows you to make numeric methods that makes use of the INumb...
‹
›
Home
View web version