The source code of the online bookstore draws on the three-tier architecture of PetShop4.0. All database operations use stored procedures. NUnit is used to test the data operation layer, and development documents are attached. "
"
Online bookstore source code 1.1 update content: (2011.06.10)"
1) Solution to convert to vs2008 (vs2005 has gradually become obsolete)"
2) Login page plus administrator login link"
3) Correct the administrator account: admin/admin88"
4) web.config: Added windows integrated verification to database link (no account and password required)"
"
Function introduction: "
Website front-end functions: registration, shopping cart, book collection, book classification, book search, popular books, sales book rankings, popular book rankings, recommended books, image rotation ads, browsing history, purchases from other buyers' pages, registered members, login , password modification, personal information management, order placement, order email notification, payment, order management, book favorites, and exiting the system. "
Website backend functions: backend login, password change, system settings, book management, book classification, adding books, order management, order list, order search, order processing, order classification, exiting the system. "
"
Installation instructions:"
Development tools: VisualStudio2008"
Development language: C#"
Development framework: .NetFramework2.0"
Database: sqlserver2005"
Database usage: The database can be attached in the DB folder, and 2005 must be used. "
Registered user login use case: admin/admin"
Administrator login use case: admin/admin88(/Admin/AdminLogin.aspx)