Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prism

Choosing Between Prism and Caliburn

prism caliburn

Creating objects using Unity Resolve with extra parameters

c# .net unity-container prism

Get IOC container in a popup

Methods for composing configuration for composite applications (eg PRISM, MEF)

c# .net configuration prism mef

Problems understanding use of MVVM when using WCF DTO's in a WPF smart client app

wpf wcf mvvm prism smartclient

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