This is a simple library management system that allows users to add, edit, and delete books from a library. The system also allows users to check out books and return them. The system is built using Entity Framework and a MSSQL Server database.
I applied the following concepts in this project:
- Entity Framework
- OOP Principles
- Code First Approach
- Unit of Work Pattern
- MSSQL Server
- LINQ
- Transactions
- Interceptors
- Pagination