Coder Social home page Coder Social logo

nazmul1985 / prism Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prismlibrary/prism

0.0 2.0 0.0 11.38 MB

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms.

License: Other

C# 99.91% PowerShell 0.09%

prism's Introduction

Prism

Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Windows 10 UWP, and Xamarin Forms. Separate releases are available for each platform and those will be developed on independent timelines. 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, commands, EventAggregator, and others. Prism's core functionality is a shared code base in a Portable Class Library targeting these platforms. Those things that need to be platform specific are implemented in the respective libraries for the target platform. Prism also provides great integration of these patterns with the target platform. For example, Prism for UWP and Xamarin Forms allows you to use an abstraction for navigation that is unit testable, but that layers on top of the platform concepts and APIs for navigation so that you can fully leverage what the platform itself has to offer, but done in the MVVM way.

Prism 6 is a fully open source version of the Prism guidance originally produced by Microsoft patterns & practices. The core team members were all part of the P&P team that developed Prism 1 through 5, and the effort has now been turned over to the open source community to keep it alive and thriving to support the .NET community. There are thousands of companies who have adopted previous versions of Prism for WPF, Silverlight, and Windows Runtime, and we hope they will continue to move along with us as we continue to evolve and enhance the framework to keep pace with current platform capabilities and requirements.

At the current time, we have no plans to create new versions of the library for Silverlight or for Windows 8/8.1/WP8.1. For those you can still use the previous releases from Microsoft P&P here and here. If there is enough interest and contributors to do the work, we can consider it, but it is not on our roadmap for now.

Build Status

Status
Prism AppVeyor
Prism.Wpf AppVeyor
Prism.Windows AppVeyor
Prism.Forms AppVeyor

Support

Help Support Prism

As most of you know, it takes a lot of time and effort for our small team to manage and maintain Prism in our spare time. Even though Prism is open source and hosted on GitHub, there are a number of costs associated with maintaining a project such as Prism. If you would like to help support us, the easiest thing you can do is watch our Pluralsight courses on Prism. By watching our courses, not only do you help support the project financially, but you might also learn something along the way. We believe this is a win-win for everyone.

We appreciate your support.

NuGet Packages

Official Prism releases are available on NuGet. Prism also has a MyGet feed which will be updated with each merged PR. If you want to take advantage of a new feature as soon as it's merged into the code base, or if there is a critical bug you need fixed we invite you to try the packages on this feed. Our feed is a public feed in the MyGet Gallery.

Simply add https://www.myget.org/F/prism/api/v3/index.json as a package source to either Visual Studio or Visual Studio for Mac.

Core Packages

These are the base packages for each platform, together with the Prism's Core assembly as a cross-platform PCL.

Platform Assembly Package NuGet MyGet
PCL Prism.dll Prism.Core CoreNuGetShield CoreMyGetShield
WPF Prism.Wpf.dll Prism.Wpf WpfNuGetShield WpfMyGetShield
Xamarin.Forms Prism.Forms.dll Prism.Forms FormsNuGetShield FormsMyGetShield
Windows 10 UWP Prism.Windows.dll Prism.Windows UWPNuGetShield UWPMyGetShield

Container-specific packages

Each supported IoC container has its own package assisting in the setup and usage of that container together with Prism. The assembly is named using this convention: Prism.Container.Platform.dll, e.g. Prism.Unity.Wpf.dll. Starting with version 7.0, Prism is moving to separate packages for each platform. Be sure to install the package for the Container and the Platform of your choice.

NOTE: MEF is supported with WPF for compatibility with previous versions. It will not be added to Windows 10 UWP or Xamarin Forms.

WPF

Package NuGet MyGet
Prism.Autofac AutofacWpfNuGetShield AutofacWpfMyGetShield
Prism.DryIoc DryIocWpfNuGetShield DryIocWpfMyGetShield
Prism.Mef MefWpfNuGetShield MefMyGetShield
Prism.Ninject NinjectWpfNuGetShield NinjectWpfMyGetShield
Prism.StructureMap StructureMapWpfNuGetShield StructureMapWpfMyGetShield
Prism.Unity UnityWpfNuGetShield UnityWpfMyGetShield

UWP

Package NuGet MyGet
Prism.Autofac.Windows AutofacUWPNuGetShield AutofacUWPMyGetShield
Prism.SimpleInjector.Windows SimpleInjectorUWPNuGetShield SimpleInjectorUWPMyGetShield
Prism.Unity.Windows UnityUWPNuGetShield UnityUWPMyGetShield

Xamarin Forms

Package NuGet MyGet
Prism.Autofac.Forms AutofacFormsNuGetShield AutofacFormsMyGetShield
Prism.DryIoc.Forms DryIocFormsNuGetShield DryIocFormsMyGetShield
Prism.Ninject.Forms NinjectFormsNuGetShield NinjectFormsMyGetShield
Prism.Unity.Forms UnityFormsNuGetShield UnityFormsMyGetShield

NuGet package tree

A detailed overview of each assembly per package is available here.

Prism Template Pack

Prism now integrates with Visual Studio and Xamarin Studio to enable a highly productive developer workflow for creating WPF, UWP, and native iOS and Android applications using Xamarin.Forms. Jump start your Prism apps with code snippets, item templates, and project templates for your IDE of choice.

Visual Studio Gallery

The Prism Template Pack is available on the Visual Studio Gallery. To install, just go to Visual Studio -> Tools -> Extensions and Updates... then search for Prism in the online gallery:

Visual Studio Gallery

Visual Studio for Mac Addin

Due to the deprecation of the Mono Addin site, Prism now offers a direct Addin feed for the Prism Template Pack. Simply go to Visual Studio -> Extensions... and add the Prism Addins feed, then you can simply search for Prism in the Gallery and install the Template Pack.

Visual Studio for Mac Addin Manager

Visual Studio for Mac Addin Manager

Samples

We have both a development sandbox (frequently changing) and stable samples for using Prism with WPF, UWP and Xamarin Forms. An overview of the samples can be found here.

Contributing

We strongly encourage you to get involved and help us evolve the code base.

  • You can see what our expectations are for pull requests here.

.NET Foundation

This project is part of the .NET Foundation.

prism's People

Contributors

brianlagunas avatar bartlannoeye avatar dansiegel avatar nuitsjp avatar briannoyes avatar ederbond avatar dvorn avatar adam-- avatar veccie avatar wldevries avatar tomzorz avatar alesdo avatar rprouse avatar rmarinho avatar cointoss1973 avatar calebnelton avatar xp-development avatar fredrikhaglund avatar mfe- avatar matheusneder avatar michaelmairegger avatar feinstein avatar nicolaiarocci avatar mardaneus86 avatar karlfl avatar mykezero avatar pdinnissen avatar galakt avatar allanrsmith avatar uselesstoucan avatar

Watchers

James Cloos avatar nazmul.haque avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.