GitHunt
MR

MrFarbodMirzaee/ShopProWinForm

This Windows Form project is a comprehensive store shopping application that utilizes Object-Oriented Programming principles to create a robust and user-friendly shopping experience. Through the implementation of classes and objects, the application models various entities such as products, customers, and orders. Encapsulation ensures data security

ShopPro

It's a WindowsForm with .net 8 about Shopping

Table of Contents

Installation

To install and run the windows Form locally, follow these steps:

  1. Clone the Repository:
  2. Install Dependencies:
  3. Set Up Environment Variables:

Database Connection

If you want to connect to the database, you can use the following connection string as an example:

{
  "ConnectionStrings": {
    "YourDatabaseConnection": "Server=your-server-address;Database=your-database-name;User Id=your-username;Password=your-password;"
  }
}

Languages

C#100.0%

Contributors

MIT License
Created March 23, 2024
Updated January 5, 2026
MrFarbodMirzaee/ShopProWinForm | GitHunt