27-February-2026
ASP.NET Core Identity MVC Web App serving as a Membership System using .NET 10 - A Starter
Traditional webhosting is used for this Application
An ASP.NET Core Identity MVC Web Application with Individual Accounts created by VS Code using .NET 10 serving as a Membership System towards a SQLite Database
Below is a .NET 8 version of the Web App
25-February-2026
Python Django and PostgreSQL REST API serving Code Snippets hosted at Vercel Cloud using Serverless Functions implementing DevOps by GitHub + Vercel
Try the demo...Django is using the architectural pattern Model-View-Template (MVT) which is a derivation of the pattern Model View Control (MVC). In addition the RESTful architectural style is implemented by Django REST Framework for this Project
This Django Website is serving static content - secured by HTTPS
Code Snippets demonstrates how to use Models by the Django Admin and display the Snippets by REST API
CI / CD by VS Code + GitHub + Vercel Cloud
The source code at GitHub25-February-2026
.NET 10 REST API with C# and Dapper ORM + SQLite DB consuming a React 16 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
22-February-2026
React 19 client towards a REST API by .NET 10 with C# using HTTP Basic Authentication
Traditional webhosting is used for this Application
The Web Application was made with ASP.NET Core + React and Redux
Functionality of the Web App
Tech used for building the Web App
22-February-2026
React 19 client towards a REST API by .NET 10 with C# using JWT Authentication
Traditional webhosting is used for this Application
The Web Application was made with ASP.NET Core + React and Redux
Functionality of the Web App
Tech used for building the Web App