.NET 8 RESTful Web 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
.NET 8 Web API with C# and Dapper ORM + SQLite DB consuming an Angular 14 Client + Unit Testing
Unit Testing:
Coverage Reports are generated for visualize the result of Unit Testing ( .NET based xUnit )
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 8 Web API with C# using Entity Framework Core + SQLite consuming an Angular 14 Client - 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