This video series shows you how to read from and write to a SQL Server database from a C# project in Visual Studio. All database code is written from scratch without the use of drag and drop database controls.
This video shows a demonstration of what the finished application will look like and how it will operate, and then goes on to create the windows application and shows how to set up all controls on the GUI. See the next videos in the series/ playlist on how to code all controls.
NOTE: When creating a new project make sure and select the project type as: Windows Forms Application *** (.Net Framework) ***
I chose the wrong project type in this video and had to redo the whole application.