The Client Management System is a C#.NET Windows Forms application designed to manage client details efficiently. The application integrates with a SQL Server database to store and manipulate client information. Additionally, the application includes a feature to export client data to an Excel sheet, which can be saved directly to the user's desktop.
- Add Client Details: Users can add new client information to the database, including name, contact details, and other relevant data.
- Update Client Details: Users can update existing client information in the database to keep records up-to-date.
- Export to Excel: Users can create an Excel sheet of the client database table and save it on their desktop for easy access and reporting.
- C#.NET: The primary programming language used to develop the Windows Forms application.
- Windows Forms: Used for creating the graphical user interface (GUI) of the application.
- SQL Server: The database management system used to store and manage client details.
- EPPlus Library: A .NET library used for exporting data to Excel.