by Peter Daukintis First, I will create a new project in Visual Studio using the MVVM Light project templates (MVVM Light is not a requirement really it just makes the implementation of MVVM less repetitive – any compatible MVVM framework…
Category: MVVM
Windows Phone 7, MVVM and TDD (Part 1 – Introduction)
by Peter Daukintis Before jumping into Windows Phone 7 development I need to define some ideas about a baseline architecture so I have a clear development direction to move in. This series of posts will document my thinking in this…
WPF Commanding and Data Annotations Validation
by Peter Daukintis I recently ran into the need to create a simple WPF app with a data form front end and which should provide some simple validation feedback to the user. I thought this would be pretty straightforward using…