I am a strong supporter of Silverlight’s MVVM mode. Currently, I connect the ViewModel to the View by viewing the ViewModel in the code behind the view, so:
public partial class SomePage: Use
I am a strong supporter of Silverlight’s MVVM mode. Currently, I connect the ViewModel to the View by viewing the ViewModel in the code behind the view, so:
public partial class SomePage: Use