Mingfei Yan has published the first two (of three) parts of a tutorial demonstrating an End-to-End example for building Windows Phone 7 from start to finish:
- Windows Phone 7 with MVVM, Isolated Storage and Cloud access – Part I
- Windows Phone 7 with MVVM, Isolated Storage and Cloud access – Part II
Part 1:
◦ How to use MVVM pattern in your phone application
◦ Introduce Data Binding
◦ How to utilize Visual Tree to change element in a list box
Part 2:
◦ How to pass data between pages – isolated storage
◦ How to use CameraTask in your application