Jul 15, 2022 Post comments count0 Post likes count0 Processing a ValueSet or PropertySet even in the face of possible mutation, part 4 Raymond Chen Processing the result differently.
Jul 14, 2022 Post comments count0 Post likes count1 Processing a ValueSet or PropertySet even in the face of possible mutation, part 3 Raymond Chen Applying and adapting the pattern.
Jul 13, 2022 Post comments count0 Post likes count0 Processing a ValueSet or PropertySet even in the face of possible mutation, part 2 Raymond Chen The first one there has to stay there until the work is done.
Jul 12, 2022 Post comments count0 Post likes count0 Processing a ValueSet or PropertySet even in the face of possible mutation, part 1 Raymond Chen Watching out for iterator invalidation.
Jul 11, 2022 Post comments count0 Post likes count0 How can I provide a Windows Runtime ValueSet or PropertySet while non-intrusively monitoring changes to it? Raymond Chen Use the right kind of observer.
Jul 8, 2022 Post comments count2 Post likes count0 Windows Runtime observable collections don’t mix well with multithreading Raymond Chen Concurrent observation and mutation is a bit of a mess.
Jul 7, 2022 Post comments count5 Post likes count0 How can I write a coroutine that produces a result but keeps on running? Raymond Chen Returning without returning.
Jul 6, 2022 Post comments count8 Post likes count0 The empty Windows Runtime string is not just a pretty face Raymond Chen It really is an empty string.
Jul 5, 2022 Post comments count0 Post likes count0 How to write like Raymond: Intentional typographical errors, part 2 Raymond Chen I can take you there, but you'll have to fix one tiny typo. Let's see if you can do that.
Jul 4, 2022 Post comments count0 Post likes count0 The case of the constructor that was being ignored Raymond Chen Retracing the compiler's steps.