This Windows Forms app will demonstrate the use of C# and ADO.NET interacting with a SQL Server database to show CRUD (Create/Retrieve/Update/Delete) functionality.
- Windows OS
- .NET 9 SDK or Visual Studio 2022 with .NET 9 support
- SQL Server 2022 Developer Edition for database functionality
- Clone the repo
- Set up the database: To be determined
- Compile and run: To be determined
- Create, retrieve, update, and delete product records
- ADO.NET integration with SQL Server through the Windows Forms app
- Object-oriented C# codebase