This is a simple Windows Forms application built with C# that demonstrates basic CRUD (Create, Read, Update, Delete) operations connected to a database.
- Add new records
- View data in a grid
- Update existing records
- Delete records
- Connected to a local database (e.g., SQL Server)
- C# (.NET Framework or .NET Core)
- Windows Forms
- ADO.NET or Entity Framework (depending on your setup)
- SQL Server (or your preferred relational database)
- Visual Studio
- .NET Framework (or .NET Core/6/8 depending on your version)
- SQL Server or SQL Server Express
- Clone the repository:
git clone https://github.com/luckynumone/SimpleCrudApp.git