Info
Version: | 6.3.0 |
Author(s): | Brian Lagunas, Brian Noyes |
Last Update: | Saturday, March 25, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://prismlibrary.com/ |
NuGet Url: | https://www.nuget.org/packages/Prism.Windows |
Install
Install-Package Prism.Windows
dotnet add package Prism.Windows
paket add Prism.Windows
Prism.Windows Download (Unzip the "nupkg" after downloading)
Dependencies
- Prism.Core(>= 6.3.0)
- CommonServiceLocator(>= 1.3.0)
- Microsoft.NETCore.UniversalWindowsPlatform(>= 5.2.2)
Tags
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured and maintainable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism.Windows contains the platform specific features for Windows 10 UWP.