Take advantage of the inversion of control pattern to loosely couple the components of your application and make them easier to test and maintain. Both inversion of control and dependency injection ...
I was reading over the documentation for ParameterizedThreadStart and read that C# implies the correct delegate constructor when creating a new Thread object, allowing one to just pass the name of the ...