I need someone to help me do this visual studio 2013 c# question
CS345/545 ASP.net Project (Total 100 Points)
Due: before midnight on July 13
Description:
In this project, students need to create a Web Site with at least eight web forms as the interface as the front end, plus build database as the back-end by using Visual Studio 2013. The web forms must include two basic files (.aspx and .aspx.cs).
Your project content could include but not limited to Car Dealer, Book Store and Bank System etc. Attention, your project content can NOT be Pizza format since we already did in the class.
Brainstorming for your project content:
a) Car (Dealer/Rent/Repair/etc.)
b) Ticket System (Flight/Movie/Championship/etc.)
c) Store (Clothes/Games/Gifts/etc.)
d) Student (Registration/Health/Club) System
e) Library System
f) Bank System
Your project must contain Homepage.aspx, Registration.aspx, Login.aspx, etc. The Homepage is expected to have introduction, navigation and logo (images). The Registration page is expected to have TextBoxes as data entry for username, email and password, which should satisfy the basic login information. Your Registration page could include the user information (first name, last name and country), etc.
Your main webpage or webform should achieve the main functions for your project such as “view, select and purchase car” for A Car Dealer, or “search, select and purchase ticket” for Ticket System, or “deposit, withdraw and check account balance” for online Banking system.
Grade rubric:
1. At least 8 meaningful web forms 5 points
a) Home page
b) Log-in page
c) Registration page
d) Contact (About) page
e) Main function page
f) Add 3 more pages
2. At least 3 meaningful tables in server’s database, which should satisfy 3NF 10 points
a) User-Information table
b) User-Login table
c) Main function table
d) Add as many tables as you need
3. Must use .css file (good for consistency and standard) 5 points
4. Must have menu bar on the majority pages 5 points
5. Must include image(s) 5 points
6. Must use a security way to store password (Hint: MD5 encoding) 5 points
7. Must set up navigation between (among) pages 5 points
8. Follow basic GUI design rules: 44 points
a) Aesthetic and Minimalist Design (Nice layout and font settings, no meaningless pages)
b) Well organized menu bar
c) Tool-Tips Text
d) Error message and error prevent (Hint: use dropdownlist, validator controls, and object visibility)
e) Consistency and standard
f) Offer feedback and design dialog to yield closure (Hint: after user action such as “Submit”)
g) Other rules
9. Submit two evaluation forms: One for yourself and another one for your classmate (will be signed later) 10 points
10. Your project must be published on the smarterasp.net server and you need to give the presentation to our class. 6 %
11. Every functional error will receive 5 points deduction
Thanks!! Dr. Zhang