Question
-Build a console app using C# and . Net -Create a Car Repair... - Build a console app using C# and . Net - Build
-Build a console app using C\# and . Net -Create a Car Repair...
-Builda console app using C# and . Net
-Builda Car Repair management system that will perform the following:
-Add, update, delete a vehicle (ID, make, model, year, new/used)
-Inventory feature for adding vehicle inventory (ID, vehiclelD, numberOnHand, price, cost) -Repair (ID, inventoryID, whatToRepair)
-Builda database to store your data, you must create three tables for Vehicle, Inventory and Repair at minimum.
-Write code to query, insert, update, delete your tables.
- Your console application must have a hierarchy of menus and run continuously until the person quits the application:
Example:
- Menu 1: - Welcome, please choose a command:
-Press 1 to modify vehicles
-Press 2 to modify inventory
-Press 3 to modify repair
-Press 4 to exit program
- Menu 2: (vehicles)
-Press 1 to list all vehicles
-Press 2 to add a new vehicle
-Press 3 to update...
-Press 4 to delete...
-Press 5 to return to main menu
Example continued:
- Menu 3: (Inventory)
-Press 1 to insert new inventory
-Press 2 view inventory for a vehicle
- ...
-Press 3 to return to main menu
-Menu 4: (Repair)
- Press 1 to view all repairs
- Press 2 to ....
-Press 4 to return to the main menu
Note: all functions listed above must actually perform insert/update/delete/view into a collection of your choice and must use LINQ to perform the query.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started