I have seen many questions, both in the Codeplex (here) and StackOverflow forums (here), asking how to load modules that were packaged for remote module loading in a Silverlight out of browser application. I created this sample a couple of months ago, and I thought might be useful for others. Here you can download the... read more
This past week with Diego, Ezequiel, Guido and Matias we worked on updating Prism training kit to Prism 4.0. Following the trend from the Prism team guys, we updated the version number to Prism Training Kit 4.0. Download the latest version from here. I really recommend downloading this release, as we put a lot... read more
Published by Damian Schenkelman on July 2nd, 2010 5:36 pm under Composite Application Guidance for WPF & SL, Patterns & Practices, Prism-v2, Prism-v2.1, Prism-v2.2, Silverlight 4, Training Kit, Visual Studio 2010, WPF, Windows Presentation Foundation, p&p
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... read more
As you might already read in Bob’s blog (if you haven’t I recommend you to add him to your RSS), Prism 2.2 has been released. As I explained in my previous post, this is an intermediate version until Prism 4.0 gets here and is mainly oriented to allow development in Visual Studio 2010 and Silverlight... read more
Disclaimer: This blog post will not provide any new information on Prism’s future, as it simply is a merger of blog posts, forum threads and similar. If you follow the team blogs actively, you will probably already be aware about this information. There have been lots of threads in the Prism forum with questions like... read more
Today with Guido Maliandi, we set to find a way to use the Accordion from the Silverlight toolkit as region in a Prism application. As the Accordion inherits from ItemsControl, Prism already provided some functionality to get that control working as a region. However, we wanted it to have the following behavior: Only one view... read more
This thread from the Prism forum presents the following question (this is not an actual quote but a summary): Are there any examples with multiple Shell windows, as the Prism documentation mentions? First I re-read this article from the Prism documentation so I could get in the same page as the user. I’m not going... read more
The holidays are over, happy new year everyone and I hope it is a good one for all of you. It’s time for the first post of the year, which continuing last year’s trend will deal with Prism. A couple of weeks ago this question in the Prism forum got Fer and I thinking how... read more
About a week ago in the Prism forum we got a question about an issue in the scenario displayed below. The Issue When the MainView was removed from the MainRegion, the RightOne and RightTwo regions were not removed from the RegionManager and the views were still being referenced by the region. We were able to... read more
As I thought this is a question that could interest many people, instead of answering this question directly in the Prism codeplex forum I decided to create a short blog post and answer it here. The answer is “kind of”. Silverlight 4 Beta, so far, only supports binding commands to controls that inherit from ButtonBase... read more