Jun 30, 2022 Post comments count5 Post likes count0 2022 mid-year link clearance Raymond Chen Another accumulation of stuff.
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.
Jun 29, 2022 Post comments count2 Post likes count0 How can I parse URL query string in the Windows Runtime? Raymond Chen There's a query parser built in, but it's a little cantankerous.
Jun 28, 2022 Post comments count7 Post likes count0 Microspeak: Inside baseball Raymond Chen Specialized jargon comprehensible only to a select few.
Jun 27, 2022 Post comments count0 Post likes count0 Starting on the other side of the airtight hatchway: Attacking the batch file parser Raymond Chen Why stop at denial of service when you have remote code execution?
Jun 24, 2022 Post comments count0 Post likes count0 The case of the mysterious over-release from deep inside the marshaling infrastructure Raymond Chen The tedium of monitoring reference counts.
Jun 23, 2022 Post comments count0 Post likes count0 Writing a marshal-by-value marshaler, part 2 Raymond Chen Maybe you don't need a copy on the other side.
Jun 22, 2022 Post comments count5 Post likes count0 Understanding the marshaling flags: The free-threaded marshaler Raymond Chen Keeping your eye on the reference count.
Jun 21, 2022 Post comments count1 Post likes count0 Writing a compound marshaler Raymond Chen On the nature of streams.
Jun 20, 2022 Post comments count0 Post likes count0 On the importance of managing the stream pointer when manipulating marshal data Raymond Chen Making sure things are ready for the person who comes after you.