Dugald Wilson's Blog

Another waste of your free time.
posts - 49, comments - 39, trackbacks - 1

September 2008 Entries

Microsoft and jQuery

There have been numerous postings announcing that Microsoft is going to start shipping jQuery alongside Visual Studio. If you haven't read about this already, see Scott Guthrie's post. This is wonderful news for the developer community for many reasons. First, the acceptance of jQuery by Microsoft should be contagious. A lot of large enterprise organizations get their software from Microsoft, and their software tools from Microsoft. The rule in those circles seems to be "No one ever got fired for using Microsoft", and so, Microsoft tools tend to dominate the short list of what can be used in an enterprise environment. With...

posted @ Monday, September 29, 2008 12:32 PM | Feedback (0) | Filed Under [ Software Development .Net Microsoft ]

RDU CodeCamp is Looking for Speakers

RDU CodeCamp is coming! Nov 15, 2008 at ECPI in Raleigh we will be having the RDU CodeCamp.  Registration will be coming soon. Currently, we are actively seeking speakers! If you are interested in speaking at RDU CodeCamp please drop us a line at http://www.codecamp.org/Speakers.aspx - We would love to hear from you.

posted @ Thursday, September 18, 2008 11:44 AM | Feedback (0) | Filed Under [ Software Development .Net RDU TriNUG Microsoft ]

Coding Less

Yesterday I had a live production app start suddenly raising errors after being in fine shape for over a year. In digging into the code to see the guts of the error, I found this: if (Session["PhaseTypeID"].ToString() == ((int)Enums.PhaseType.Study).ToString()) The session variable isn't being tested for null in this case, it is being used via the toString() call, so when it is null, as in this case, it throws an "Object reference not set exception". When confronted by code this wrong, there is an overpowering urge to fix it. In my case, I was ready to pull the session vars into the base...

posted @ Wednesday, September 17, 2008 10:17 AM | Feedback (2) | Filed Under [ Software Development ]

Powered by: