Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Silverlight MVVM Where to start

silverlight mvvm prism

Unable to consolidate NuGet package transitive dependency versions in two NET Standard projects

Register a type with primitive-arguments constructor?

MEF: a replacement for PRISM?

Using WPF design data with the MVVM pattern

wpf xaml mvvm prism design-data

Defining Scope in MEF with CompositionScopeDefinition

c# .net prism mef .net-4.5

PRISM and WPF how to add a module on demand

wpf prism module ondemand

Approach for a multi-lingual WPF application

wpf prism multilingual

Button doesn't become disabled when command CanExecute is false

wpf mvvm command prism