.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
.NET 6 REST 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
The Web API was made without the ASP.NET Core Identity using custom JWT middleware
- 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
ASP.NET Core 2.2 REST 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 REST 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 REST API + MVC using C#, MS SQL Database, AngularJS, ReactJS, jQuery, Ajax and JSON dataset. Secured by HTTPS
The source code at GitHubJava Spring Boot MVC and Spring Security
Note: Due to the resource limitations of the Microsoft Azure Free App Service Plan, the initial load time will be up to 2 minutes. A 403 Status code may happen too!
Try the demo...Migration from Java 8 to Java 11 ! Showing and administrate a dataset of persons by a Java MVC Web Application (Secured by login) using MVC, Security, JSP, JPA, Hibernate, Maven and MS SQL