New Post: WPF + Prism + AvanlonDock + Float = KeyNotFoundException
 Check the implemantion of PRISM  that uses MEF + Avalon Dock + elysium + WPF ... http://central.codeplex.com/
View ArticleNew Post: RegionMemberLifetime KeepAlive = false and View Injection, view...
Thanks for all the info so far, this is helping narrow down what we need to at least. I'd appreciate your opinions on these approaches: Â Using KeepAlive=False I don't think we're going to use this...
View ArticleNew Post: RegionMemberLifetime KeepAlive = false and View Injection, view...
Hi Again, I think I've got this all figured out and mostly tested. We won't be using KeepAlive=false and instead will use region.Remove(). Â This does flag viewModels for cleanup which I can prove the...
View ArticleNew Post: Activate existing view with Event driven design
Hi, Goal If a view has already been injected (eg Customer = 15) then make that view visible instead of injecting a new view. Concern We're using event driven design with view injection only. Â No...
View ArticleNew Post: RegionMemberLifetime KeepAlive = false and View Injection, view...
Hi, I am glad you found this useful. As a side note, I would like to comment that Prism does not only provide the RegionMemberLifetimeAttribute, it also provides an IRegionMemberLifetime interface. The...
View ArticleNew Post: Activate existing view with Event driven design
Hi, Based on my understanding of your scenario and the architecture you were using in your previous uploaded samples, where the controllers injected the corresponding views by raising events, I believe...
View ArticleNew Post: Navigating between modules with Silverlight
Hi: Suppose I'm working with Prism but I'm not using regions. How can I just navigate between the modules without using Prism navigation, just the native Silverlight navigation? I'm using Silverlight...
View ArticleNew Post: Navigating between modules with Silverlight
Hi: Never mind the question, I know the answer already. Thanks anyway. Rafael
View ArticleNew Post: Navigating between modules with Silverlight
Hi, I'm glad you found the answer for this, for those interested in this subject you might find useful to know that the Silverlight navigation framework does not directly support the use of the MVVM...
View ArticleNew Post: Adding Module Dependency
Adding Module Dependency and addressing The Project contains some Modules and a Domain Here I'm using Unity DirectoryModuleCatalog. We Need ModuleX (Entity Data) to be a dependency of Domain Module....
View ArticleNew Post: Navigating between modules with Silverlight
Thank you Agustin. I thought I knew. I appreciate your answer. Before I study those links, I'd like to know: 1) If that extension ultimately provides us with all the standard navigation, Forward,...
View ArticleCreated Issue: An MVVM-friendly way for opening and closing a child window...
I have a child window with a view model. The view model has some dependencies that should be injected (I'm using unity). I want to trigger opening this child window from another view model. I want to...
View ArticleNew Post: Adding Module Dependency
Hi, Based on my understanding if you want to ensure that you modules are loaded and initialized in the right order, you should define the corresponding Module Dependencies, which will depend on which...
View ArticleNew Post: Posibilities of using ASP.Net Web API with Prism
Hi. I am a beginner for both Prism and Web API. And interested in both. I want to know that is it possible to use both of them together. If possible, please give me some samples. Thanks.
View ArticleNew Post: Posibilities of using ASP.Net Web API with Prism
Hi, I don't have any experience using Web API, but in my opinion, as a WPF application can consume a Web API HTTP Service you should be able to use it also in a WPF Prism application. As far as I know,...
View ArticleNew Post: Navigating between modules with Silverlight
Hi Rafael, I will try to answer your different concerns: Based on my understanding the behavior you will obtain when using this extensions will depend on the custom ContentLoader you define. In the...
View ArticleNew Post: Stepping through Prism source while debugging?
I have an application that I've added Prism to via NuGet. I also have the entire Prism library downloaded on my computer (because I used just directly add the references to my projects before NuGet)....
View ArticleNew Post: Stepping through Prism source while debugging?
Hi, As far as I now, in order to be able to debug inside the Prism source code, you will have to add the Prism Library Projects to your solution. For more information about this you could check the...
View Article