❔ Learning C# Guide
I would like to ask if Bob Taylor’s guide for C# coming from Reddit’s group r/csharp would be a good start to work and work your way around the updates or maybe you could recommend some guide which is a good way thing to start. Currently trying to learn the knowledge gaps in between.
15 Replies
$helloworld is generally considered a good introduction as well
Written interactive course https://learn.microsoft.com/en-us/users/dotnet/collections/yz26f8y64n7k07
Videos https://dotnet.microsoft.com/learn/videos
Excuse me, I am quite confused with what you're trying to get at. Do you mean that Bob's Taylor guide is still good learning from C#?
Thank you for this!
I haven't seen Bob Taylor's guide, I can't say
All I know is that the stuff linked above is good
Thank you for sharing your thoughts.
i got into C# with Brackey's C# guide
https://www.youtube.com/watch?v=N775KsWQVkw&list=PLPV2KyIb3jR4CtEelGPsmPzlvP7ISPYzR
i like it but it's far from complete as he left youtube in the middle of making it
Brackeys
YouTube
HOW TO PROGRAM - Getting Started!
Coding can seem scary at first - but it's actually not that hard! Let's learn how to program in C#.
► SIGN UP FOR JASON'S COURSES: https://game.courses/gamearch/
● Download VSCode: https://code.visualstudio.com/
● Download .NET: https://dotnet.microsoft.com/
👕Get the new Brackeys Hoodie: https://lineofcode.io/
·······························...
it covers the basics
Thank you for sharing this resource! I'll take note of this. By the way, a question. I would like to ask what version were you using while you're taking C#?
i foolishly used mono (.NET Framework 4.7.2)
since im on linux and i was new at C# at the time i didn't know of the existence of .NET Core so i thought mono was my only option, but since it's a open source implementation of the older .NET Framework platform it is outdated and shouldn't be used
if i could i would start with .NET 6
Thank you for clearing up my confusions! I've been circling around online and forums finding for the answer. Time to make my hands dirty. Anyways, thanks for this. It means a lot for me. Have a great day ahead!
to you too!
.net 7 is the latest currently
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.@MR1R0B0T
Reminder
references to your studies after bob taylor
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.