https://github.com/csxv/mbl
a desktop application to manage and track user's own books
https://github.com/csxv/mbl
csharp dotnet-framework mssql windows-forms
Last synced: about 1 month ago
JSON representation
a desktop application to manage and track user's own books
- Host: GitHub
- URL: https://github.com/csxv/mbl
- Owner: CSXV
- Created: 2024-12-20T15:17:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T17:20:24.000Z (over 1 year ago)
- Last Synced: 2025-04-08T04:32:11.640Z (about 1 year ago)
- Topics: csharp, dotnet-framework, mssql, windows-forms
- Language: C#
- Homepage:
- Size: 4.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Book Library


More screenshots in `Pics` folder.
A .NET Framework desktop application, used to track and manage user's own books.
Applied my own theme engine library to change forms colors. you can learn more about it [here](https://github.com/CSXV/ThemeEngineLibrary)
---
## How to use
1. Clone this repo.
2. Run Visual Studio 2022.
3. Build the project.
4. Copy `MyBookLibrary` folder under `_FILES` folder to `C:\` drive.
5. Restore `MyBookLibrary.bak` database under `_FILES` folder in MSSQL server.
4. Run the form.
5. Use `Admin` as the user name, and `1234` as the password.
6. You can change theme color in settings.
---
## Technologies
1. .NET Framework.
2. Windows forms.
3. C\#.
4. ADO.NET.
5. Microsoft SQL Server with T-SQL.
---