Download Model View ViewModel with Controller
Description
Build applications based on the Model-View-ViewModel philosophy!
Source Files
The download file mvvmc.zip has the following entries.
.gitignore//from w ww . j a v a 2 s . c o m
Doc/Deployment.png
Doc/MVVMC.png
Doc/Namespaces.png
Doc/SAD.ppt
MvvmDemoApp/.nuget/NuGet.Config
MvvmDemoApp/.nuget/NuGet.exe
MvvmDemoApp/.nuget/NuGet.targets
MvvmDemoApp/DemoApp.CustomerModule/Controller/CustomerController.cs
MvvmDemoApp/DemoApp.CustomerModule/CustomerModuleResources.xaml
MvvmDemoApp/DemoApp.CustomerModule/Data/customers.xml
MvvmDemoApp/DemoApp.CustomerModule/DataAccess/CustomerAddedEventArgs.cs
MvvmDemoApp/DemoApp.CustomerModule/DataAccess/CustomerRepository.cs
MvvmDemoApp/DemoApp.CustomerModule/DataAccess/ICustomerRepository.cs
MvvmDemoApp/DemoApp.CustomerModule/DemoApp.CustomerModule.csproj
MvvmDemoApp/DemoApp.CustomerModule/Model/Customer.cs
MvvmDemoApp/DemoApp.CustomerModule/Properties/AssemblyInfo.cs
MvvmDemoApp/DemoApp.CustomerModule/Properties/Strings.Designer.cs
MvvmDemoApp/DemoApp.CustomerModule/Properties/Strings.resx
MvvmDemoApp/DemoApp.CustomerModule/View/AllCustomersView.xaml
MvvmDemoApp/DemoApp.CustomerModule/View/AllCustomersView.xaml.cs
MvvmDemoApp/DemoApp.CustomerModule/View/CustomerView.xaml
MvvmDemoApp/DemoApp.CustomerModule/View/CustomerView.xaml.cs
MvvmDemoApp/DemoApp.CustomerModule/ViewModel/AllCustomersViewModel.cs
MvvmDemoApp/DemoApp.CustomerModule/ViewModel/CustomerViewModel.cs
MvvmDemoApp/DemoApp.CustomerModule/packages.config
MvvmDemoApp/DemoApp/App.xaml
MvvmDemoApp/DemoApp/App.xaml.cs
MvvmDemoApp/DemoApp/DemoApp.csproj
MvvmDemoApp/DemoApp/MainWindowResources.xaml
MvvmDemoApp/DemoApp/Properties/AssemblyInfo.cs
MvvmDemoApp/DemoApp/Properties/Settings.Designer.cs
MvvmDemoApp/DemoApp/Properties/Settings.settings
MvvmDemoApp/DemoApp/Properties/Strings.Designer.cs
MvvmDemoApp/DemoApp/Properties/Strings.resx
MvvmDemoApp/DemoApp/View/MainWindowView.xaml
MvvmDemoApp/DemoApp/View/MainWindowView.xaml.cs
MvvmDemoApp/DemoApp/ViewModel/MainWindowViewModel.cs
MvvmDemoApp/DemoApp/app.config
MvvmDemoApp/DemoApp/packages.config
MvvmDemoApp/DemoAppCore/Controller/IController.cs
MvvmDemoApp/DemoAppCore/DemoAppCore.csproj
MvvmDemoApp/DemoAppCore/Properties/AssemblyInfo.cs
MvvmDemoApp/DemoAppCore/ViewModel/CommandViewModel.cs
MvvmDemoApp/DemoAppCore/ViewModel/IMainWindowViewModel.cs
MvvmDemoApp/DemoAppCore/ViewModel/ViewModelBase.cs
MvvmDemoApp/DemoAppCore/ViewModel/WorkspaceViewModel.cs
MvvmDemoApp/DemoAppCore/packages.config
MvvmDemoApp/MvvmDemoApp.sln
MvvmDemoApp/UnitTests/AuthoringTests.txt
MvvmDemoApp/UnitTests/Constants.cs
MvvmDemoApp/UnitTests/Data/customers.xml
MvvmDemoApp/UnitTests/DataAccess/CustomerRepositoryTests.cs
MvvmDemoApp/UnitTests/Model/CustomerTests.cs
MvvmDemoApp/UnitTests/Properties/AssemblyInfo.cs
MvvmDemoApp/UnitTests/UnitTests.csproj
MvvmDemoApp/UnitTests/ViewModel/AllCustomersViewModelTests.cs
MvvmDemoApp/UnitTests/ViewModel/CustomerViewModelTests.cs
MvvmDemoApp/UnitTests/ViewModel/MainWindowViewModelTests.cs
MvvmDemoApp/UnitTests/ViewModel/ViewModelBaseTests.cs
MvvmDemoApp/UnitTests/packages.config
MvvmDemoApp/packages/repositories.config
Download
Click the following link to download mvvmc.zip.
mvvmc.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »