Alexandria is a C# .NET Framework 4.8 Windows Forms application for library management made as part of the faculty undergraduate studies course "Software Engineering". The application was implemented by the joint efforts of my colleagues: Luka Bojka and Petar Šiljeg. Alexandria showcases the use of EF 6 for data access, implementation of Three Tier Architecture (Presentation, Business and Data Layer), Repository and Unit of Work Pattern.
This fork of the repository consists of:
- Completed and refactored implementation of the Repository Pattern
- Completed and refactored implementation of the Unit of Work Pattern
- User's password hashing and salting
- Database Seeding
- Overall refactoring of the application
The User Manual wiki chapter consists of forms screenshots and their explanations.