Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 858 Bytes

File metadata and controls

25 lines (16 loc) · 858 Bytes

GroceryStoreApplication

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:

  1. Search Products
  2. Add Products
  3. Delete products
  4. 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.