✅ WPF_Library_App
This project is a desktop application for library management developed with WPF using MVVM architecture.
- Manages books, users, and borrowing operations
- Implements MVVM design pattern for clean separation of UI and logic
- Includes features like search, add/edit/delete records, and status tracking
- Uses a relational database for data persistence
- C#
- WPF (.NET)
- MVVM pattern
- MSSQL or similar database
-
Clone the repository: git clone https://github.com/Ghostdevc/WPF_Library_App.git cd WPF_Library_App
-
Open the solution in Visual Studio
-
Configure database connection strings as necessary
-
Build and run the project
- Designed for desktop library management scenarios
- Follows MVVM best practices for maintainability
MIT License