✅ Question about Youtube tutorials to learn C#
Im learning C# and I would like to know what videos/video series you'd recommend a beginner to watch. https://www.youtube.com/watch?v=GhQdlIFylQ8&list=PPSV this is the one i am currently watching and am 1 hour through it. Is this a good place to begin or should i begin watching someone else.
freeCodeCamp.org
YouTube
C# Tutorial - Full Course for Beginners
This course will give you a full introduction into all of the core concepts in C# (aka C Sharp). Follow along with the course and you'll be a C# programmer in no time!
⭐️ Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:01:18) Installation & Setup
⌨️ (0:05:03) Drawing a Shape
⌨️ (0:17:23) Variables
⌨️ (0:30:06) Data Types
⌨️ (0:37:17) Working With S...
7 Replies
If you like it could continue, if not, search for something else
I really love Tim Corey's older videos, they were really helpful to me
my opinion: videos suck. they are slow as hell.
doing the interactive tutorials from microsoft and then jumping into your own projects is the way to go in my opinion.
you need to learn how to problem solve. problem solving is probably the most vital skill as a developer. watching a video tutorial teaches you how to follow directions... not problem solve... and not adapting
so start making your own projects
do you know where i can find these interactive microsoft tutorials?
$helloworld
Written interactive course https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/tutorials/
Videos https://dotnet.microsoft.com/learn/videos
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.