This is a C# Windows Forms application for managing bookstore data, built with SQL Server. It allows you to insert, view, edit, and delete books, customers, and orders.
- Insert Default Data: Pre-fill the database with sample books, customers, and orders.
- Manage Books: View, add, edit, and delete books from the database.
- Manage Customers: View customer information.
- Orders: View and manage orders (future feature).
- Set up a SQL Server instance and update the connection string in
BaseRepository.cs
. - Run the project in Visual Studio to initialize the database and use the application.
- Visual Studio
- SQL Server