Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prism

Can I implement my own view resolution service and have RequestNavigate use it?

wpf mvvm prism prism-4

How to Unit Test a ViewModel with async method.

Xamarin Forms : can Prism and ReactiveUI be used in the same project ? If so, is it a good idea?

Differences between MEF, EntLib and Prism

How to sort views in an ItemsControl in Prism / MEF?

wpf prism mef

Prism2/MVVM Close View from ViewModel

wpf mvvm prism

XML config changes in Unity 2.0

xml unity-container prism

What should I create instead of Bootstrapper? Prism 6.1.0

c# wpf xaml mvvm prism

How can I create a file with StreamWriter using a relative path?

c# wpf file-io prism

Textbox Binding to both LostFocus and Property Update

wpf xaml binding textbox prism

Why would adding an **appSettings** section to App.config cause an error in WPF application?

.net wpf prism app-config

How to implement CRUD Master Details on the same screen under MVVM

c# wpf mvvm prism

WPF Datagrid RowEditEnding in an MVVM environment

wpf mvvm datagrid prism

WPF Prism how to have duplicate views inside a region

wpf prism

WPF Prism + Existing WPF Application [closed]

c# .net wpf mvvm prism

How to limit prism 4 to load only special signed modules?

c# wpf prism prism-4

Should I be unit testing my bootstrapper and if so how?

EventAggregator, is it thread-safe?