AtomicMVVM 5.0.0
Install-Package AtomicMVVM -Version 5.0.0
dotnet add package AtomicMVVM --version 5.0.0
<PackageReference Include="AtomicMVVM" Version="5.0.0" />
paket add AtomicMVVM --version 5.0.0
#r "nuget: AtomicMVVM, 5.0.0"
// Install AtomicMVVM as a Cake Addin
#addin nuget:?package=AtomicMVVM&version=5.0.0
// Install AtomicMVVM as a Cake Tool
#tool nuget:?package=AtomicMVVM&version=5.0.0
The goal of AtomicMVVM is to allow developers to work with MVVM in their XAML based solutions (XPF, WinRT) with minimal effort while not getting in the way of the code. It requires .NET 4.5 or higher. The design goals of AtomicMVVM are (in order): simple over feature rich, unobtrusive over less code and convention over configuration.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Universal Windows Platform | uap uap10.0 |
Windows Store | netcore netcore45 netcore451 |
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 |
---|---|---|
5.0.0 | 2,331 | 11/8/2012 |
4.0.0 | 1,499 | 6/29/2012 |
3.0.0 | 1,428 | 4/13/2012 |
2.0.1 | 1,411 | 3/1/2012 |
2.0.0 | 1,295 | 2/17/2012 |
1.0.11 | 1,323 | 1/25/2012 |
1.0.10 | 1,247 | 1/25/2012 |
1.0.9 | 1,270 | 1/23/2012 |
1.0.8 | 1,312 | 1/23/2012 |
1.0.7 | 1,332 | 1/23/2012 |
1.0.6 | 1,343 | 1/23/2012 |
1.0.5 | 1,366 | 1/18/2012 |
1.0.4 | 1,293 | 1/18/2012 |
1.0.3 | 1,282 | 1/18/2012 |
1.0.2 | 1,287 | 1/18/2012 |
1.0.1 | 1,309 | 1/17/2012 |
1.0.0 | 1,363 | 1/17/2012 |
NOTE: This version has breaking changes from v4.
Note: .NET version 4, Silverlight 4 & Windows Phone are no longer supported.
Added view state support for the Metro apps into the framework.
Added non-generic versions of Start & ChangeView methods.
Added an AfterStartEvent which allows applications to run when everything is ready - UI, BS etc...
Switched the NotifyPropertChanged methods to use the new callerinfo stuff.
Added IntelliSense documentation.
Added an attached property which can be used to bind controls on rather than the name.
Added CoreDataLight which gives a lighter version for just INotifyPropertyChanged.
Added the ability to state if a call is made async or sync for NotifyPropertyChanged using an attribute.
Added IWhenDataBound which allows views to know when the bootstrapper binds the VM to them.
Many internal cleanups and fixes.