The Library Management System is a WPF application designed to manage a library's clients, books, and loans. It allows to add, edit, and remove clients and books, as well as manage book loans.
- Add, edit, and remove clients
- Add, edit, and remove books
- Search for clients by name
- View details of clients, including their address and borrowed books
- Manage book loans, including borrowing and returning books
- C#
- .NET Framework
- WPF (Windows Presentation Foundation)
- Entity Framework Core
- Microsoft SQL Server