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


.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

Webpack 5 boilerplate with React and TypeScript

21-February-2026

A Webpack 5 boilerplate with React and TypeScript

Try the demo...

The code at GitHub

A Webpack 5 boilerplate with React and TypeScript. Babel 7 compiles the TypeScript files to ES5. The Webpack module "fork-ts-checker-webpack-plugin" handles the type checking. The demo App serve React routing, a Webpack logo, my photo with some info and compiled PostCSS. Bootstrap CSS was used to make the demo mobile friendly.





A Blog made with Gatsby React and GraphQL