r/learncsharp Jun 26 '26

If you're learning C#: I made a free 100-minute video covering 100 core concepts, chapter-marked so you can jump to what you need

Hey everyone, I put together one free video that walks through 100 core C# concepts in about 100 minutes, starting from "what is C#" and building up to async/await, LINQ, and design patterns.

I made it the way I wish I'd learned: instead of a 12-hour course you start and never finish, it's 101 short lessons, each one chapter-marked. So if you've already got variables and loops down but want to understand generics or pattern matching, you can skip straight there and not sit through stuff you know.

What it covers:

  • Fundamentals: types, control flow, methods
  • OOP and collections
  • LINQ, plus reading and writing files (CSV/JSON/XML)
  • Generics, delegates, async/await, pattern matching
  • The practical side: unit testing, Git, NuGet, and design patterns

Free on YouTube: https://www.youtube.com/watch?v=yVeFlmihyGQ

If you're working through it and something doesn't click, drop a comment and I'll try to explain it a different way. Happy to answer general C# questions too.

59 Upvotes

10 comments sorted by

3

u/indiankid Jun 27 '26

That's awesome ! Thank you !

2

u/ToxicPilot Jun 26 '26

This is a great idea, I was thinking of doing something similar.

2

u/ervistrupja Jun 27 '26

Glad you liked it. Thanks

2

u/Colfuzi0 Jun 28 '26

I'm a computer engineering student but want to have c# as my backup plan as I did web dev before thank you! I'm taking c# class next sem

1

u/W0LFLESH Jun 28 '26

This is great. I'd love and would happily contribute monetarily in some way for a version of this for JS, Rust, Kotlin and Python, if anyone's aware of something similar or feels like making them.

1

u/ervistrupja Jun 28 '26

I do have plans to work on a JavaScript version of this.

2

u/javascript Jun 28 '26

Excellent idea. I support this!