New Post: Region boundary/control placement
Gabriel, Your response is greatly appreciated, and solved my problem. I started going down the road of the pub/sub EventAggregation, but I also had to change the content (text) of the button depending...
View ArticleNew Post: Where should I put my singletons...
First project using Prism... First real project in WPF... Where should I put my singleton services? I have an infrastructure project (interfaces, regionNames, etc.) and we also put the implementation...
View ArticleNew Post: Where should I put my singletons...
Hi mt_x, Based on my understanding, services are meant to be used on cross-module communications. I think you could find helpful the following MSDN Prism chapter at SharedServices section:9:...
View ArticleNew Post: Dynamic WCF channel using Prism and Unity
Hello Using Prism, Unity and WCF, I have the following simple login scenario. I define a LoginModule containing three elements : a LoginView, a LoginViewModel, and a LoginService. What is different...
View ArticleNew Post: Dynamic WCF channel using Prism and Unity
Hi, Based on your description I am assuming the user needs to enter the authentication server's address along with the login and password in the LoginView. In that case a possible approach to be able...
View ArticleCreated Unassigned: Prism not working with Windows Azure Mobile Services [10453]
An exception gets thrown every time.
View ArticleCommented Unassigned: Prism not working with Windows Azure Mobile Services...
An exception gets thrown every time.Comments: ** Comment from web user: GOstrowsky ** Hi Morrigan, We would appreciate if you could describe some details of the exception you are facing. This way we...
View ArticleCommented Unassigned: Prism not working with Windows Azure Mobile Services...
An exception gets thrown every time.Comments: ** Comment from web user: Morrigan ** Windows Store applications work fine, its just Prism that throws an exception. I'm using Visual Studio 2013 with .Net...
View ArticleNew Post: Where should I put my singletons...
Hi mt_x, As per my understanding from your post you are trying to use single instance of service object in different modules. If this is that case than i think you can achieve this by registering...
View ArticleNew Post: Why Prism and not other
Hi there: I'm starting a new project with WPF and I've been researching the web for a Framework like Prism or Caliburn Micro, and now I don't know which way to take from here. My project is a LOB...
View ArticleNew Post: Why Prism and not other
Hi Rafael, Basically the decision mainly depends on what you and your team are more comfortable with each framework, and if the main features of your app would be provided by Prism in a simple manner....
View ArticleCommented Unassigned: Prism not working with Windows Azure Mobile Services...
An exception gets thrown every time.Comments: ** Comment from web user: DCherubini ** Hi,Based on your description it seems you are using the __Prism for Windows Runtime__ version. If that is the case,...
View ArticleNew Post: Why Prism and not other
Hi Gabriel: One more question, Who developed Prism, Microsoft or a Third party?
View ArticleNew Post: Can we do WPF view-region mapping & interface-type mappings in the...
We have a product which acts as a base framework for other applications/teams. I am declaring type mappings through unity configuration. On the other hand, every configured module has its IModule...
View ArticleNew Post: Can we do WPF view-region mapping & interface-type mappings in the...
Hi, Based on my understanding there is no method to know which instances, classes or type registrations came from each module. This is mainly because the concept of "module" is only valid before it's...
View ArticleNew Post: New Release of Prism
Peter, We just finished updating Prism for the Windows Runtime. We've assigned resources to create an updated version of Prism for .NET 4.51. We are still scoping the release. I will publish something...
View ArticleNew Post: EventAggregator - duplicate subscriptions
Hi, I'm working on a WPF application with Prism. I have a wrapper around IEventAggregator similar to the one described here:...
View ArticleNew Post: EventAggregator - duplicate subscriptions
Hello vikpea, Based on my understanding there wouldn't be an exact time or interval of time where the Garbage Collector would execute. Therefore the ViewModels could remain alive the application...
View ArticleNew Post: EventAggregator - duplicate subscriptions
Hi Gabriel, Thank you for your reply. I don't yet use regions, but I will have a look into them. Your second suggestion was a very good idea. I have implemented this and it works. Thanks a lot for...
View Article