SQL Server with C# Windows Forms App

preview_player
Показать описание
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.

If you like this video, you may also find this video interesting:

Blog:

YouTube Channel @Industrial IT and Automation ​

Visual Studio and C# Resources:

C# YouTube Playlist:

ASP.NET Resources:

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
Рекомендации по теме
Комментарии
Автор

I can't thank you enough. Everything one needs to start creating an app - front end and back - with a nod to best practices. It is all explained so precisely. Thank you for taking the time to create this. It is very appreciated!

sdsouto
Автор

This is exactly what I was looking for and this is one of the most comprehensive video I have ever watched. I can't thank you enough.

jabescript
Автор

Thank you for this video. I'm taking a database class that just teaches the database theory and SQL. This assumes the perfect amount of knowledge to quickly create a Microsoft Forms App.

michaelseitanakis
Автор

Thanks so much! There aren't many quality c# videos out there, specially pointing out best practices

hernanruiz
Автор

thank you so much very useful and straightforward!!!! wish you best

LeFalcon
Автор

Good explanations, too usefull.... very thank's for Chile

makigero
Автор

I'm having this error 'A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)'

shokunbiibraheem
Автор

Dude, I have question for you. I have project right now and I made Forms and SQL Server 2019 connections. I can send source code of Forms but how can I send SQL (tables, query etc) files. I can' t solve this problem.

emreturhan
Автор

App.config is not part of the solution file in .NET 6 so this piece needs to be added to read the app.config

string connectionString =

babakiani
Автор

Bro i wanna to convert the project that creating by C# windows form and sql server
To App

mohammadhadial-asadi
Автор

Hello sir, im getting an error, ssl error:0. I tried everything on internet but nothing has worked.

jacktheripper