Unit Testing
Test Driven Development in Python
TDD is a mindset Test driven development is a way of designing as much as it is a way of developing. I have been trying to use it on and off for a several years now without much success. I think I...
read articleUnit Testing ViewModels In Prism Modules
PRISM + WPF = MVVM All of my recent projects at work have been WPF applications designed using the Microsoft PRISM framework for composite/modular applications. PRISM provides the ability to...
read article