Skip to content

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

Notifications You must be signed in to change notification settings

MrFarbodMirzaee/ShopPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;"
  }
}

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages