Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1020 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 1020 Bytes

Library Management System

A Library Management System that I made using C#, .NET and Windows Forms. This project was made just for fun in a week of time when I learned C# so that I can make something tangible. It implements all the checks so that there is no erros when books are added, removed, issued from the database etc.


  • Fires Unship this folder
  • Affter unship MateLibrary.rar File using winrar
  • Affter Open project file using vishual studio C# Project Function
  • Affter Edit MateLibrary\LibrarySystem\Includes\SQLConfig.cs
private MySqlConnection con = new MySqlConnection("server=localhost;user=root;
password=;database=dblibrary;convert zero datetime=True");
}

Author: Pamuditha Rasanjana
[email protected]