Visual Studio Code and C# - Beginners Guide

  Рет қаралды 24,574

Gavin Lon

Gavin Lon

Күн бұрын

I created this video to help C# developers or even complete beginners who are interested in programming, who are unfamiliar with Visual Studio Code, get started using this powerful and flexible code editor.
Links
--------
If you’d like to help support the channel,
Buy me a Coffee ☕️
www.buymeacoffee.com/GavinLon
PayPal
www.paypal.com/paypalme/GavinLon
BitCoin
12JZYMiRq5YRDN5R5zuyYt7jMN8eTpkgns
Full playlist - C# for Beginners Course
• C# for Beginners - Par...
Full playlist - Advanced C# Course
• Introduction - Advance...
Download and Install .NET Core SDK
----------------------------------------------------------
dotnet.microsoft.com/download
Download Visual Studio Code
-----------------------------------------------
code.visualstudio.com/download
For Information on NuGet Packages
---------------------------------------------------------
www.nuget.org
GitHub
----------
Copy and Paste Code for Main Method
--------------------------------------------------------------
github.com/GavinLonDigital/Em...
Download Code
-------------------------
github.com/GavinLonDigital/Em...
All music for this tutorial was created by Gavin Lon

Пікірлер: 60
@dedankimathi7136
@dedankimathi7136 2 жыл бұрын
Nice work Gavin, ive learnt alot. Thanks and God bless you man.
@GavinLon
@GavinLon 2 жыл бұрын
You are very welcome! :)
@grenskrenofficial7846
@grenskrenofficial7846 3 жыл бұрын
I can see the dislikes came from the use of long names, but this video is severely underrated... Thankyou! I learned a lot.
@GavinLon
@GavinLon 3 жыл бұрын
Thanks, that is great feedback. I'll try to be aware of that for future tutorials. Thanks for your feedback. It is greatly appreciated.
@alexandershcherbakov1663
@alexandershcherbakov1663 Жыл бұрын
Thank you for such a detailed tutorial! It's much better than others that I've seen. It was really helpful.
@GavinLon
@GavinLon Жыл бұрын
You are very welcome! I appreciate your positive feedback :)
@Praveen.Kumar.
@Praveen.Kumar. 3 жыл бұрын
This is really helpful!
@GavinLon
@GavinLon 3 жыл бұрын
Thanks for letting me know! It's always great to get positive feedback!
@noktisx
@noktisx 11 ай бұрын
if i have in a grey golor and disabled the button of Start the program, what can i do? i can only press Attachment (next to Start)
@kevinrambo
@kevinrambo 11 ай бұрын
Thank you for posting this, it is very helpful. You are a very good teacher. Fluent and pleasant to listen to.
@GavinLon
@GavinLon 11 ай бұрын
You are very welcome! Thank you so much. I appreciate your kind comment.
@kontaictvideos7529
@kontaictvideos7529 2 жыл бұрын
Great job
@GavinLon
@GavinLon 2 жыл бұрын
Thank you! :)
@Millten00
@Millten00 Жыл бұрын
Great video! I believe it's a little bit overwhelming for someone that never code in C#. But with basic knowledge and small experience it was very helpful video to clarify some quirks.
@GavinLon
@GavinLon Жыл бұрын
Great! Thanks for your feedback. I appreciate it! :)
@kayodekehinde3756
@kayodekehinde3756 Жыл бұрын
Thanks, Gavin nice and beautiful explanation...
@GavinLon
@GavinLon Жыл бұрын
Thanks so much for your kind comment. You are very welcome :)
@Ledzz_
@Ledzz_ 2 жыл бұрын
i dont under stand the directory file bit idk what to do
@infinitespace1982
@infinitespace1982 2 жыл бұрын
Whenever I run the dotnet new console command, it always return multiple lines of error messages which include “Root element is missing” “Restore failed” “Post action failed”
@pratikbhosale6975
@pratikbhosale6975 Жыл бұрын
Thank you
@GavinLon
@GavinLon Жыл бұрын
You are very welcome :)
@thetheoryoflexism8903
@thetheoryoflexism8903 2 жыл бұрын
Does anyone know why my comes up with 'dotnet' is not recognised as an internal or external command, operable program or batch file 😭?
@GavinLon
@GavinLon 2 жыл бұрын
It sounds like you need to install the .NET SDK. The latest version can be found here, dotnet.microsoft.com/en-us/download/dotnet/6.0
@thewayne9747
@thewayne9747 2 жыл бұрын
thank you, but please tell me, is that work with winform project ?
@GavinLon
@GavinLon 2 жыл бұрын
You are very welcome! I think this web page on stackoverflow answers your question well, stackoverflow.com/questions/40562192/windows-form-application-on-visual-studio-code
@thewayne9747
@thewayne9747 2 жыл бұрын
@@GavinLon thank you boss
@GavinLon
@GavinLon 2 жыл бұрын
@@thewayne9747 You are very welcome!
@lanceasuncion886
@lanceasuncion886 2 жыл бұрын
I've downloaded the 5.0 and in my command prompt it says No SDKs were found, can u help me?
@GavinLon
@GavinLon 2 жыл бұрын
Unfortunately based on the information you have provided, all I can say, is it must be a problem with your installation. It sounds like you may have to perform an appropriate reinstall.
@lanceasuncion886
@lanceasuncion886 2 жыл бұрын
@@GavinLon i've already done that for how many times
@daveg5857
@daveg5857 Жыл бұрын
So, this is a beginner's guide for VS Code, but for experienced C# programmers. I didn't know that. I'm lost.
@Chaos_Rifle
@Chaos_Rifle 4 жыл бұрын
what exactly is the difference bewteen the .net core sdk, and the .net framework sdk?? my understanding is the core sdk is crossplatform, but older, and framework is windows only, but newer???
@GavinLon
@GavinLon 4 жыл бұрын
I've created two videos which may help you with your understanding in this regard. The following link is to a video on .NET Framework and .NET Core, kzbin.info/www/bejne/hZzIfmqOi9x4mqM, and the following link is to a video on .NET 5, which is the latest .NET runtime due to be released this year, kzbin.info/www/bejne/i3XFhnSYrp2aibM. I hope this helps.
@Chaos_Rifle
@Chaos_Rifle 4 жыл бұрын
@@GavinLon Thanks! you have more information on your channel than I can readily find on microsoft's own documentation.
@GavinLon
@GavinLon 4 жыл бұрын
Thanks so much for your comment. I'm glad you are finding my content helpful.
@johnsonbolhayon4790
@johnsonbolhayon4790 Жыл бұрын
what with the super long as* naming
@screener0797
@screener0797 Жыл бұрын
This seems way to complex for complete beginners
@GavinLon
@GavinLon Жыл бұрын
I think getting getting setup for using C# with Visual Studio Code is unavoidable complex because Visual Studio Code was not intended only for C# and is adaptable for many diverse developer platforms. I would recommend using the Visual Studio Community Edition IDE (which can be downloaded for free) for complete beginners who want to learn C#.
@user-tw6kf6fv1i
@user-tw6kf6fv1i 8 ай бұрын
I was searching for omnisharp and was confused when it did not pop up *sob
@GavinLon
@GavinLon 8 ай бұрын
Search for C# Dev Kit instead of omnisharp.
@brassbandit3060
@brassbandit3060 Жыл бұрын
You gotta slow down and explain a bit more about directories and such. I could barely follow what you were even saying
@padmabharali2859
@padmabharali2859 3 жыл бұрын
Looks like I will be needing a 3 year degree just to install this , I guess I will stick to pirated version of visual studio
@GavinLon
@GavinLon 3 жыл бұрын
You can download the Community edition of Visual Studio for free. Please check out a video guide created to help guide a learner through the installation process of Visual Studio Community Edition for Windows at this URL, kzbin.info/www/bejne/oJmcpHuHZ9V1bpI
@padmabharali2859
@padmabharali2859 3 жыл бұрын
@@GavinLon I will but can you pls tell me one thing , when setting up visual studio it so simple , one click here and one click there , but when setting up this code editor why things are so complicated ?
@GavinLon
@GavinLon 3 жыл бұрын
@@padmabharali2859 Visual Studio Code is more complicated because even through it is created by Microsoft it is created to be a code editor not just for Microsoft languages but for multiple languages, e.g. JavaScript, Python, Java, Go, Node.js and C++. It is modular and not dedicated to just Microsoft technologies. This makes it more complicated but if you learn to use it, you'll see that it is a very powerful code editor.
@padmabharali2859
@padmabharali2859 3 жыл бұрын
@@GavinLon sir , what kind of other advantages do visual studio code has over visual studio if one uses for only c# ? If we don't, include open source and light weight
@GavinLon
@GavinLon 3 жыл бұрын
@@padmabharali2859 As well as Windows, you can also run Visual Studio Code on Linux and Mac platforms. Note that there is also a version of Visual Studio that can run on a Mac and you can run MonoDevelop on Linux platforms. With Visual Studio Code, the editor is detached from the extensions that can be installed for Visual Studio Code making it very flexible and extensible. Visual Studio Code is excellent for front end web development (JavaScript, CSS, HTML5). Okay so in your question you were specifically asking about C#. I would recommend using Visual Studio for C# development over using Visual Studio Code. I prefer to use Visual Studio for developing C# applications.
Is C# Better than Java?
18:41
Gavin Lon
Рет қаралды 13 М.
Five New C# Features All C# Developers should know
23:15
Gavin Lon
Рет қаралды 2,7 М.
Каха заблудился в горах
00:57
К-Media
Рет қаралды 10 МЛН
Comfortable 🤣 #comedy #funny
00:34
Micky Makeover
Рет қаралды 11 МЛН
Box jumping challenge, who stepped on the trap? #FunnyFamily #PartyGames
00:31
Family Games Media
Рет қаралды 21 МЛН
C# and Visual Studio Code Beginners Guide
38:19
Gavin Lon
Рет қаралды 2,1 М.
you NEED to use VS Code RIGHT NOW!!
12:48
NetworkChuck
Рет қаралды 562 М.
VSCode for the C# Developer - Tim Corey - NDC London 2023
54:20
NDC Conferences
Рет қаралды 10 М.
Stop, Intel’s Already Dead!
13:47
Linus Tech Tips
Рет қаралды 787 М.
Is Blazor Better than Angular?
15:57
Gavin Lon
Рет қаралды 8 М.
Is Blazor Better than React?
14:25
Gavin Lon
Рет қаралды 45 М.
Top 10 Reasons to Learn C# 2020 - 2024
2:28:13
Gavin Lon
Рет қаралды 2,7 М.
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 2,3 МЛН
Visual Studio Code for C# Developers | .NET Conf 2022
26:33