Sometimes it feels like you've been hit by a car, sometimes it feels like a freight train. Either way, if you're in this industry and you're not ready for change or if you're not crazy enough to …
4 Common Follies Made In Unit/Integration Testing
I was having a discussion with a colleague last week and we got on the topic of unit testing. What unfolded is what stemmed this post... It started like this... Colleague: "There is no need to test …
Continue Reading about 4 Common Follies Made In Unit/Integration Testing →
RuleSetDialog & LINQ Queries
I'm working on a presentation for the Twin Cities Code Camp and I've upgraded some old samples that Microsoft provided for the new version of .NET 3.5. Upon doing so I imagined the question coming up …
That Sneaky .NET 3.5 External RuleSet Toolkit Sample
This is a quick note to those of you who are trying to access the External RuleSet Toolkit Sample in this download on MSDN. The .NET 3.5 External RuleSet Toolkit sample is a Workflow Rules Engine …
Continue Reading about That Sneaky .NET 3.5 External RuleSet Toolkit Sample →
Resizing a VHD and a Volume
I ran into a problem today.... I wanted to install SP1 for Visual Studio 2008 on my virtual pc instance today. I started the install and got an error stating I did not have enough space on my drive to …
Unit Testing – It’s not what most of you think …
Unit Testing Purpose: To test an individual unit of code to ensure that it is working properly. This is where the most confusion lies, so I'm going to focus the majority of the beginning series on …
Continue Reading about Unit Testing – It’s not what most of you think … →