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
.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
21-February-2026
A Webpack 5 boilerplate with React and TypeScript
Try the demo...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.