New Post: Prism - Adding Service References
Is there a recommended way to hook up a prism application to a WCF service? I've tried adding a service reference to my project (it has Prism.UnityExtensions installed via nuget), but whenever I try to...
View ArticleNew Post: Prism Lazy Load View IN _regionManager.RegisterViewWithRegion
Prism how Lazy Load View IN _regionManager.RegisterViewWithRegion ()
View ArticleNew Post: Prism Lazy Load View IN _regionManager.RegisterViewWithRegion
Prism how Lazy Load View IN _regionManager.RegisterViewWithRegion ()
View ArticleNew Post: Prism and Dependency Injection - Unit Testing
Dear Prism developpers, Could someone be so kind and explain why are the RequestNavigate methods for IRegionManager defined in RegionManagerExtensions as extension methods? How can I UnitTest that?...
View ArticleNew Post: Prism Lazy Load View IN _regionManager.RegisterViewWithRegion
Hi, Based on my understanding, in order to Lazy Load views in Prism, you have two different options: use view discovery approach or use view injection approach. The view discovery approach (that is,...
View ArticleNew Post: Prism - Adding Service References
Hi, As far as I know, there's no official guidance regarding WCF services in Prism, since Prism is client-side oriented. However, I believe there are examples of how to consume a WCF service from a...
View ArticleNew Post: Prism and Dependency Injection - Unit Testing
Hi Stephan, Based on my understanding the main reason behind why those were designed as extension methods is because the navigation functionality is not pertinent to the IRegionManager itself, but to...
View ArticleNew Post: Prism Lazy Load View IN _regionManager.RegisterViewWithRegion
This thread seems to be a duplicate of this one:Prism Lazy Load View IN _regionManager.RegisterViewWithRegion For any discussion regarding this topic, please go to the aforementioned thread. Thanks,...
View ArticleNew Post: Prism - Adding Service References
Thanks Federico. That link looks to be a winner - I'm not trying to use prism on the WCF side (I'll handle that separately), just consume it from a Prism client. Edit: Scratch that, they aren't really...
View ArticleNew Post: Prism and Dependency Injection - Unit Testing
Hi Damian, Thank you for your enlightening answer! I'm still unhappy regarding Unit Testing though ;-) Stephan
View ArticleNew Post: Prism - Adding Service References
Hi, It seems that your WCF service is asking for Microsoft.Practices.ServiceLocation, which is somehow strange since ServiceLocation is related to Prism and not WCF. If your service is referencing...
View ArticleNew Post: Prism - Adding Service References
Hi Federico, Yeah it's strange, as the WCF service has no references to prism whatsoever. You can find the solution here. I've not been getting it to work in my app, so been trying with this simple...
View ArticleNew Post: Scoped RegionViewRegistry?
I have a case where I'm displaying modal windows. These windows each have their own child container (unity CreateChildContainer()) and sub region manager (CreateRegionManager()). As I understand it,...
View ArticleNew Post: Prism - Adding Service References
Hi, I tested the sample you provided on Visual Studio 2012 and it seems to be working fine. No error or warning messages were shown after opening the sample, and even after a clean build. Therefore, I...
View ArticleNew Post: Prism - Adding Service References
Yep, you are right. I hadn't even noticed I was using the 2013 preview - must have moved my icons around. Cheers for the help.
View ArticleNew Post: Scoped RegionViewRegistry?
Hi, As out of the box the RegionViewRegistry provided by Prism is used for the entire application and it does not allow to remove a previous registration. Hence in order to acquire the functionality...
View ArticleNew Post: View Base Navigation Not taking place.
Hi to all friends out there. I am not able to acheive iew base navigation . In my application i have to change view in region and this i need to achieve with navigation. Below is my code. public class...
View ArticleNew Post: View Base Navigation Not taking place.
Hello PankajGoswami, As far as I can see on the code you provided everything seems to be on the right track. Please verify that:• The RequestNavigate call is being performed. Assuming you are using a...
View ArticleNew Post: Prims 4.1 QuickStarts
Hi, I am going through MVVM QuickStart example together with this link for explanation:TEXT The link goes about ViewModel base class which all other ViewModels inherit. But I can't find ViewModel base...
View ArticleNew Post: Prims 4.1 QuickStarts
Hi, As far as I know, the documentation is the correct one. Please notice however, that there is a known issue in the Prism 4.1 MVVM Quickstart documentation since it is out of sync with the Quickstart...
View Article