Browse by Tags
All Tags »
smiles (
RSS)
Sorry, but there are no more tags available to filter with.
In a previous post, I mentioned working on a time keeping component. We used this component as the basis of a task scheduling application. Our tasks were represented by classes that implemented a common task interface: public interface ICustomTask { CustomTaskResult...
Dependency injection (DI) is a powerful technique to make your code more testable and your application more adaptable to future changes. Working with an application that uses DI in Visual Studio can be painful. You want to be able to make changes to your...