Tag: C++
Task and Task-Based Programming in C#
Compose asynchronous work with Task, WhenAll, and cancellation tokens.
Dependency Injection in C#
Register and inject services via constructor injection (.NET DI).
Memory Management and Garbage Collection in C#
Understand GC generations and when to implement IDisposable.
try, catch, finally in C#
Wrap risky code and clean up with finally or using declarations.
throw and Custom Exceptions in C#
Throw exceptions and create domain-specific exception types when useful.