With this post, I'll show you a step by step approach on how to integrate RadOutlookBar with Prism. To spice thing a little bit, the transitions between the different Prism modules will be handled by RadTransitionControl.
Start off by creating a new Silverlight solution. Name the Silverlight application Prism.Shell and the Web project - Prism.Web
Organize the Solution Explorer a little bit by adding 3 solution folders.
Right-click on the Modules solution folder and add 2 new Silverlight applications. These applications will be the modules of our Prism application. Name them Prism.Module1 and Prism.Module2. Also, make sure they output their xap files...