WindowsPhoneMvp 0.9.0.3
See the version list below for details.
dotnet add package WindowsPhoneMvp --version 0.9.0.3
NuGet\Install-Package WindowsPhoneMvp -Version 0.9.0.3
<PackageReference Include="WindowsPhoneMvp" Version="0.9.0.3" />
paket add WindowsPhoneMvp --version 0.9.0.3
#r "nuget: WindowsPhoneMvp, 0.9.0.3"
// Install WindowsPhoneMvp as a Cake Addin #addin nuget:?package=WindowsPhoneMvp&version=0.9.0.3 // Install WindowsPhoneMvp as a Cake Tool #tool nuget:?package=WindowsPhoneMvp&version=0.9.0.3
An MVP implementation for Windows Phone.
When developing projects for WindowsPhone7, without the proper binding support found in WPF,
ViewModels quickly become a dumping ground, growing to an unmanageable size and doing more then they should.
Take a step back and rediscover MVP, XAML does not necessarily mean you must use MVVM,
the lack of binding support has given new focus for projects based on MVP and MVC.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Silverlight | sl4 is compatible. sl5 was computed. |
-
- Autofac.Wp7 (>= 2.4.5.724)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WindowsPhoneMvp:
Package | Downloads |
---|---|
WindowsPhoneMvp.Mocks
WindowsPhoneMvp Mock Objects for Unit testing makes unit testing easier by providing Mock implementations of framework types and services. Normally a package like this is not necessary, however limitations in the Windows Phone runtime mean traditional Proxy-based mocking libraries will not work. |
GitHub repositories
This package is not used by any popular GitHub repositories.