Visual Studio Programming
Develop a typed DataSet application form using the Drag-N-Drop technique
INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS
Homework 5: Typed DataSet (Drag-N-Drop) and LINQ Query
you will develop SmartInventory v3.0 using a typed DataSet and LINQ queries.
Typed DataSet: Develop a typed DataSet application form using the Drag-N-Drop technique. (100 Points)
- Use the Drag-N-Drop technique to develop this application, which is used to browse, add, modify, delete, and save replenish order records. The user interface, after applying the Drag-N-Drop technique, should look like the following screenshot. Please make sure that the four ComboBox Controls are used to display the device name, supplier name, order type, and order status, respectively. You should drag the the replenish order DataTable and drop it on the form. Do NOT drag individual fields from different DataTable (25 Points)
- Modify the data binding settings of the first two ComboBox controls showing devices and suppliers. Instead of showing the ID values, the ComboBox controls should display the corresponding device names or supplier company names. (25 Points)
- Parameterized Query: Create a parameterized query so that the user can search for replenish records by order type. The ability to conduct a partial search is not necessary in this question. (10 Points)
- LINQ Query 1: Add a search TextBox, a search ToolStripButton, and a reset ToolStripButton on the BindingNavigator You should assign an appropriate icon image to each of the ToolStripButton objects. The user can use these newly created objects to search replenish order records by device id or supplier id. The user types a device id or a supplier id in the search TextBox. When the user clicks the search ToolStripButton, your program should use a LINQ query to search for those replenish order records with a matching supplier id or a matching device id. When the user clicks the reset Button, your program should reset the search result to display all trading requests. (20 Points)
- LINQ Query 2: For the device currently selected in the company ComboBox control, create LINQ queries to display the total order quantity of pending orders and completed orders, respectively. Display both quantities on the user form by placing more Windows controls (e.g., TextBox and Label controls). (20 Points)
Related Questions
. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java
CS 340 Milestone One Guidelines and Rubric
Overview: For this assignment, you will implement the fundamental operations of create, read, update,
. Develop a program to emulate a purchase transaction at a retail store. This program will have two classes, a LineItem class and a Transaction class
Retail Transaction Programming Project
Project Requirements:
Develop a program to emulate a purchase transaction at a retail store. This
. The following program contains five errors. Identify the errors and fix them
7COM1028
Secure Systems Programming
Referral Coursework: Secure
. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer
CS 340 Final Project Guidelines and Rubric
Overview The final project will encompass developing a web service using a software stack and impleme