https://github.com/seferogluemre/customertrackingadonet
Customer Tracking System This project is a customer tracking system developed using C# and MSSQL. The system includes fundamental functionalities such as customer operations and city management.
https://github.com/seferogluemre/customertrackingadonet
csharp sql stored-procedure tracking-system
Last synced: 8 months ago
JSON representation
Customer Tracking System This project is a customer tracking system developed using C# and MSSQL. The system includes fundamental functionalities such as customer operations and city management.
- Host: GitHub
- URL: https://github.com/seferogluemre/customertrackingadonet
- Owner: seferogluemre
- License: mit
- Created: 2025-01-03T18:15:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-23T07:50:42.000Z (about 1 year ago)
- Last Synced: 2025-04-11T03:06:11.491Z (12 months ago)
- Topics: csharp, sql, stored-procedure, tracking-system
- Language: C#
- Homepage:
- Size: 88.9 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
Customer Tracking System
This project is a customer tracking system developed using C# and MSSQL. The system includes fundamental functionalities such as customer operations and city management.
The project architecture is based on class-based architecture, and Stored Procedures are used for database operations. This approach optimizes the data processing workflows and ensures a more secure structure.
Key Features:
Customer Operations: Operations such as adding, updating, deleting, and listing customers can be performed.
City Operations: City-related operations including adding, editing, and querying have been implemented.
Stored Procedure Usage: Stored Procedures are created and integrated into the application to improve performance and manage complex queries in the database.
This system offers a user-friendly interface while operating efficiently. It is designed with a flexible and scalable structure, making it easy to add new features in the future.