#Product CRUD App This 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 (Software Development Kit) - Download or use the latest Visual Studio 2022 with .Net 9 support
-
SQL Server 2022 Developer Edition for database functionality
-
Clone the repo
-
Set up the database: TBD
-
Compile and run: TBD
-
Create, retrieve, update, and delete product records
-
ADO.NET integration with SQL Server through the Windows Forms App
-
Object-oriented C# codebase