Jul 31, 2017 0 0 The redirection can come anywhere on the line, so watch out for those spaces Raymond Chen The operator vanishes.
Jul 28, 2017 0 0 Can I throw a C++ exception from a structured exception? Raymond Chen Technically okay, but it's unusual and doesn't solve your problem.
Jul 27, 2017 0 0 How am I supposed to free the memory the system allocates in the SetPrivateObjectSecurity function? Raymond Chen It comes from the process heap.
Jul 26, 2017 0 0 Trip report: Sequim Lavender Festival and the Olympic Game Farm Raymond Chen Some learned travel tips.
Jul 26, 2017 0 0 Wrapping up 2017’s extended CLR Week-and-a-half with some links to other CLR trivia Raymond Chen Additional useless reading.
Jul 25, 2017 0 0 If there is no difference between two options, choose the one that is easier to debug Raymond Chen Because you're going to be debugging it eventually.
Jul 24, 2017 0 0 How can I find out how many threads are active in the CLR thread pool? Raymond Chen Let's answer the question, but then look at the scenario.
Jul 20, 2017 0 0 Crash course in async and await Raymond Chen Hang on a second, I'll get back to you.
Jul 19, 2017 0 0 Do people write insane code with multiple overlapping side effects with a straight face? Raymond Chen I guess some do.