Skip to content

A simple and efficient C# application for managing library books. It allows users to add, update, delete, and search for books, with a user-friendly interface and data persistence for easy management.

License

Notifications You must be signed in to change notification settings

aggsakellariou/School-Library

Repository files navigation

Library Management System

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.

Table of Contents

Features

  • 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.

Requirements

  • Visual Studio 2019 (or later) with .NET Framework.
  • Windows operating system.
  • .NET Framework 4.7.2 or higher.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/aggsakellariou/library-management-system.git
  2. Open the solution file (Library1.1.sln) using Visual Studio.

  3. 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.
  4. Run the application by pressing F5 or selecting Debug > Start Debugging.

Usage

  1. Launch the application.
  2. Use the menu to add new books, update existing book information, or delete books.
  3. Search for specific books by entering the title, author, or ISBN in the search bar.
  4. Manage your library effectively by keeping the book records updated.

About

A simple and efficient C# application for managing library books. It allows users to add, update, delete, and search for books, with a user-friendly interface and data persistence for easy management.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages