-
Prism Training Kit: Beta Version Available
4 CommentsOver the last week, Matias and I took some time to work on something a Prism Training Kit. We figured out that was one of the things that would be useful to learn Prism. Therefore, we decided to create a set of Hands on Labs that cover the basic topics addressed by Prism (if you can’t wait to download the TK, go here).
As always your feedback is really appreciated, and we hope you find it useful.
This Training Kit contains 5 Hands-On-Labs that cover the most important concepts of Prism v2. Each Lab includes:
- A startup Visual Studio application for each exercise in the lab for you to start working on the lab.
- A a step-by-step document with code snippets and screen-shots that guide you on how to include key prism features.
- An end application for each exercise in the lab, with the resulting solution after performing all the lab’s steps.

Available Labs
- Modularity Lab: Shows how to decouple your solution using modules. Includes step-by-step guidance on how to configure modules in code and using an XAML ModulesCatalog. There is also an exercise that explains how to load Silverlight modules remotely.
- Dependency Injection Lab: Shows how to register and consume services in a decoupled way. Explains the main features of Unity, and how to register and resolve dependencies.
- Bootstrapper Lab: Shows how to customize the bootstrapping of your application. Explains how to configure a custom logger.
- UIComposition Lab: Shows how to compose the UI of you application from several decoupled views. Includes brief step-by-step explanation on using the MVP pattern and the use of controllers. Explains the use of the RegionManager and RegionViewRegistry for ViewInjection and ViewDiscovery.
- Communication Lab: Shows how to communicate between modules in a decoupled way. Includes brief step-by-step guidance on using the MVVM pattern (and refactoring from MVP) and detailed steps for using DelegateCommands with AttachedBehaviors. Publishing and Subscribing using the EventAggregator is also described.
Download
We created a codeplex site to host the training kit. You can get the latest drop from here.
-
4 Comments:
Leave a comment
Your email address will not be published.

DotNetShoutout said on July 2, 2010:
Prism Training Kit: Beta Version Available…
Thank you for submitting this cool story – Trackback from DotNetShoutout…
Twitter Trackbacks for Damian Schenkelman’s Blog » Blog Archive » Prism Training Kit: Beta Version Available [southworks.net] on Topsy.com said on July 2, 2010:
[...] Damian Schenkelman’s Blog » Blog Archive » Prism Training Kit: Beta Version Available blogs.southworks.net/dschenkelman/2010/07/02/prism-training-kit-beta-version-available/ – view page – cached Over the last week, Matias and I took some time to work on something a Prism Training Kit. We figured out that was one of the things that would be useful to learn Prism. Therefore, we decided to create a set of Hands on Labs that cover the basic topics addressed by Prism (if you can’t wait to download the TK, go here). Tweets about this link [...]
Prism Training Kit versione beta - NovaTech Consulting Blog said on July 5, 2010:
[...] blog southworks.net annuncia Prism Training Kit versione [...]
Prism Training Kit: Updated to Prism 4.0 | Matias Bonaventura said on November 16, 2010:
[...] With Damian, Guido and Diego we have updated the Prism Training Kit (now it’s version 1.1 ) to target the new bits of Prism 4. The Beta Training Kit includes 5 Hands-On-Labs that cover some of Prism’s core concepts (modularity, bootstrapping, dependency injection, UIComposition and Communication), which are now using Prism 4 assemblies. We also take the oportunity to solve the all the bugs that were reported. If you want to know more about prism training kit content you can read Prism Training Kit: Beta Version Available. [...]