Info
Version: | 8.1.97 |
Author(s): | Brian Lagunas, Dan Siegel |
Last Update: | Monday, May 24, 2021 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/PrismLibrary/Prism |
NuGet Url: | https://www.nuget.org/packages/Prism.Wpf |
Install
Install-Package Prism.Wpf
dotnet add package Prism.Wpf
paket add Prism.Wpf
Prism.Wpf Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.7
- Prism.Core(>= 8.0.0.1909)
- Microsoft.Xaml.Behaviors.Wpf(>= 1.1.19)
- Prism.Core(>= 8.0.0.1909)
- Microsoft.Xaml.Behaviors.Wpf(>= 1.1.19)
- Prism.Core(>= 8.0.0.1909)
- Microsoft.Xaml.Behaviors.Wpf(>= 1.1.19)
- Prism.Core(>= 8.0.0.1909)
- Microsoft.Xaml.Behaviors.Wpf(>= 1.1.19)
Tags
Prism provides an implementation of a collection of design patterns that are helpful in writing well structured, maintainable, and testable XAML applications, including MVVM, dependency injection, commanding, event aggregation, and more. Prism's core functionality is a shared library targeting the .NET Framework and .NET Standard.
Features that need to be platform specific are implemented in the respective libraries for the target platform (WPF, Uno Platform, and Xamarin Forms).
Prism.Wpf helps you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications. This library provides user interface composition as well as modularity support.