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 7:07 AM@RockyLiu
So , using the command parameter is not needing for this example? If I understand correctly, we can now bind the text of the TextBox to the property in the ViewModel and we just use the value of the property in the handler of the command. Is that right?
I also have a question for those more familiar with Prism than me:
How can I bind a command to the TextChanged event of a TextBox? (instead of the Click of a Button, which is illustrated in the video)
Thanks.
Creating a modular application using Prism v2 - Screencast 4/4 : Decoupled Communication
Jul 28, 2009 at 2:49 AMHow would you use Prism in a Silverlight application with multiple pages where there's the need to navigate between them?
Creating a modular application using Prism V2 - Screencast 3/4 : Implementing views and services
Jul 27, 2009 at 2:37 AMCould you please provide the source code, or at least the bits that you pasted in? (the style resources). Thanks.
Later Edit:
I found that codeplex had a link to the source code for the series: Here it is: http://compositewpf.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=60148