Friday 30 October 2009 @ 2:30 pm
Not sure how many times I’ve pressed the “Show All Files” menu choice on a http://flightaware.com/live/flight/AAL16
Monday 26 October 2009 @ 11:33 am
Microsoft’s big developer conference (PDC Dynamic Data Feature built into asp.net. Basically, what Dynamic Data gives you in a nut shell is the ability to easily make web apps easier for showing all kind of different data types. For example, if you happen to have a picture stored with each user’s profile, [...]
Sunday 25 October 2009 @ 7:14 pm
The Scrum developer training is happening a week from Monday and I just got a notification that they are offering a 2 for 1 deal. Pretty amazing. I know this is a new class and they want to get as much feedback as they can so I assume that is why [...]
Saturday 24 October 2009 @ 8:38 am
Not sure why this was hard, but I wanted to make a trivial command file to deploy my database (or any change to it). For those of you that don’t know the DataDude project, I have to say it’s one of the coolest tools that has come out the Microsoft Visual Studio Team [...]
Saturday 24 October 2009 @ 8:23 am
OK, so we all want to be somewhat popular, and it seems that my last article, “To Brace Or Not to Brace”, seems to have gotten a lot of attention, so, here goes my opinion on the popular semi-colon argument. First, I’m not against any languages in particular, but I have found that [...]
Monday 19 October 2009 @ 8:24 am
In my last post, I found a use for inverting if statements. That is, I postulated that it is better to have an explicit else when it’s impossible for that code to be executed. The argument for just falling through the loop with no else is that why have unnecessary code. [...]
Sunday 18 October 2009 @ 8:33 am
Well, now I know. Here is an example of some code I just wrote: if (doDeficitCalc)
{
throw
new ApplicationException("Need to implement deficit weight rating");
}
else
{
[...]
Wednesday 14 October 2009 @ 9:02 pm
Several years ago, I was invited to a special showing of what was going to be the new SqlServer 2008 database in San Francisco. I had expected a sales demo but was hugely surprised by the quality of the presenter and his deep understanding of issues facing real developers like us. Over the [...]
Wednesday 14 October 2009 @ 5:35 pm
This is just going to be a short post, but I bet it’s something I do a large number of times so I thought I’d blog it. Say you get back from something like a web service an array of objects. In my case this:cmRateResult[] cmRateResults = TransiteUtils.MakeRateRequest(_cmRateRequest);
.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier [...]
Sunday 4 October 2009 @ 8:39 pm
Words can’t begin to describe this years
Friday 2 October 2009 @ 10:30 am
We’ve got a huge session line up (147) and a huge attendance (1700+), awesome weather predicted and tons of food coming. We just printed our final schedule and are ready to go. Just to print a couple thousand labels tonight, make sure we have not forgot anything, and it’s off to V4 of [...]
|