Grocery Store Application to keep track of the sales and the amount of stock that is left.
The application is developed using .Net Framework. Visual C#, Widnows Forms Application project is created. Windows forms are added to the project by right clicking on project name in Solution Explorer -> Add -> Click on Add New Item A bunch of panels of different sizes are added from the toolbox. A bunch of buttons, labels and textboxes are added from the toolbox.
The functionalities are added using Visual C#. These functionalites are:
- Search Products
- Add Products
- Delete products
- Order Products
The databases was developed on MS SQL SERVER and linked to the VS Studio project using connection string.
The tools that are used for this application are:
MS VISUAL STUDIO 2017.
MS SQL SERVER MANAGEMENT STUDIO 2017.