This repository contains a C#.NET WinForms application template that demonstrates basic CRUD (Create, Read, Update, Delete) functionalities using stored procedures with MS SQL Server. The application follows the MVC (Model-View-Controller) architecture and Object-Oriented Programming (OOP) principles.
- Features
- Technologies Used
- Setup
- Usage
- Database Schema
- Stored Procedures
- Screenshots
- Contributing
- License
- Create new employee records
- Read and display employee details
- Update existing employee records
- Delete employee records
- Uses stored procedures for database operations
- Follows MVC architecture and OOP principles
- C#.NET
- WinForms
- MS SQL Server
- ADO.NET
- Visual Studio 2019 or later
- SQL Server 2016 or later
- Clone the repository:
git clone https://github.com/your-username/winforms-crud-template.git cd winforms-crud-template