New 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 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: 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: 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: CSLA and Kona
The answer is herehttp://forums.lhotka.net/forums/p/11862/55022.aspx#55022
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: 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: What about making it portable?
We will consider this for a future version. I'm creating a work item. blaine
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: 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: 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
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: 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: 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: Nuget Package
The current plan is to ship a Nuget package of the source code.
View ArticleNew Post: Nuget Package
Will you guys be shipping a Nuget package as part of your release?
View ArticleNew Post: Disconnected behavior
Any plan of adding a behavior to support offline mode or display an example of how that situation should be handled in that scenario?
View ArticleNew Post: Using Kona in production environment
Karthikeyan860, This is entirely your decision. We are close to finishing the project. We still have a few bugs to fix but most of the bugs are in the reference implementation and not the library. We...
View ArticleNew Post: Using Kona in production environment
I am planning to use Kona in my client project. But its in preview version shall i still use it in the project ? Please guide me on this.
View ArticleNew Post: Navigation Issue
I'm working an app that has the following flow: List -> Item Detail -> Item Editor One of the things you can do in the Item Editor is delete the item. If this happens the you should end up back...
View Article