23-November-2025
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 MS SQL Database
Below is a .NET 8 version of the Web App
23-November-2025
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
23-November-2025
A Website by Umbraco 17 CMS and .NET 10 using SQLite DB for both Dev + Prod serving as a Starter
The Website was upgraded from Umbraco 13 and .NET 8 which described in the Readme
Try the demo...This Website was created by Umbraco 17 CMS and .NET 10 and hosted at a tradiotional Web Hotel using IIS
The source code at GitHub23-November-2025
A Website by Umbraco 17 CMS and .NET 10 with Member Registration + Confirmation + Login + Forgot Password + Manage Profile using SQLite DB for both Dev + Prod serving as a Starter
The Website was upgraded from Umbraco 13 and .NET 8 which described in the Readme
Try the demo...This Website was created by Umbraco 17 CMS and .NET with Member Registration + Confirmation + Login + Forgot Password + Edit and Delete own Profile and hosted at a tradiotional Web Hotel using IIS
The source code at GitHub22-November-2025
A Website by Umbraco 17 CMS and .NET 10 using SQLite DB for both Dev + Prod with MVC towards a custom Table in the DB serving as a Starter
The Website was upgraded from Umbraco 13 and .NET 8 which described in the Readme
Try the demo...This Website was created by Umbraco 17 CMS and .NET 10 and hosted at a tradiotional Web Hotel using IIS
The source code at GitHubThe Website implements CRUD functionality by administrating Employees towards a custom Table in the SQLite DB using MVC and Entity Framework Core