Info
| Version: | 1.0.2 | 
| Author(s): | Prism.Windows | 
| Last Update: | Monday, March 18, 2019 | 
| .NET Fiddle: | Create the first Fiddle | 
| NuGet Url: | https://www.nuget.org/packages/WinInsider.Prism.Windows | 
Install
Install-Package WinInsider.Prism.Windows
                        dotnet add package WinInsider.Prism.Windows
                        paket add WinInsider.Prism.Windows
                        
                                WinInsider.Prism.Windows Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.1.1)
- Prism.Core(>= 7.1.0.431)
- WinInsider.DependencyInjection.Metadata(>= 1.0.5)
Tags
 
                
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 for UWP helps you more easily design and build rich, flexible, and easy to maintain UWP applications.