Go on without me.
Crash course in async and await
Hang on a second, I’ll get back to you.
Do people write insane code with multiple overlapping side effects with a straight face?
I guess some do.
Why does the assignment operator in C# evaluate left to right instead of right to left?
Because that’s what people expect, for certain values of “people”.
Revisions to previous discussion of the implementation of anonymous methods in C#
All instance all the time.
Discussion of how to add UTF-16 support to a library that internally uses UTF-8
Convert it, but make sure it can convert back.
Customizing the window handle for item enumeration in IShellItem
It’s on the site.
Why is the maximum number of TLS slots 1088? What a strange number.
It’s a little less strange in binary.
Microspeak: To stand up
To get something working and available for use.
On the circular path from RAII to crazy-town back to RAII: Thoughts on emulating C#'s using in C++
A trip around the block.