Visual Studio 2008 Show All Files Does Not Always Work For Me
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
Comments (0) - Posted in Visual Studio  


At PDC09 Windows Bootcamp (Monday 11/16) Doing Table Top Demos of ASP.NET Dynamic Data
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, [...]

Scrum Developer Training Happening at Silicon Valley Microsoft Campus 11/2-11/6 – 2 for 1 Deal
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 [...]
Comments (1) - Posted in Agile  


How to Automate a Simple Deploy Using DataDude (Visual Studio 2008 Database Edition)
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 [...]

Long Live the Semicolon and Why I Love it!
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 [...]
Comments (8) - Posted in ASP.NET 2.0  


To Brace or not to Brace in C# ifs and other Constructs
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.  [...]
Comments (11) - Posted in Best Practices, C#  


Using ReSharper, I’ve Always Wondered Why They Had the “Invert if” refactor
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 { [...]
Comments (8) - Posted in C#, ReSharper, Refactor  


Awesome Scrum Developer Training coming to Silicon Valley Microsoft Campus
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 [...]

Using LINQ to Convert an Array Into a Generic List with C#
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 [...]
Comments (5) - Posted in ASP.NET 3.5, C#, LINQ  


Silicon Valley Code Camp V4 is a wrap!
Sunday 4 October 2009 @ 8:39 pm
  Words can’t begin to describe this years
Comments (0) - Posted in Community  


We Are On Our Final Silicon Valley Code Camp Trajectory (10/3-10/4 Reality Check)
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 [...]
Comments (2) - Posted in Community