Feb 15, 2021 Post comments count0 Post likes count1 The COM static store, part 6: Using C++ weak references Raymond Chen A quicker way to get to what you have.
Feb 12, 2021 Post comments count0 Post likes count1 The COM static store, part 5: Using COM weak references Raymond Chen Avoiding having to go through the static store at all.
Feb 11, 2021 Post comments count0 Post likes count1 The COM static store, part 4: Aggregating into a single object Raymond Chen Batch all the things you need into a single object.
Feb 10, 2021 Post comments count5 Post likes count1 The COM static store, part 3: Avoiding creation of an expensive temporary when setting a singleton Raymond Chen Don't create one unless you really need one.
Feb 9, 2021 Post comments count8 Post likes count1 The COM static store, part 2: Race conditions in setting a singleton Raymond Chen There can be only one, so don't end up with two.
Feb 8, 2021 Post comments count4 Post likes count1 The COM static store, part 1: Introduction Raymond Chen Communal storage for COM things.
Feb 5, 2021 Post comments count1 Post likes count1 How do I get a foothold in the neutral apartment? Raymond Chen You can explicit ask for its context.
Feb 4, 2021 Post comments count3 Post likes count1 Usage patterns for winrt::unbox_value_or Raymond Chen Two templates, many patterns.
Feb 3, 2021 Post comments count0 Post likes count1 Why is there no useful information in the RetailInfo class? Raymond Chen It's just marketing nonsense.
Feb 2, 2021 Post comments count2 Post likes count1 A metric that is consistently at 100% is probably broken Raymond Chen They say that you get what you measure.