WindowsPhoneMvp 1.1.0.66
See the version list below for details.
dotnet add package WindowsPhoneMvp --version 1.1.0.66
NuGet\Install-Package WindowsPhoneMvp -Version 1.1.0.66
<PackageReference Include="WindowsPhoneMvp" Version="1.1.0.66" />
<PackageVersion Include="WindowsPhoneMvp" Version="1.1.0.66" />
<PackageReference Include="WindowsPhoneMvp" />
paket add WindowsPhoneMvp --version 1.1.0.66
#r "nuget: WindowsPhoneMvp, 1.1.0.66"
#:package WindowsPhoneMvp@1.1.0.66
#addin nuget:?package=WindowsPhoneMvp&version=1.1.0.66
#tool nuget:?package=WindowsPhoneMvp&version=1.1.0.66
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 | sl3-wp is compatible. sl4-wp is compatible. sl4-wp71 is compatible. |
-
- Autofac (>= 2.5.1.827)
- WindowsPhoneEssentials (>= 0.1.0.18)
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.