Followup on String.IsNullOrEmpty

My post about the utility method IsNullOrEmpty elicited an important comment.  It seems there is a JIT optimization bug with this method that will bite you if you compile in release mode and run outside of the IDE.  Seems like it might be best to avoid this one and wait for the fix.  Thanks to Arjan Zuidhof for the comment!
Published Thursday, November 09, 2006 4:01 PM by PSteele

Comments

No Comments