A complete Library Management System built using ASP.NET MVC, designed to handle book inventory, member registration, issue/return operations, and overall library administration in a clean and user-friendly way. The system demonstrates proper MVC architecture, CRUD operations, Entity Framework integration, authentication, and role-based access.
✨ Key Features
📘 Book Management
Add, update, delete, and view books
Assign categories & authors
Track available and issued copies
👨💼 Member Management
Register library members
Maintain member details
View member borrowing history
🔄 Issue & Return System
Issue books to members
Record return dates
🔐 Authentication & Authorization
Admin login
Role-based access control
Secure session management
🛠 Technologies Used
ASP.NET MVC 5 / MVC Core (as applicable)
C#
Entity Framework / EF Core
SQL Server
Bootstrap / CSS
JavaScript / jQuery