Appearance
C# Lessons
These lessons focus on common problems in C# applications such as null handling, architecture issues, and maintainability.
Beginner
Null Handling Gone Wrong
- Topic: null-safety, clean code
- Focus: avoiding
NullReferenceException
Intermediate
God Service
- Topic: architecture, separation of concerns
- Focus: breaking down large services
Exception Chaos
- Topic: exceptions, error handling
- Focus: avoiding catch-all blocks
How to use
- Open the lesson folder
- Start with
README.md - Complete
task.md - Use
hints.mdif needed - Compare with
solution/ - Read
explanation.md