Sundew 1.15.3.1
dotnet add package Sundew --version 1.15.3.1
NuGet\Install-Package Sundew -Version 1.15.3.1
<PackageReference Include="Sundew" Version="1.15.3.1" />
paket add Sundew --version 1.15.3.1
#r "nuget: Sundew, 1.15.3.1"
// Install Sundew as a Cake Addin #addin nuget:?package=Sundew&version=1.15.3.1 // Install Sundew as a Cake Tool #tool nuget:?package=Sundew&version=1.15.3.1
Sundew is an application development framework based on the MVVM design pattern.
The main difference between Sundew and other MVVM frameworks is support across all Microsoft ecosystem.
Sundew supports the following platforms: WPF 4.0, WPF 4.5, SVL 5.0, WP7.1, WP8 and of course WRT, enabling developers to achieve a much higher level of code reuse.
All APIs are testable making Sundew suitable for TDD or ATTD.
Features:
- Dependency Injection
- Mediator pattern
- Module support
- Navigation support (View or ViewModel first)
- WeakReferencing, WeakEvents
- Synchonized list ViewModels
- Model base class, with INotifyPropertyChanged
- ViewModel Validation
- ViewModel first and View first approach
- ViewModel commands
- ViewModel list sorting, grouping filtering
And more...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Silverlight | sl4-wp71 is compatible. sl5 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Phone | wp8 is compatible. wp81 was computed. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 was computed. |
-
All Frameworks
- Expression.Blend.Sdk (>= 1.0.2)
-
Silverlight 5.0
- SilverlightToolkit-Core (>= 4.2010.4)
-
WindowsPhone 7.1
- Microsoft.Bcl (>= 1.1.6)
- Microsoft.Bcl.Async (>= 1.0.165)
- Microsoft.Bcl.Build (>= 1.0.13)
- WPtoolkit (>= 4.2013.8.16)
-
WindowsPhone 8.0
- Microsoft.Bcl (>= 1.1.6)
- Microsoft.Bcl.Async (>= 1.0.165)
- Microsoft.Bcl.Build (>= 1.0.13)
- WPtoolkit (>= 4.2013.8.16)
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fixed old version of the dll was released
- Minor fixes
- Logging support