SQL Server with C# Windows Forms App

Опубликовано: 16 Июнь 2026
на канале: The Technical Guy
38,974
443

In this tutorial we will create a basic Windows Forms App that saves data to an SQL Server Database. The App will also retrieve Data from the SQL Server Database.

PowerPoint (PDF) used in the Video: https://www.halvorsen.blog/documents/...

If you like this video, you may also find this video interesting:
   • Visual Studio, C# and SQL Server - Creatin...  

Blog:
https://www.halvorsen.blog/

YouTube Channel @Industrial IT and Automation ​
   / industrialitandautomation  

Visual Studio and C# Resources:
https://www.halvorsen.blog/documents/...

C# YouTube Playlist:
   • SQL Server with C# Windows Forms App  

ASP.NET Resources:
https://www.halvorsen.blog/documents/...

Chapters:
00:00 Introduction
02:35 SQL Server
07:45 ADO.NET
09:22 Windows Forms App
09:48 Basic Example
26:42 Improvements
31:02 SQL Parameters
34:29 Stored Procedure
40:39 Try .. Catch ..
45:04 Classes and Methods
55:52 Improve Database and GUI