Unit Testing

Betcha can't guess what this category is about..

Inversion of Control

Inversion of Control is based on the idea of flow control. When you start programming, you learn to write code in classes and methods that control the flow of the program. Your code calls methods that do something and answer back to your code. In Inversion of Control, your central classes wait for the phone call that tells them things they need to know to perform their own activities.

Unit Testing Review List

Since "Art of Unit Testing" is out and everyone is talking about it, I've decided to catch up on some reading about Unit Testing in general before I buy the book. Tech training & rewriting MS labs tends to suck my brain dry. And MS courses are not known for going over things like Unit Testing. After a year of rewriting labs for the LOD, my brain is mush except for debugging MOC labs. Nows as good a time as ever to compile of list of must reads on Unit Testing. So without further ado, here's the list so far: ...

Unit Testing in Visual Studio

The more I learn, the more I know I don't know. As an MCT, it's my job to continually update my skills. To that end, I've been delving into things that aren't covered in the courses I teach.  Things like Unit Testing. What's A Unit Test? With Visual Studio 2005 and 2008, you get the ability in some versions like Team System to create a Test Project to do Unit Testing. Before I start talking about creating a unit test, let's review the basics. A unit test verifies that a function actually performs it's duties. Now, there are black box and white...

Copyright © Desirea Herrera

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski