🚗 DVLD - Driving & Vehicle License Department System
A full-stack desktop application that simulates the complete operations of a real driving license department — built from scratch in C# with a clean 3-tier architecture (Presentation / Business Logic / Data Access).
The system covers the entire driver journey:
📋 application submission → 👁️ Vision test → ✍️ Written test → 🚦 Practical test → 🪪 license issuance, with support for renewal, replacement, and international licenses.
✅ Full people & user management with photo support and role-based access
✅ Sequential test enforcement — applicants can't skip stages
✅ License detain/release with administrative controls
✅ Complete audit logging and application tracking (Pending → Approved → Rejected)
✅ Relational database modeling all core entities: persons, drivers, licenses, tests, and applications
🛠️ Tech: C#, .NET Framework, WinForms, SQL Server, ADOdotNET
This project was my deep dive into building a real, production-style system with proper architecture and business logic — not just a simple CRUD app
🔗 GitHub: github.com/zuhairSh/DVLD