Topic
c#
c#How to ramp up in a new codebase with NDepend
Use NDepend dependency graphs, code metrics, and static analysis to understand an unfamiliar .NET codebase and locate technical debt.
c#Understanding Nullable Value Types in C#
Understand nullable value types in C#, how Nullable<T> represents missing values, and how to inspect and safely access the underlying value.
c#Demystifying Async & Await in C#
What async and await really do in C#, why a Task is not a thread, and which common misconceptions about the two cause the most trouble.