// quiz_v1.0.0
Which Programming Language Are You?
Eight quick questions. Wildly unscientific. Argue with the result on social media at your leisure.
// result.exe
// recommended_reading
Three more articles to argue with

.NET
Span<T> and the Art of Allocation-Free C#
Most performance problems in .NET are invisible until the moment they aren't. The code is correct, the tests pass, the throughput looks fin…
Ethan ColeJun 5, 2026 · 6 min

.NET
Why Your Async Code Deadlocks in .NET (and How to Fix It Properly)
The #1 question new (and not-so-new) .NET developers ask about async/await: why does it deadlock? Here's the real reason — and the fix, wit…
AdminMay 1, 2026 · 7 min

.NET
What .NET 10 Actually Changes for Working Developers
Microsoft released .NET 10 in November 2025 as a long-term support version — meaning it will be supported until November 2028. That LTS tag…
AdminMay 4, 2026 · 7 min