Deployment to a production server.

Using the project you worked on in the Unit 3 IP, finalize the design and functionality of the graphical user interface (presentation tier) and business and data access layers to prepare the Windows form application for deployment to a production server. Test the application by adding, editing, and deleting records in each table.

Add to and perform the following on the Unit 3 IP:
Add a Windows Forms Application Project to the project created in Unit 3 that will serve as the Presentation tier (user interface that includes the programming of business logic into various form controls).
Set the Presentation tier project to be the Startup project.
Add a reference in the Presentation tier to the Data tier project.
Add a service reference in the Presentation tier to the Data Service.
Add the necessary Data Grid controls and graphical user interface controls to show the data from the selected tables.
Make the data show up automatically when the form loads.
Increase the maximum received message size in the app.config file to support the data.
Be sure to test the functionality of the application.
Add your files to the Small Group discussion area.

This question has been answered.

Get Answer