Steps taken to achieve this project Design a simple UI using the Visual Studio Winform Establish a connection to my database Link the buttons and text boxes to each column of the database Create methods to enable the user to Add, view, update and delete from the Database Add a method to refresh the table each time there is a modification so the view is always current Add a method to clear the fields after each modification as well to keep the UI clean and more functional for the user.
This project was very fun. I really enjoyed the process and workflow of creating the database and connecting it with my C# ui using Visual Studio.