27-February-2026
ASP.NET Core MVC Web App using .NET 10 - A Starter with CRUD functionality of Employees
Traditional webhosting is used for this Application
An ASP.NET Core MVC Web App created by VS Code using .NET 10 serving CRUD functionality of Employees towards a MSSQL Database
Below is a .NET 8 version of the Web App
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