Prism.Wpf
6.1.0
Prism is a fully open source version of the Prism guidance originally produced by Microsoft Patterns & Practices. 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's core functionality is a shared code base in a Portable Class Library targeting these platforms; WPF, Windows 10 UWP, and Xamarin Forms. Features that need to be platform specific are implemented in the respective libraries for the target platform.
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.
Install-Package Prism.Wpf -Version 6.1.0
dotnet add package Prism.Wpf --version 6.1.0
<PackageReference Include="Prism.Wpf" Version="6.1.0" />
paket add Prism.Wpf --version 6.1.0
#r "nuget: Prism.Wpf, 6.1.0"
// Install Prism.Wpf as a Cake Addin
#addin nuget:?package=Prism.Wpf&version=6.1.0
// Install Prism.Wpf as a Cake Tool
#tool nuget:?package=Prism.Wpf&version=6.1.0
Release Notes
https://github.com/PrismLibrary/Prism/wiki/Release-Notes---6.1.0
Dependencies
-
.NETFramework 4.5
- CommonServiceLocator (>= 1.3.0)
- Prism.Core (>= 6.1.0)
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Prism.Wpf:
| Package | Downloads |
|---|---|
|
Catel.Extensions.Prism6
Catel.Extensions.Prism6 library which contains helper classes for prism.
|
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 6.1.0 | 0 | 06.02.2022 |