Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prism

Looking for Prism example of Modules loading themselves into a menu

How to enable a Button with its CanExecute method

c# wpf button prism icommand

In Composite WPF (Prism), what is the difference between IRegion.Add and IRegionManager.RegisterViewWithRegion?

prism cag

WPF: Is Prism overkill for small apps?

c# .net wpf mvvm prism

MEF keeps reference of NonShared IDisposable parts, not allowing them to be collected by GC

EventAggregator vs CompositeCommand

Should a View bind indirectly to properties in a Model in MVVM?

c# wpf mvvm prism

CanExecute Logic for DelegateCommand

Composite WPF (Prism) module resource data templates

New Prism Project - Use MEF or Unity?

unity-container prism mef

BindableBase vs INotifyChanged

Unable to cast object of type 'MS.Internal.NamedObject' to custom type

PRISM and WCF - Do they play nice?

wcf events prism

Why Use Prism?

.net wpf architecture prism

How to Unit Test DelegateCommand that calls async methods in MVVM

How to get the current active view in a region using PRISM?

c# wpf mvvm prism

Best logging approach for composite app?

c# logging log4net prism

Composite Guidance for WPF : MVVM vs MVP

WPF Prism - What is the point of using Prism Regions?

How to debug Unity resolution?