Reviewed: Prism 5.0 for .NET 4.5 (四月 09, 2015)
Rated 5 Stars (out of 5) - It is super effective.
View ArticleNew Post: Prism-v5 Class Library and WPF 4.5
Good Day Everyone, I have a question that I hope I can get an answer for. I am building an application with WPF that uses another project/solution and I want to be able to use Prism/Unity for both...
View ArticleNew Post: Prism-v5 Class Library and WPF 4.5
Hi Tim, It is very common to factor out common shared code into a class library that gets reused across modules and the shell within the same app or across apps. The main consideration would be whether...
View ArticleNew Post: Platform License Restriction
Check out https://prismforxamarinforms.codeplex.com.
View ArticleNew Post: Raised event of InteractionRequest becomes null
Hi, I am working on WPF PRISM 5.0. I am using Popup of PRISM. I have done some customization in popup. I am facing one issue. I am using RequestNavigate to move from one user control to another. So...
View ArticleNew Post: Platform License Restriction
Or check out our Xamarin support (in work) in the main Prism project (http://blogs.msdn.com/b/dotnet/archive/2015/03/19/prism-grows-up.aspx) at http://github.com/prismlibrary.
View ArticleNew Post: Raised event of InteractionRequest becomes null
If you can provide a full repro (not just snippets - need to be able to download and run and see the problem) in an issue at http://github.com/prismlibrary we can look at fixing in our next release if...
View ArticleNew Post: Platform License Restriction
I have been following this with Brian Lagunas. Very cool work. I am unsure what the new team is thinking in terms of future directions. I need to ping them for a roadmap and a features list.
View ArticleNew Post: RegionManager does not contain nested region issue
Codeplex does not seem to want to let me paste in XAML code snippets here - probably sees as a cross-site scripting attempt or something. Shoot me an email brian.noyes at gmail.com and I can send you a...
View ArticleReleased: Prism Documentation (Apr 15, 2015)
Please note that we are sharing these docs with you under the Creative Commons license.
View ArticleCreated Release: Prism Documentation (Apr 15, 2015)
Please note that we are sharing these docs with you under the Creative Commons license.
View ArticleReleased: Prism Documentation (Apr 15, 2015)
Please note that these documents are being shared under the Creative Commons license.
View ArticleUpdated Release: Prism Documentation (Apr 15, 2015)
Please note that these documents are being shared under the Creative Commons license.
View ArticleNew Post: Loading Modules in MEF
How does the "ConfigureAggregateCatalog" differ from "ConfigureModuleCatalog"? The prism 5.0 quickstart example on mef shows 3 ways of loading modules: from assembly catalog, from directory catalog,...
View ArticleNew Post: RegionManager does not contain nested region issue
Hi BrianNoyes, I mailed you. Please check. Regards, Sharda.
View ArticleNew Post: Raised event of InteractionRequest becomes null
@BrianNoyes, Sorry for late reply... I resolved this issue. The issue was that for user control I haven't assigned the viewModel explicitly and it was using the viewModel of it's parent view. So to...
View ArticleNew Post: Bootstrapper initialized Event
Dear all, How do I know that the Bootstrapper has all Modules and the Shell initialized? In the documentation is is explained how the initialization of the bootstrapper is handled....
View ArticleNew Post: Bootstrapper initialized Event
To understand it better, I recommend you just check out the sequence of calls that happen in the Bootstrapper base class Run() method. But to answer your question, the sure fire way is to override Run...
View ArticleNew Post: Bootstrapper initialized Event
Hi Brian, thank you for your answer. I got it, I am using the Window_ContentRendered event, everything works now! Thank you, Manullino
View ArticleCreated Unassigned: DelegateCommand with one UI thread per window [10732]
DelegateCommand & WeakEventManager assume there is only 1 UI thread. Need multiple UI thread support to meet performance requirements for multi-monitor complex UI apps.
View Article