Web
Download Source Code Task-It Series This post is part of a series of blog
posts and videos about the Task-It (task management) application that I
have been building with Silverlight 4 and Telerik's RadControls for
Silverlight 4. For a full index of a posts, please go here.
One of the posts listed in the index provides a full source download
for the application. Why MVVM? As I'm gearing up to write a post about dynamic XAP loading with MEF,
I'd like to first talk a bit about MVVM, the Model-View-ViewModel
pattern, as I will be leveraging this pattern in my future posts. Your first question may be, "why do I need this...