Read an article on using the MVVM pattern for Windows Phone 7 development.
MVVM Stands for:
MVVM Stands for:
- M - Model
- V - View
- VM - View Model
Model is used for handling the business logic of the application.
View is the user interface, and in Windows Phone 7 it is implemented using XAML.
No comments:
Post a Comment