DEV Community

Hamza Adom
Hamza Adom

Posted on

Suggestions and Advice Needed In C# (Csharp)

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.

Top comments (9)

Collapse
 
programazing profile image
Christopher C. Johnson

I put together some resources a while back

thatamazingprogrammer.com/resource...

Collapse
 
kj2whe profile image
Jason

Thank you for sharing. I'll check out the challenges section later today.

Collapse
 
adomhamza profile image
Hamza Adom

That's some cool stuff you've over there. Thanks for sharing.

Collapse
 
kj2whe profile image
Jason

I always found iamtimecorey on YouTube super helpful.

Collapse
 
adomhamza profile image
Hamza Adom

Thanks Jason I'll check that out. Do you rely only on videos or have some blogs you refrence as well?

Collapse
 
kj2whe profile image
Jason • Edited

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.

Thread Thread
 
adomhamza profile image
Hamza Adom

Thanks alot.

Thread Thread
 
kj2whe profile image
Jason

Sometimes i’ll admit, the docs are difficult to comprehend initially. But its the ‘end all be all’ source of info for c#

Thread Thread
 
adomhamza profile image
Hamza Adom

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.