A small application to handle books in a library.
Manage categories (create/update/view)
Manage authors (create/update/view)
Manage book(create/update/view)
Manage categories (create/update/view/delete)
Manage authors (create/update/view/delete)
Manage book(create/update/view/delete)
- Technologies used: .NET Framework 4.5.2, MSSQL Server 2014, Entity Framework 6.1.3 with Database first, Repository generic pattern
- MS SQLServer used for storing and managing data.
The solution include 4 projects
- BookStoreScreen project include GUI of book store
- BookStoreBusiness project include business logic of create/update/view/delete book, author, category
- BookStoreEntity project include Model, method connect Database
- Utilities project include comons logic of solution
- Use files in SQL.zip to create Database
- Username and password information
2.1. User role admin
Username: Admin
Password: 123
Role: Admin
2.2. User role user
Username: User
Password: 321
Role: User