Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Individual PortionUsing the project you worked on in the Phase 3 individual project, finalize the design and functionality of the graphical user interface (presentation tier) and business and data acc
Individual Portion
Using the project you worked on in the Phase 3 individual project, 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 Phase 3 individual project:
- Add a Visual Basic Windows Form Application Project to the project created in Phase 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.