I'm taking on a new programming language, C# and I would love if anyone could suggest where I can start by way of resources, links and courses I can take to achieve my goal. Thank you.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (9)
I put together some resources a while back
thatamazingprogrammer.com/resource...
Thank you for sharing. I'll check out the challenges section later today.
That's some cool stuff you've over there. Thanks for sharing.
I always found iamtimecorey on YouTube super helpful.
Thanks Jason I'll check that out. Do you rely only on videos or have some blogs you refrence as well?
Ok so the holy grail is always microsoft docs
some good sites are
tutorialspoint
geeksforgeeks
tutorialsteacher
i do like this online editor
dotnetfiddle
daily info
Morning Dew
Read about a topic, loops, classes, interfaces, then go and try it in dotnetfiddle as a console app.
Thanks alot.
Sometimes i’ll admit, the docs are difficult to comprehend initially. But its the ‘end all be all’ source of info for c#
I totally agree, gathering info from docs can be a pain sometimes until you get a grip on how info are structured on the site. Regardless microsoft learn has been really helpful.