12-January-2025
.NET 8 REST API at Azure with C# using Entity Framework Core + MS SQL consuming an Angular 14 Client at GH Pages - serving as a Membership System
Unit Testing:
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
Functionality of the Web App
Tech used for building the Web App
11-January-2025
Blazor ( .NET 6 ) and Vue 3 clients towards a REST API by .NET 8 with C# using JWT Authentication
Traditional webhosting is used for this Application
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
A JWT Auth Web API created by VS Code using .NET 8 with C# with Blazor and Vue 3 Clients + Pinia + Vite
11-January-2025
Blazor ( .NET 6 ) and Vue 3 clients towards a REST API by .NET 8 with C# using Basic Authentication
Traditional webhosting is used for this Application
A Basic Auth Web API created by VS Code using .NET 8 with Blazor and Vue 3 Clients + Pinia + Vite
11-January-2025
.NET 8 Console App for tasting wine using ML.NET with C#
Explore Artificial Intelligence and Machine Learning
This is a console application using Microsoft’s Machine Learning framework ML.NET for tasting wine
FastTree regression used to train the Model
The code at GitHub11-January-2025
.NET 8 Console App to predict the global temperature using ML.NET with C#
Explore Artificial Intelligence and Machine Learning
This is a console application using Microsoft’s Machine Learning framework ML.NET to predict the global temperatures
Singular Spectrum Analysis (SSA) model for univariate time-series forecasting using the method "ForecastBySsa" of the class "TimeSeriesCatalog" for training the Model
The code at GitHub