New Post: How to unittest the UnityBootstrapper ?
Hello Gabriel, thank you very much for your hints. I think they will help me to proceed to unit test my BootStrapper. Regards Rainer
View ArticleNew Post: Prism 4.2 and passing parameter objects and navigationcontentloader
Word of warning up front. I haven't actually ran the 4.2 build I was just looking at the code to see how passing the parameter objects would work. So maybe I'm wrong on my assumptions of what the code...
View ArticleNew Post: Scoped Regions in TabControls
Is there any chance of actually implementing this to be a part of Prism 4.2?
View ArticleNew Post: Conditional View Model
I have a module that is a user control of a data grid. I want this data grid to be able to take any view model that implements IFreq_BO. The grid will then display the right columns depending on what...
View ArticleUpdated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)
This is the first drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in this release:Removed the bulk of code from Prism.Events and added...
View ArticleUpdated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)
This is the first drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in this release:Removed the bulk of code from Prism.Events and added...
View ArticleReleased: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)
This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues. New in this release:Removed the bulk of code from Prism.Events and added...
View ArticleUpdated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)
This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in this release:Removed the bulk of code from Prism.Events and added...
View ArticleNew Post: Conditional View Model
You would have to have your menu options instantiate the correct IFrequency_BO object they want to pass in. Then follow this posthttp://stackoverflow.com/a/20170410/1798889 Which allows you to send in...
View ArticleNew Post: Conditional View Model
If I understood correctly, you would like to create a particular instance of FrequencyEditVM and display it with the corresponding ViewModelBase that depends on selecting any menu option. One possible...
View ArticleNew Post: Conditional View Model
Ah, that makes perfect sense. Thank you so much! For some reason, when I am learning new frameworks, simple things seem convoluted while in the learning process. Thanks to both of you!
View ArticleNew Post: Getting container in View Model
I have a view that defines a view model in xaml:<UserControl.DataContext> <VM:MainMenuViewModel /> </UserControl.DataContext>ext> Then my VM: public class MainMenuViewModel {...
View ArticleNew Post: Prism 4.2 and passing parameter objects and navigationcontentloader
We are looking into this issue and ways to ensure that we do not break your app. Our next drop should address this issue. The next drop will come in 2 or less weeks. Thanks for the feedback.
View ArticleUpdated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)
This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in this release:Removed the bulk of code from Prism.Events and added...
View ArticleReleased: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)
This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues. New in Jan 27th drop:Completed Items 8, 9, and 10 below. Removed...
View ArticleUpdated Release: Prism 4.2 for .NET 4.5.1 (Jan 14, 2014)
This is the second drop for Prism 4.2. Please review the Readme.txt for installation instructions, what's new, and known issues.New in Jan 27th drop: Completed Items 8, 9, and 10 below.Removed...
View ArticleNew Post: Getting container in View Model
Hello Mathius, You may find this similar question already answered in the following Stack Overflow post:Accessing unity container in view model class You would properly get the container from the...
View ArticleNew Post: Getting container in View Model
I guess I am confused. If I am creating my view model in xaml, how would I properly "instantiate" this view model using the container if I can't get access to the container? I just can't see how the...
View ArticleNew Post: Getting container in View Model
I am using the Common Service Locator library, which allows you to use a static singleton class to access your global container. Works really well. Thanks!
View ArticleNew Post: Blendability when using Regions
A UserControl may have a d:DataContext="{d:DesignInstance... combinations which of course works great when designing the UserControl. However, when another View is composed by RequestNavigate(string...
View Article