.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