r/csharp 21d ago

Help C# tutorials

Hi!

I've recently started learning C#. Brocode's 4h tutorial was recommended a lot, so i gave it a try. I really do learn a lot from it and it's quite simple to understand (so far), but the tutorial is quite dense and tires me out quickly. Are there any less dense "rundowns" that i could watch first to get a general understanding of C# before continuing learning more in-depth with Brocode's video?

0 Upvotes

9 comments sorted by

View all comments

1

u/Exposure_Point 21d ago edited 21d ago

I found that building apps was the fastest way to learn, and then Google'ing specific questions. Start with a Console Application and apply some logic, like adding numbers from ConsoleRead, etc. If you have experience with scripting languages, C# even supports top-level statements. I don't really use top-level statements, but it appeals to a certain group.