May 31, 2021 6 0 The ARM processor (Thumb-2), part 1: Introduction Raymond Chen Moving into the present.
May 28, 2021 2 0 On the proper care and feeding of the default_overload Windows Runtime attribute Raymond Chen Generally avoid it, but if use it you must, at least follow these rules.
May 27, 2021 5 2 How can I convert between IANA time zones and Windows registry-based time zones? Raymond Chen ICU to the rescue.
May 26, 2021 8 0 How ownership of the Windows clipboard is tracked in Win32 Raymond Chen A simple model, complicated by the reality of misuse.
May 25, 2021 10 0 Why are device-independent bitmaps upside down? Raymond Chen Well, it depends on what you consider to be right-side up.
May 24, 2021 0 0 On static methods in the Windows Runtime and C++/WinRT Raymond Chen Transforming the ABI into a projection.
May 21, 2021 5 0 Obtaining attributed network usage information from the Windows Runtime Raymond Chen Breaking it down by application.
May 20, 2021 4 0 Obtaining network usage information from the Windows Runtime Raymond Chen Getting your foot in the door with the NetworkInformation class.
May 19, 2021 0 0 Awaiting Windows Runtime asynchronous operations from C# desktop apps Raymond Chen Need to find the awaiter.