.NET Framework project used for managing imaginary library catalog system
Entire project was developed using Visual Studio IDE. Two workloads are especially needed:
- .NET desktop development
- Components needed for developing Windows Forms applications
- Data storage and processing
- SQL Server Data Tools
In order to compile application first database need to be initialized.
- Set LibraryCatalogSystemDatabase project as startup project.
- Compile solution.
- Publish database (using LibraryDatabase.publish.xml from "Publish" folder)
- Set LibraryWinFormsApp as startup project.
- Initialization is done.
In order to create employee account use "EmployeeKey" as key.
Customer account do not need any key.
This project is licensed under the MIT License. You are free to use, modify, and distribute the code as per the terms of the license.