Welcome to Neudesic Blogs Sign in | Join | Help

September 2006 - Posts

I learned to build 16-bit Windows apps with an 8088 and a copy of Petzold's "Programming Windows". I remember thinking that I would never learn the Windows API -- back then there were at least 300 or so method calls. I bought my first mouse, Read More
If you're using string.IsNullOrEmpty, be aware that there is a fatal bug in the JIT compiler that causes a null reference exception: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=113102 This means that String.IsNullOrEmpty Read More