Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Creating a modular application using Prism v2 - Screencast 4/4 : Decoupled Communication
Jul 31, 2009 at 6:20 AMHi, great videos! Really help me to begin to understand the basic concepts of Prism.
Of course in Silverlight 3 we don't need to use that Title property of the SearchViewModel for binding the search command parameter with the TextBox text. We can now use element to element binding directly. Cool!
Creating a modular application using Prism V2 - Screencast 3/4 : Implementing views and services
Jul 31, 2009 at 2:34 AMI got a similar problem when trying to follow this demo. In my experiment with the original Silverlight demo the binding on the tab control header does not work. I could only user static texts on the header using the TabControlRegionAdapter, and once I use binding the tab control header shows nothing.
I am also wondering what might be the cause of this problem.