C# is a language, a coding language?!?!?!?!?!?!?
yup, it indeed is
Everything C# — language features, the .NET ecosystem, LINQ, async/await, performance tips, and modern patterns. If it compiles to IL, it belongs here.
yup, it indeed is
C# keeps adding new ways to define types. Here is my mental model for choosing.
LINQ is beautiful but it is not free. Let's talk about when it hurts and what to reach for instead.
A collection of async/await anti-patterns that cause deadlocks, thread pool starvation, and mysterious hangs.