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.

Brian Lagunas, Brian Noyes prismwpfxamarinmvvmuwpuapxaml
安装
dotnet add package Prism.Core --version 6.1.0
Install-Package Prism.Core -Version 6.1.0
版本详情
作者Brian Lagunas, Brian Noyes
发布时间2015-10-14 23:25:46
项目主页http://prismlibrary.com/
许可证https://github.com/PrismLibrary/Prism/blob/master/LICENSE