A simple console-based library management system built with C# and .NET 8.0.
- Add, list, delete, and search books
- Add, list, and delete members
- Borrow and return books with due date tracking
- Late return detection
- Data persistence with JSON file storage
LibraryManagementSystem/
├── Models/
│ ├── Book.cs
│ ├── Member.cs
│ └── BorrowRecord.cs
├── Services/
│ └── LibraryService.cs
├── Data/
│ └── JsonRepository.cs
├── Program.cs
└── README.md
- Clone the repository
- Open in Visual Studio
- Press
Ctrl+F5to run
- C# / .NET 8.0
- System.Text.Json