A simple yet functional ASP.NET Core user admin panel with SQL Server backend.
🎯 Version: v1.0.0
📦 Release: View Tag
A basic user management system with the following capabilities:
-
➕ Add User:
- Fields:
KarbarId,Nam,ShomareTelefon
- Fields:
-
✏️ Edit User:
- Editable by
KarbarId - Fields:
New:Nam,New:ShomareTelefon
- Editable by
-
🗑️ Delete User:
- By
KarbarId
- By
-
📋 View Users:
- Display a list of all users from SQL Server DB
🚫 The database is not included in this repository.
You will need to create your own database based on theUser(karbaran)entity model.
If you need assistance or a sample database, feel free to contact me via GitHub Issues or @PhixOn-z3r in telegram.
| Layer | Technology |
|---|---|
| Backend | .NET Framework 4.8 |
| Database | SQL Server |
| UI | Web Forms |
Clone the repository and run the app locally:
git clone https://github.com/Phix0n-z3r/simple-user-admin-panel.git
cd simple-user-admin-panel
# Restore NuGet packages
dotnet restore
# OPTIONAL: Apply EF migrations
dotnet ef database update
# Run the app
dotnet runNoob days
