Prism.Core
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.
Install-Package Prism.Core -Version 6.1.0
dotnet add package Prism.Core --version 6.1.0
<PackageReference Include="Prism.Core" Version="6.1.0" />
paket add Prism.Core --version 6.1.0
#r "nuget: Prism.Core, 6.1.0"
// Install Prism.Core as a Cake Addin
#addin nuget:?package=Prism.Core&version=6.1.0
// Install Prism.Core as a Cake Tool
#tool nuget:?package=Prism.Core&version=6.1.0
Release Notes
https://github.com/PrismLibrary/Prism/wiki/Release-Notes---6.1.0
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Prism.Core:
| Package | Downloads |
|---|---|
|
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 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.
|
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 6.1.0 | 0 | 06.02.2022 |