.NET 8 Web API with C# using Entity Framework Core + SQLite DB + Angular 14 Client serving as a Membership System + Unit Testing
Unit Testing:
- C#
- Swagger API documentation with routes
- JWT authentication with refresh tokens
- Email sign up and verification
- Forgot password and reset password functionality
- Role based authorization with two roles "User" and "Admin"
- CRUD Account management routes with role based access control
SQLite is local DB and fine for testing and small applications
Traditional webhosting is used for this Application
A Hello World Web API in .NET 8 with C#
Traditional webhosting is used for this Application
Try the demo...A Hello World Web API created by VS Code using .NET 8
The Web API at GitHub.NET 7 Web API with C# and Dapper ORM + SQLite DB towards an Angular 14 Client + Unit Testing
Unit Testing:
Dapper is a lightweight Micro-ORM which can be an alternative to Entity Framework Core ORM
SQLite is local DB and fine for testing and small applications
Traditional webhosting is used for this Application
.NET 6 Web API with C# using Entity Framework Core + Remote MS SQL for Prod + local SQLite DB for Dev consumed by a Blazor Client serving as a Membership System
- C#
- Registration of Users
- JWT authentication
- CRUD Account management
MS SQL Server is fine for Production
SQLite is local DB and fine for testing locally and small applications
Traditional webhosting is used for this Application
.NET 6 Web API with C# using Entity Framework Core + SQLite DB consumed by a Blazor Client serving as a Membership System
- C#
- Registration of Users
- JWT authentication
- CRUD Account management
SQLite is local DB and fine for testing and small applications
Traditional webhosting is used for this Application
Blazor and Vue 3 clients towards a Web API by .NET 6 with C# using JWT Authentication
Traditional webhosting is used for this Application
A JWT Auth Web API created by VS Code using .NET 6 with C# with Blazor and Vue 3 Clients + Pinia + Vite
Blazor and Vue 3 clients towards a Web API by .NET 6 with C# using Basic Authentication
Traditional webhosting is used for this Application
A Basic Auth Web API created by VS Code using .NET 6 with Blazor and Vue 3 Clients + Pinia + Vite
Blazor App in .NET 6 with C# and WebAssembly - Displays a List
A Single Page Blazor App developed in .NET 6 with C# and WebAssembly - Displays a List
Traditional webhosting is used for this Application
A minimal Web API in .NET 6 with C#
Traditional webhosting is used for this Application
Try the demo...A minimal Web API created by VS Code using .NET 6
The Web API at GitHubArtificial Intelligence, Machine Learning and Deep Learning
Tasting wine using ML.NET with C#
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 GitHubArtificial Intelligence, Machine Learning and Deep Learning
Predict the global temperature using ML.NET with C#
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 GitHubASP.NET Core 2.2 Web API with C# towards Vue clients using Basic Authentication for Login
The API is hosted at Microsoft Azure App Service and the Vue 3 and Vue 2 Clients at GitHub Pages
For the Web API a CI / CD Pipeline was implemented by Azure DevOps - A Build and a Release Pipeline which deploys to Azure App Service
A Login system by a Vue client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and a Basic Authorization Header
ASP.NET Core 2.2 Web API with C# towards Vue 3 and Angular clients using JWT Authentication for Login
The Vue 3 and the Angular Clients are hosted at GitHub Pages
The API is hosted at Microsoft Azure App Service
For the Web API a CI / CD Pipeline was implemented by the DevOps at GitHub Actions and deployed to Azure App Service
A Login system by a Vue 3 and a Angular client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and Authentication by a JWT with the Baerer schema in the Authorization Header
ASP.NET Core 2.2 Web API with C# towards Angular and React serving as Role based Membership system
Traditional webhosting is used for this Application
A Web API role based Membership System for authentication and registration managing Users by an Angular or React client / ASP.NET Core 2.2 Web API with C# secured by HTTPS and Authentication by a JWT
Administrate Posts by an Angular client and the Web API after a successfully login
ASP.NET Core 2.0 Web API with C# showing a dataset of Persons by MVC / Web API
Traditional webhosting is used for the Application
Try the demo...Showing / Administrate a dataset of persons as a RESTful webservice using ASP.NET Core 2.0 Web API, C#, MS SQL Database, AngularJS, ReactJS, jQuery, Ajax and JSON dataset. Secured by HTTPS
The source code at GitHub