A Windows Forms desktop application for managing hotel operations at Hotel "Oazis". Built as a diploma project by Dimitar Stoyanov Tashkov at PMG "Yane Sandanski".
- User Roles: Administrator & Client
- Authentication: Login, Registration, Profile Management
- Room Management: Add, edit, delete, view rooms
- Service Management: Manage hotel services
- Reservations: Book, cancel, view personal bookings
- Review System: Write, edit, delete, and moderate reviews
- Admin Panel: Manage users, approve content, adjust pricing
- Multilingual Support: Bulgarian & English
- Frontend: C# with WinForms
- Backend: .NET Framework
- Database: Microsoft SQL Server
- ORM: Entity Framework
- Data Access: LINQ
Users,Roles,UsersRolesRooms,Reservations,Services,Reviews
Relationships:
- Users ↔ Roles (many-to-many)
- Users → Reservations, Reviews (one-to-many)
- Rooms → Reservations (one-to-many)
- Clone the repo:
gh repo clone DimitarTashkov/Hotel-Oazis
Here is a full showcase of the application's user interface and capabilities.


















