I need to make Silverlight application With Prism. What could be best way to learn to make simple application with Silverlight + Prism? Also suggest any Good books for same. Thanks.

link|improve this question

71% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Great book, I started with this book myself:

Developer’s Guide to Microsoft® Prism 4: Building Modular MVVM Applications with Windows® Presentation Foundation and Microsoft Silverlight®

link|improve this answer
Is the linked book different in content to the following: msdn.microsoft.com/en-us/library/gg406140.aspx ? I have been using this as a guide, and the ToC looks the same. – Ben Parsons Jan 10 at 8:57
@BenP -> yes, same ISBN. It's a Microsoft book and both links ultimately to to O'Reilly – Garry Vass Jan 10 at 9:03
feedback

I also have the book mentioned by 'daageu', and would also recommend it.

But to accelerate the process of learning Prism even faster, I recommend the video series presented by Mike Taulty and available for free on Channel 9.

It's a nine part series, and his introduction to the Unity Container, for example, is about the best you'll get, and you'll be up to speed on that component in about an hour.

Once you have downloaded and watched the videos, you can use the book as a vehicle to become an expert.

NOTE: actually, the 'quick starts' included in the kit are pretty transparent and understandable as well...

link|improve this answer
+1 for mentioning the Taulty videos. He creates an app without using prism and then slowly integrates different pieces of Prism into his app so you can see the motivation behind each of the patterns. – lecrank Feb 21 at 20:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.