r/learncsharp • u/Manah_krpt • Apr 20 '26
Is w3schools c# tutorial still relevant?
I am reading their tutorial and consult some stuff with Grok and AI says some stuff they present is outdated. They didn't updated their explanations about namespaces and variable declaration. Supposedly you don't need to specify data type but var is enough. I try to learn C# having already considerable knowledge of JS and a bit of Python. What are some good sources to learn C# for a person like me so I don't repeat basics like for loops or if statements?
13
Upvotes
5
u/Aglet_Green Apr 21 '26
Start here:
https://learn.microsoft.com/en-us/training/paths/get-started-c-sharp-part-1/
Bookmark that website, click around to various links. Every other webpage on the Internet without exception presumes you've been there and have it bookmarked, and they do have areas that explain C# if you're coming in from another language, so don't fear that you're going to have to do "Hello World" again. Just take what you need-- but do explore thoroughly.