The company has asked you to build a prototype of an n-tier


The company has asked you to build a prototype of an n-tier system using the Northwind database as an example. The company wants to be able to add, edit, and delete records from the customers, orders, order details, products, categories, and suppliers tab

Assignment

 

Create the Data Access tier and Data tier projects:

Create a class library project for the Data tier.

Add a new class library project the project created in Step 1 for the data access tier.

Add a typed DataSet using a new data source that connects to the Northwind sample database.

Select the database objects (customers, orders, order details, products, categories, and suppliers) tables.

Make sure the TableAdapters are stored in the Data Access tier and the DataSet class is added to the Data tier.

Make sure that separate tiers are created for each layer by verifying that separate class libraries were created and the necessary references to the project were added.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: The company has asked you to build a prototype of an n-tier
Reference No:- TGS01008983

Expected delivery within 24 Hours