12-March-2024
.NET 6 REST API with C# using Entity Framework Core + SQLite DB 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
SQLite is local DB and fine for testing and small applications
Traditional webhosting is used for this Application
09-March-2024
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
16-February-2024
A boilerplate ready for serving Node Express TypeScript ESlint Prettier Jest Supertest and Husky
The code at GitHub14-February-2024
A Webpack 5 boilerplate with Angular
Try the demo...A Webpack 5 boilerplate with Angular 8. The demo App serve the Angular logo, a Webpack logo and shows routing and compiled Sass styles. Bootstrap CSS was used to make the demo mobile friendly.
17-December-2023
A minimal REST 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 GitHub