Windows Phone 7, MVVM and TDD (Part 6 – loading screen)

By Peter Daukintis First we need to create the loading screen user control which is heavily based upon the one used here http://www.orktane.com/Blog/post/2010/01/23/iPhone-Sudoku-in-Silverlight-using-MVVM.aspx. It consists of a grid containing eight rectangles which have associated animations that cycle through different greyscales/transparencies.…

Read More

Windows Phone 7, MVVM and TDD (Part 3 – LoginCommand)

by Peter Daukintis Now, to support the login functionality I will add a password property in exactly the same way (test first) as the username text property from part 2 (http://babaandthepigman.spaces.live.com/blog/cns!4F1B7368284539E5!237.entry). Also I will supplement the tests with tests to…

Read More

TDD Introduction

by Peter Daukintis Test Driven Development This is a basic introduction to test-driven development describing related technologies in a simple, straightforward way. The learning curve can sometimes appear steep due to the range of associated technologies and architectural concepts that…

Read More