A comprehensive library management application built using C#, where users can manage library operations such as adding, updating, deleting, and searching for books. The system allows for effective book management and user interaction, providing a smooth user experience.
- Book Management: Add, update, delete, and search for books within the library database.
- User-Friendly Interface: Intuitive design for managing books and library operations.
- Robust Search Functionality: Users can search for books by title, author, or ISBN.
- Data Persistence: All data is stored and retrieved from a database, ensuring that information remains available between sessions.
- Visual Studio 2019 (or later) with .NET Framework.
- Windows operating system.
- .NET Framework 4.7.2 or higher.
-
Clone this repository to your local machine:
git clone https://github.com/aggsakellariou/library-management-system.git
-
Open the solution file (
Library1.1.sln
) using Visual Studio. -
Restore the NuGet packages and build the solution:
- In Visual Studio, go to Tools > NuGet Package Manager > Restore NuGet Packages.
- Then build the solution using Build > Build Solution or press
Ctrl + Shift + B
.
-
Run the application by pressing
F5
or selecting Debug > Start Debugging.
- Launch the application.
- Use the menu to add new books, update existing book information, or delete books.
- Search for specific books by entering the title, author, or ISBN in the search bar.
- Manage your library effectively by keeping the book records updated.