


On harmful overuse of std::move

On the need to keep most event sources alive if you want them to raise events

How can I convert a Windows Runtime SoftwareBitmap
to a WIC bitmap?
ISoftwareBitmapNativeFactory::CreateFromWICBitmap
.

Microspeak revisited: Line of sight

If you’re going to crash on an unhandled exception, you may as well do it sooner rather than later

The theory behind the IHttpFilter interface

What happened to the custom exception description I threw from a C++/WinRT IAsyncAction?

Why does calling a coroutine allocate a lot of stack space even though the coroutine frame is on the heap?
