Excited to Share My DVLD (Driver's License System) Project!
I recently completed a comprehensive Driver's License and Vehicle Licensing Division (DVLD) System built with C# .NET (Windows Forms). This project simulates a real-world system for managing driver's licenses, applications, tests, and more.
Key Features:
User Management: Secure login, password changes, and user role handling.
All Objects : CRUD operations.
License Services:
- New local/international license applications
- License renewal and replacement for lost/damaged licenses
- Detain and release licenses
Test Management: Schedule and track driving tests (theory, vision, practical).
Application Types: Customizable application and test types with fees.
Technical Highlights:
- WinForms for desktop application
- SQL ( Connect to Database using ADO.Net)
- 3 tier architecture* (Business Layer, Presentation Layer)
- Secure authentication with user sessions
- Data validation and error handling