Jul 20, 2017 Post comments count0 Post likes count1 Crash course in async and await Raymond Chen Hang on a second, I'll get back to you.
Jul 19, 2017 Post comments count0 Post likes count1 Do people write insane code with multiple overlapping side effects with a straight face? Raymond Chen I guess some do.
Jul 18, 2017 Post comments count0 Post likes count1 Why does the assignment operator in C# evaluate left to right instead of right to left? Raymond Chen Because that's what people expect, for certain values of "people".
Jul 17, 2017 Post comments count0 Post likes count0 Revisions to previous discussion of the implementation of anonymous methods in C# Raymond Chen All instance all the time.
Jul 14, 2017 Post comments count0 Post likes count1 Discussion of how to add UTF-16 support to a library that internally uses UTF-8 Raymond Chen Convert it, but make sure it can convert back.
Jul 13, 2017 Post comments count0 Post likes count1 Customizing the window handle for item enumeration in IShellItem Raymond Chen It's on the site.
Jul 12, 2017 Post comments count0 Post likes count1 Why is the maximum number of TLS slots 1088? What a strange number. Raymond Chen It's a little less strange in binary.
Jul 11, 2017 Post comments count0 Post likes count1 Microspeak: To stand up Raymond Chen To get something working and available for use.
Jul 10, 2017 Post comments count0 Post likes count1 On the circular path from RAII to crazy-town back to RAII: Thoughts on emulating C#’s using in C++ Raymond Chen A trip around the block.
Jul 7, 2017 Post comments count0 Post likes count1 How can I tell whether two paths reside on the same underlying volume, so I can know whether they can be hard-linked? Raymond Chen Don't try to guess. Just do it.