Jun 30, 2022 1 0 How can I build a URL query string in the Windows Runtime? Raymond Chen Pretend you're submitting a form.
Jun 29, 2022 2 0 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 7 0 Microspeak: Inside baseball Raymond Chen Specialized jargon comprehensible only to a select few.
Jun 27, 2022 0 0 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 0 0 The case of the mysterious over-release from deep inside the marshaling infrastructure Raymond Chen The tedium of monitoring reference counts.
Jun 23, 2022 0 0 Writing a marshal-by-value marshaler, part 2 Raymond Chen Maybe you don't need a copy on the other side.
Jun 22, 2022 5 0 Understanding the marshaling flags: The free-threaded marshaler Raymond Chen Keeping your eye on the reference count.
Jun 20, 2022 0 0 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.