You will use the same chinook database from the two previous assignments. Create a user interface using ASP.NET MVC that allows a user to view, edit, insert, and delete data from the customer and...


You will use the same chinook database from the two previous assignments.


Create a user interface using ASP.NET MVC that allows a user to view, edit, insert, and delete data from the customer and invoice tables. You want to display and allow the user to update the following columns:


Customer Table:
CustomerId (int)
FirstName (string)
LastName (string)
Country (string)
Email (string)


Invoice Table:
InvoiceId (int)
CustomerId (int)
InvoiceDate (datetime)
Total (decimal)


Remember, you do not need to insert values to the CustomerId or InvoiceId columns because the database generates an ID for the tables.


Make sure to use good user-interface design principles by including validation. Make sure that your Web application is visually appealing and easy to use. For example, include links to view the invoices, the customers, and any links that may make it easier for a user to input data into the system.


Zip your Visual Studio Solution.



Jun 29, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here