CRUD Dashboard Demo

Northwind Employee App.

A live browser-based preview of a C# WinForms employee management project. The original concept focuses on CRUD operations connected to the Northwind SQL database. This demo recreates the workflow as an interactive web dashboard.

Live CRUD Preview

Add, select, update, delete and filter demo employee records. This static layer demonstrates the application flow without requiring a database server.

Employee Records

Demo table inspired by Northwind employee CRUD workflows.

Employees
0
Regions
0
Sales Roles
0
Selected
ID Employee Title Region Email
Project note: The original repository is a C# WinForms desktop application connected to the Northwind SQL database. This Vercel page is a static frontend demo layer that makes the project visible in the browser while preserving the original CRUD/database concept.