DynamicMVVM 0.0.0.1
dotnet add package DynamicMVVM --version 0.0.0.1
NuGet\Install-Package DynamicMVVM -Version 0.0.0.1
<PackageReference Include="DynamicMVVM" Version="0.0.0.1" />
paket add DynamicMVVM --version 0.0.0.1
#r "nuget: DynamicMVVM, 0.0.0.1"
// Install DynamicMVVM as a Cake Addin #addin nuget:?package=DynamicMVVM&version=0.0.0.1 // Install DynamicMVVM as a Cake Tool #tool nuget:?package=DynamicMVVM&version=0.0.0.1
The DynamicMVVM is a set of classes which help developer to get started in the Model - View - ViewModel pattern WPF (not supported on Silverlight). It is a small framework that contains only Dynamic ViewModel and Dynamic Model.
The DynamicViewModel Allows developer to create the Command’s Execute method and CanExecute method without the ICommand property.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.0.1 | 2,412 | 3/5/2012 |
This is a alfa release.
for more info download Demo project from the https://dynamicmvvm.codeplex.com/ website.