Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prism

Proper implementation of NLog and Prism

c# wpf prism nlog prism-2

How to dynamically discover all XAML files in all modules in a Silverlight prism app

silverlight xaml mvvm prism

How to get rid of repetitive properties in WPF MVVM viewmodels

c# wpf mvvm prism

Prism ViewLocator : How to fix "Your views must implement IView"

c# wpf xaml mvvm prism

Using Prism with Ninject

General dialog window for WPF and Prism

c# wpf mvvm prism prism-6

Hotkey commands for Silverlight in MVVM?

Framework similar to Prism for Knockout js

WPF unity Activation error occured while trying to get instance of type

How to Pass an object when navigating to a new view in PRISM 4

wpf navigation prism

Prism EventAggregator difference between PubSubEvent<TPayload> Class and CompositePresentationEvent<TPayload> Class

Implement Prism in existing Xamarin.Forms Shared Application

c# xamarin xamarin.forms prism

OnRender not called after InvalidateVisual()

wpf prism onrender

How to call async methods from within a Prism event aggregator subscriber?

c# asynchronous prism

Is there any way to remove a view (by name) from a Prism region when the view was added using the RegionManager.RequestNavigate method?

c# wpf mvvm navigation prism

How to Dispose a ViewModel after Popping a page with Xamarin.Forms?

mvvm xamarin.forms prism

MVVM: Decouple Model from ViewModel

How to Mock ILogger / ILoggerService using Moq

c# unit-testing prism moq moq-3

Why would adding an x:Name attribute to a user control cause a compilation error?

wpf xaml user-controls prism

PRISM + MEF -- How to specify which export to use?