as

Wednesday 29 January 2014

Online Book Shopping in C#.Net and ASP.Net

In this article I am going to show how you can develop the software project for online book shopping (E-Book Store)  in C# and ASP.Net.

Project Synopsis

Online book shop will involve development of the software which will meet below requirements.
  1. User should be able to browse through the books by category, author Name, Book Name etc.
  2. User should be able to place the order as a registered user or as a guest.
  3. User should be able to view details about the book like book price, delivery charges, book description etc.
  4. User should be able to track his/her order.
  5. Admin should be able to enter new books in the system.

Project Technology

We will be designing the system in C# and Asp.Net and we will use MS-Access as our database management system. But you can use any other DBMS like sql server or oracle etc.

Project design and Development

We can design the project using ASP.Net very easily. 

Tables that we are going to create are mentioned below.
  1. Books
  2. Customers
  3. Orders
  4. Order_Details
  5. Book_Stock

Source Code in C#.Net

If you need full source code of this project, you can mail me at reply2sagar@gmail.com. Many students in final year from computer engineering, diploma in IT, MCA, BCA, MCS, BCS, MCM, BCM branches have found this project related to job system very useful. 


What do you think on this topic? Please express your opinion through comment below

Sponsored Links

Popular Posts

Comments

ShareThis