This is gonna be a simpe ish Customer management projcet written in c# for my uni project.
this is a demo, I wanna try to implement:
- Separation of services: Each core entity (Rooms, Users, Providers) should have it's own service to manage operations.
- Service seprate for Users,Providers, Rooms
- CRUD Operations: Implement Create Read, Update, Delete Operations for each service.
- OOP Design: Implement Object-Oriented programming design principles to keep code clean and modular AND reusable.
- Once again, I Shouldn't Boiler Plate.
- Graphical Interface for management: Easy to use Graphical interfaces.
- Implementation of:
-
- Sqllite3 Intergration
-
- Clean Documentation
-
- Time management and conflict detection
-
- Email Notifications
- The project will evolve and become more detailed as I develop it.
- This is my first experience with C#, so I’ll be learning and applying new concepts throughout the project.