Description: wpf of MVVM model application example, MVVM model is a model tailored for the wpf, the main highlights of the data binding wpf application, data binding, if not the habit, do not recommend using this mode
To Search:
File list (Check if you may need any files):
DemoApp\App.xaml
.......\App.xaml.cs
.......\Class Diagrams\CustomerClasses.cd
.......\..............\ViewModelClasses.cd
.......\Data\customers.xml
.......\....Access\CustomerAddedEventArgs.cs
.......\..........\CustomerRepository.cs
.......\DemoApp.csproj
.......\MainWindow.xaml
.......\MainWindow.xaml.cs
.......\MainWindowResources.xaml
.......\.odel\Customer.cs
.......\Properties\AssemblyInfo.cs
.......\..........\Settings.Designer.cs
.......\..........\Settings.settings
.......\..........\Strings.Designer.cs
.......\..........\Strings.resx
.......\RelayCommand.cs
.......\View\AllCustomersView.xaml
.......\....\AllCustomersView.xaml.cs
.......\....\CustomerView.xaml
.......\....\CustomerView.xaml.cs
.......\....Model\AllCustomersViewModel.cs
.......\.........\CommandViewModel.cs
.......\.........\CustomerViewModel.cs
.......\.........\MainWindowViewModel.cs
.......\.........\ViewModelBase.cs
.......\.........\WorkspaceViewModel.cs
UnitTests\AllCustomersViewModelTests.cs
.........\AuthoringTests.txt
.........\Constants.cs
.........\CustomerRepositoryTests.cs
.........\customers.xml
.........\CustomerTests.cs
.........\CustomerViewModelTests.cs
.........\MainWindowViewModelTests.cs
.........\Properties\AssemblyInfo.cs
.........\UnitTests.csproj
.........\ViewModelBaseTests.cs
LocalTestRun.testrunconfig
MvvmApp.sln
MvvmDemoApp.vsmdi
DemoApp\Class Diagrams
.......\Data
.......\DataAccess
.......\Model
.......\Properties
.......\View
.......\ViewModel
UnitTests\Properties
DemoApp
UnitTests