Problem statement
I am writing a very basic WPF application to change the content of the configuration file. The data format is an XML file with a schema. I want to use it as a learning proje
Problem statement
I am writing a very basic WPF application to change the content of the configuration file. The data format is an XML file with a schema. I want to use it as a learning proje
I am new to MVVM and Silverlight, I just want to figure out a simple scenario.
I am using MVVM Light toolkit and no Expression Blend Silverlight 3.0.
I have a DataGrid and a DataForm bo
One of the many benefits of implementing any pattern is the separation of concerns between different layers in the application. In the case of Silverlight and MVVM, I think NavigationService belong
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 trying to use some rectangles to design the back of the WPF chart. I am using MVVM, and I need to resize the rectangles uniformly. When defined by Xaml, this applies to the fixed “BucketCount”
Recently, I watched Everest’s architecture class-Implementing an MVVM.
First, let’s understand what MVVM is.
MVVM is shorthand for Model-View-ViewModel. It is essentially an improved ve
In my opinion, agile methods encourage us to keep simple and lean rather than adding complexity and complexity before we need it. However, the speed and volume of technological change encourages th