Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prism

How to bind command to button in WPF using Prism framework

c# wpf xaml mvvm prism

How to get the view from a region in PRISM?

OpenFileDialog using Prism MVVM

c# wpf mvvm prism

Prism MVVM, Should I put IRegionManager in ViewModel or some where else?

c# silverlight mvvm prism

PRISM/MEF: How can 2 windows' viewmodels talk to each other?

c# wpf window prism mef

Are there any Prism "Post-build" Event or method while using MEF?

My Silverlight app doesnt show changes

silverlight prism

Prism: InvalidOperationException at region deactivation. "Deactivation is not possible in this type of region."

c# wpf prism prism-5

Getting a list of loaded modules from PRISM in WPF

wpf prism

Is it possible to Export a C++ CLI interface with MEF and Prism

c++-cli prism mef

Prism, Unity and default type registration in Modules

Detect if GoBack() was called in NavigationContext

c# .net wpf prism

What happens if a Prism Module crashes? Is the application still stable?

wpf .net-4.0 prism

MEF how to get non-shared instance references

.net wpf prism mef

What is the best way to handle navigation with PRISM?

.net wpf navigation prism

What is the best way to integrate Prism region management with WPF's Navigation Services?

wpf navigation prism frame

Prism RequestNavigate to new view

c# wpf prism

When populating View Y from ListView selection in View X, why is View Y showing stale results?

c# wpf mvvm async-await prism

If I am concerned about memory usage, should I avoid MVVM?

c# .net wpf mvvm prism