New Post: Posibilities of using ASP.Net Web API with Prism
Hi Damian, Thank you for your valued feedback!
View ArticleNew Post: Activate existing view with Event driven design
Thanks for that info. I've been experimenting with some things and want to clarify. It appears I will have to handle and implement code to activate all views from the nested view up through all parent...
View ArticleNew Post: PRISM Composite app - DataGrid & [templates]
Hi; Â Firstly - would it be possible to have David Hill's template pack available from an MSDN location (or odeplex). Â Secondly; I've been trying to solve an issue I am having with a composite view...
View ArticleNew Post: Posibilities of using ASP.Net Web API with Prism
Hi, Based on my understanding, as Damian mentioned Prism should not introduce any difference from the approach mentioned in this article. In Prism, you can create and set a new instance of your...
View ArticleNew Post: How to check if module loaded?
I have some modules loaded by permission. Now i want to run/don't run some code based on the fact that module loaded or not loaded. I have IModuleManager available to me but it doesn't have any of...
View ArticleNew Post: Posibilities of using ASP.Net Web API with Prism
Hi Adami, I got the Web API part. Its Ok now. Then I will try the Prism part. Thank You!
View ArticleNew Post: Adding Module Dependency
Thanks for the info it could be a good general answer on it. I solved it earlier and my problem could be a bit different, I want to share it and get your consulting on it. hopefully get helped.
View ArticleNew Post: PRISM Composite app - DataGrid & [templates]
Hi Peter, Based on my understanding the cause of this behavior could be that your DataGrid is being wrapped inside a StackPanel and the DataGrid's Height property has not a fixed value and as this...
View ArticleNew Post: DAL Assembly in Prism
What I'm doing is Making a DAL with EF5 for Prism-WPF. Here trying to separate each pieces as much as possible. I saw samples on getting work a local app.config in DAL's. Now I'm trying to do similar...
View ArticleNew Post: Activate existing view with Event driven design
Hi, As far as I know, Prism does not provide functionality to activate the parent views when an inner view is activated. In fact, with Regions, Prism aims to compose the user interface without needing...
View ArticleNew Post: How to check if module loaded?
Hi, I believe you could benefit of the IModuleCatalog implementation provided with Prism. As you may find the ModuleCatalog holds information about the modules that can be used by the application....
View ArticleNew Post: PRISM Composite app - DataGrid & [templates]
Hi; Thx @Agustin - that was exactly my problem. I have been following PRISM since its days as the composite application pattern and I had put together an app at that time. I must have been following an...
View ArticleNew Post: DAL Assembly in Prism
Hi,I tried to open the link you provided and it seems to be broken. On the other take into account that as far I know there is no official guidance regarding Entity Framework in Prism as it was...
View ArticleNew Post: DAL Assembly in Prism
Fixed hope this link works : https://skydrive.live.com/redir?resid=74F7FE450ECC8855!108&authkey=!AJrLDU0F5zAlum8 this is a simple sample. Is it possible to not copy the connectionString to the main...
View ArticleNew Post: DAL Assembly in Prism
Hi, Based on my understanding, WPF applications will only use the config file named YourMainProject.exe.config which is by default the App.config file defined in your main project, and as only one...
View ArticleCommented Issue: An MVVM-friendly way for opening and closing a child window...
Feature request: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...
View ArticleCommented Issue: An MVVM-friendly way for opening and closing a child window...
Feature request: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...
View ArticleReviewed: Prism for .NET 4.5 (Oct 22, 2012)
Rated 2 Stars (out of 5) - As mentioned by rein1124, the Unity target version is 3.0.1026 which is not available. The only version available currently is 3.0.1208. Please recompile the bits and update...
View ArticleNew Post: Prism 4.1 missing InvokeCommandAction?
I'm trying to use the new InvokeCommandAction as noted in the release notes and this workitem: http://compositewpf.codeplex.com/workitem/5495 When I try to use the example XAML I get the error: Error...
View Article