Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmahmadkhan/grocerystore
Grocery Store is a .NET (WPF-based) application. Has 2 types of users, i.e. Admin & Customer. The data is stored using SQL Local Database.
https://github.com/rmahmadkhan/grocerystore
csharp database dotnet grocerystore wpf
Last synced: 21 days ago
JSON representation
Grocery Store is a .NET (WPF-based) application. Has 2 types of users, i.e. Admin & Customer. The data is stored using SQL Local Database.
- Host: GitHub
- URL: https://github.com/rmahmadkhan/grocerystore
- Owner: rmahmadkhan
- Created: 2020-12-19T07:30:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:22:10.000Z (over 3 years ago)
- Last Synced: 2023-07-08T16:27:48.307Z (over 1 year ago)
- Topics: csharp, database, dotnet, grocerystore, wpf
- Language: C#
- Homepage:
- Size: 3.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grocery Store WPF App
A Grocery Store GUI based application. Have 2 types of users, i.e. Admin & Customer.
The data is stored using SQL Local Database.## Working of the App
### Admin
### Customer
## Installation
Install the .NET Framework in the MS Visual Studio.
Clone the repository and open it.### Requirements to be installed
1. Microsoft.Data.SqlClient package installed
2. New database is added
3. Two tables, i.e. Customers & Products are added### Installing Package
Go to Tools > NuGet Package Manager > Manage NuGet Packages for Solution...
Then search for "Microsoft.Data.SqlClient"
Install the package in the project
### Adding Database
Go to View > SQL Server Object Explorer
Go to "(localdb)\MSSQLLocalDB...."
and then right-click on Databases and Add New Database### Adding Tables
Go to the created database, right-click on Tables and Add New Table
Add the "Customers" table as follows and click on Update
Also, Add "Products" table as follows and click Update
### Author
#### Muhammad Ahmad Khan
You can also follow my GitHub Profile to stay updated about my latest projects:
[![GitHub Follow](https://img.shields.io/badge/Connect-Ahmad-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/rmahmadkhan)
If you liked the repo then kindly support it by giving it a star ⭐!
Copyright (c) 2020 MUHAMMAD AHMAD KHAN