View the Projects by pagnition

A Blog full of Web Projects

View the Projects by the navigation at the bottom of the Page sorted by Date...


.NET 10 and ASP.NET Core Identity MVC Web Application

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


Python and Django REST API using PostgreSQL hosted at Vercel Cloud serving Code Snippets

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 GitHub

.NET 10 REST API with Dapper SQLite and xUnit

25-February-2026

.NET 10 REST API with C# and Dapper ORM + SQLite DB consuming a React 16 Client + Unit Testing

Unit Testing:

  • xUnit - Used with one of the .NET Web API

Coverage Reports are generated for visualize the result of Unit Testing ( .NET based xUnit )

Try the demo...

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 10 REST API doing HTTP Basic Authentication

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

  • HTTP Basic Authentication

Tech used for building the Web App

  • C#
  • The .NET 10 Web API is hosted at a traditional Webhotel
  • The React 19 Client is hosted at a traditional Webhotel
  • CORS Policy implemented by .NET
  • HTTP Basic Authentication for access secure routes

.NET 10 REST API doing JWT Authentication

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

  • JWT Authentication

Tech used for building the Web App

  • C#
  • The .NET 10 Web API is hosted at a traditional Webhotel
  • The React 19 Client is hosted at a traditional Webhotel
  • CORS Policy implemented by .NET
  • JWT Authentication for access secure routes




A Blog made with Gatsby React and GraphQL