Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 970 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 970 Bytes

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.