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 4, 2022 Post comments count0 Post likes count0 The case of the constructor that was being ignored Raymond Chen Retracing the compiler's steps.
Jul 1, 2022 Post comments count1 Post likes count0 Under what conditions can I modify the memory that I received in the form a STGMEDIUM? Raymond Chen If you own it, then it's yours to do with as you wish.
Jun 30, 2022 Post comments count1 Post likes count0 How can I build a URL query string in the Windows Runtime? Raymond Chen Pretend you're submitting a form.