Peter Miller

in

Browse by Tags

All Tags » smiles (RSS)
Sorry, but there are no more tags available to filter with.
More About Time: Leveraging Castle Windsor
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...
Posted: Jan 20 2010, 06:00 AM by pmiller | with no comments
Filed under:
Making Visual Studio and Dependency Injection Play Nice
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...
Posted: Jan 14 2010, 07:56 PM by pmiller | with 2 comment(s)
Filed under: