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.
Get Started
$ dotnet add package DynamicMVVMReadme
No README available.