Answered step by step
Verified Expert Solution
Question
1 Approved Answer
* You will need to design and develop a software with a GUI to perform INSERT, DELETE, UPDATE and SELECT procedures to and from a
* You will need to design and develop a software with a GUI to perform INSERT, DELETE, UPDATE and
SELECT procedures to and from a web service via LINQ. A main form will be used for listing the records,
another form to insert new records, a third form to update records and finally a delete functionality
that will be adapted into the list records form. The final forms are admin login and picture file upload
form where an admin can login to the system and upload a picture for each product on the list. Every
record you have on the list must be matched with a picture - as this is not optional. When an admin
login to the system, they can change the picture of a product via using a picture upload interface. Each
product has only one picture. You can take admin username and password from a JSON/XML or text
file. Please do not directly put username and password into the code.
* You will need to use at least 6 visual form components in your project throughout the forms. These
are textboxes, radioButtons, checkListBox or checkboxes, comboBox, Listbox and errorProvider. All
errors must be handled with either errorProvider or with a messageBox customized to display errors.
You can of course use more components on the top of these in order to enhance the functionality and
the look of your software.
* All kind of validation must be done, and all exceptions must be handled in the program. This must be
done in LINQ side as well as in the User Interface
* The look and feel of the program must be professional, which means you must design a unique
looking user interface through image buttons, background images. The application must be user-
friendly. Please investigate other stock control programs to get inspired regarding how to design your
own system.
* The program must be bug free.
+ plz hurry up i have only 2 days also you need to use visual studio and make the project for furniture shop
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