New Post: Distinguishing PropertyChange event source properties
Wouldn't it be helpful if BindableBase had a method to check if a PropertyChange event is coming from a specific property like:private void MyViewModelPropertyChanged(object sender,...
View ArticleNew Post: What about making it portable?
It is possible to make a part of it portable to target WinRT and WP8. It would be very useful.
View ArticleNew Post: Navigation Issue
Hi Michael, I'm not aware of the detail about how frame navigation works in windows store apps, but based on your description, it seems that it might not be possible to invoke a navigation request when...
View ArticleNew Post: Navigation Issue
It sure looks like it isn't possible to invoke a navigation request while the previous one is in process. I wanted to keep the concept of whether the DetailViewModel is valid inside the...
View ArticleNew Post: Navigation Issue
As a follow up I did have to make some changes to the MvvmAppBase class to make the CreateNavigationService method virtual. I'd love to see that change incorporated into an official drop. -Michael O....
View ArticleNew Post: Disconnected behavior
This was on the original scope but we did not have time to do it right so we cut it for this version. This will be on the list for a future release. blaine
View ArticleNew Post: What about making it portable?
We will consider this for a future version. I'm creating a work item. blaine
View ArticleNew Post: What about making it portable?
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: CSLA and Kona
What was the answer? Please share! I'm planning on use Kona and CSLA as well. Thanks.
View ArticleNew Post: CSLA and Kona
The answer is herehttp://forums.lhotka.net/forums/p/11862/55022.aspx#55022
View ArticleNew Post: IMO, Shopping != LOB
I feel that one failure in this application guidance is the subject material. LOB applications are typically boring, but very data-oriented. Take, for example, Mutual fund companies... TONS of data...
View ArticleNew Post: Any plans to involve WinJS apps in the mix?
Well, again, it's yet another demo that's media-oriented. Most apps aren't exciting and based on images and movies and shopping. I've been digging in and learning a lot, but it's really the design...
View ArticleNew Post: Custom NavigationService
I need a custom NavigationService for my application (reason detail here). I'm currently trying to find the "right" way to get it wired up into the Kona/Prism framework. I need the NavigationService in...
View ArticleNew Post: April 10 Drop
Nice, I like how you've moved to using the Prism namespace. Much easier to get management on board where you're using a known name for a technology. Also like how the eventaggregator is changing to...
View Article