Skip to main content
Prism.Wpf package icon

Prism.Wpf

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, 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.

Total Downloads
9.7M
9,748,968
Published
May 24, 2021
Latest stable version

Install

.NET CLI
dotnet add package Prism.Wpf --version 8.1.97
Package Manager Console
Install-Package Prism.Wpf -Version 8.1.97
PackageReference
<PackageReference Include="Prism.Wpf" Version="8.1.97" />

Frameworks

.NETFramework4.6.1 .NETFramework4.7 .NETCoreApp3.1 net5.0-windows7.0

Dependencies

Prism.Core
.NETFramework4.6.1
[8.1.97, )
[1.1.31, )
Prism.Core
.NETFramework4.7
[8.1.97, )
[1.1.31, )
Prism.Core
.NETCoreApp3.1
[8.1.97, )
[1.1.31, )
Prism.Core
net5.0-windows7.0
[8.1.97, )
[1.1.31, )

Adoption guide

A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 4 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.