Dec 4, 2018 0 0 The plural of Nexus is NexÅ«s, in case you cared (which you almost certainly don’t) Raymond Chen Only for Latin nerds.
Dec 4, 2018 0 0 Why can’t I close windows directly from the Alt+Tab interface in Windows Vista? Raymond Chen Elevation and interruption.
Dec 3, 2018 0 0 Choosing error codes based on a really nice #define doesn’t necessarily lead to a readable message to the user Raymond Chen Device not ready? What device?
Nov 30, 2018 0 0 Why does Clipboard.SetData put extra junk in the clipboard data? And how can I get it to stop? Raymond Chen Strings and things, but you need the things.
Nov 29, 2018 0 1 Taking advantage of the ordering guarantees of the LINQ GroupBy method Raymond Chen Sorting and grouping in a particular way.
Nov 28, 2018 0 0 What happens if I mutate a string in a p/invoke? Raymond Chen It seems to work, for specific meanings of "seems".
Nov 27, 2018 0 0 Nifty trick: Combining constructor with collection initializer Raymond Chen Two great tastes that work great together.
Nov 26, 2018 0 0 What’s up with Code Analysis rule CA2202: Do not dispose objects multiple times? Raymond Chen It's trying to get inside your head.
Nov 23, 2018 0 0 If activation of your gift card lasts more than four hours, consult a physician immediately Raymond Chen Is it ready yet?
Nov 23, 2018 0 0 The default number of threads in an I/O completion port is the number of processors, but is that logical or physical processors? Raymond Chen How much stuff can happen at once?