In this video we will see the steps to follow to work with a MySql DB and a Console Application developed in C# .Net Core SDK within our Visual Studio Code IDE and thus be able to read a data from the data base and display in console the request.
00:00 Introduction
01:05 Installing XAMPP
02:20 Configure Apache
02:44 Configure MySql
03:24 Creating DataBase
04:31 Creating DB Connection
05:39 Creating access to DB by User
06:30 Installing and adding packages
07:37 Accesing DB
09:00 Requesting database information
12:36 Adding data manually
Working a project with MySql Database in a Net Core Console Application in VSCode.
Tools:
→ VSCode
→ XAMPP
Packages:
→ MySql
→ MySql.Data
→ MySql.Data.Client
Commands:
→ dotnet -h
→ dotnet new console
→ dotnet add package MySql
→ dotnet add package MySql.Data
→ dotnet add package MySql.Data.Client
→ dotnet run
C# & Net Core Documentation:
→ [ Ссылка ]
→ [ Ссылка ]
XAMPP Official Page:
→ [ Ссылка ]
VSCode Official Page:
→ [ Ссылка ]
VSCode Official Documentation:
→ [ Ссылка ]
#mysql #vscode #visual_studio_code #csharp #netcore #consoleapp
Ещё видео!