<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/502177_100x75.jpg</url>
		<title>Channel 9 - Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<link></link>
	</image>
	<description>
This is part&amp;nbsp;3 of a series of&amp;nbsp;screencasts illustrating&amp;nbsp;some of the ideas found in &amp;quot;Prism&amp;quot; or the &amp;quot;Composite
 Application Guidance&amp;quot; from the&amp;nbsp;Patterns and Practices team&amp;nbsp;that can be used to build Silverlight applications in a way that lends itself to testability and modularity.In talking to customers building business applications with Silverlight I find that Prism (and it&#39;s friend
Unity) is frequently mentioned but not everyone has seen it and so I thought I would explore it myself and capture some of the results of that exploration here.We start off with some fairly basic code which we move towards making use of dependency injection and modularity; 

Part 1: Taking Sketched Code&amp;nbsp;Towards Unity&amp;nbsp;
Part 2: Dependency Injection with Unity&amp;nbsp;
Part 3: Modularity with Prism&amp;nbsp;
Part 4: The Unity Bootstrapper&amp;nbsp;

and then we move&amp;nbsp;that code into the Silverlight world and try to illustrate some specific areas of Prism; 

Part 5: Moving to a Modular Silverlight Project&amp;nbsp;
Part 6: Shells, Regions, Views&amp;nbsp;
Part 7: Commands&amp;nbsp;
Part 8: Loosely Coupled Events with Event Aggregation
Part 9: Sharing Data via Region Contexts&amp;nbsp;

and then finally we try and bring some of these concepts together in a longer, more realistic example of a simple Email application built using the Prism framework - warning, this is a much longer session but I wanted something that draws things together; 

Part 10: A Larger Example: &amp;quot;Email Client&amp;quot;&amp;nbsp;

The recommendation would be that you watch the 10 screencasts in order but if that feels like too long a process or if you&#39;re already very familiar with concepts like dependency injection and containers like Unity then perhaps watch the last screencast first
 and then refer back to the previous screencasts if certain areas need more illumination.
I put the source code for Video 10&amp;nbsp;here for download as it&#39;s a bigger set of source and something you might want to explore after the video - this does not necessarily
 represent &amp;quot;best practise&amp;quot; but is, instead, just meant to illustrate some of the Prism ideas. 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 12:46:13 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 12:46:13 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[
<p>People should use these videos as examples of how to produce a perfect tutorial. Amazing stuff.</p>
<p>posted by Edsilv</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633925082810000000</link>
		<pubDate>Fri, 30 Oct 2009 14:04:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633925082810000000</guid>
		<dc:creator>Edsilv</dc:creator>
	</item>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[
<p>Thanks - very kind and I'm glad that you found them useful <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by mtaulty</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633925364670000000</link>
		<pubDate>Fri, 30 Oct 2009 21:54:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633925364670000000</guid>
		<dc:creator>mtaulty</dc:creator>
	</item>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[
<p>Super series, any chance we could get you cloned to produce videos for all of .NET? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>&nbsp;</p>
<p>Is there a way&nbsp;to use&nbsp;the app.config to&nbsp;register types rather than in the Initialize of the modules?&nbsp;</p>
<p>posted by David O&#39;Brien</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633926962590000000</link>
		<pubDate>Sun, 01 Nov 2009 18:17:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633926962590000000</guid>
		<dc:creator>David O&#39;Brien</dc:creator>
	</item>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[
<p>Not sure on the cloning front - will look into it <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /></p>
<p>&nbsp;</p>
<p>On the app.config front - not sure if it was to yourself but I discussed this with someone on mail the other day - shouldn't be too difficult to inject another service that does the wiring of regions to views to avoid having to embed too much in those module
 initializers.</p>
<p><br />Mike.</p>
<p>posted by mtaulty</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633933022080000000</link>
		<pubDate>Sun, 08 Nov 2009 18:36:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633933022080000000</guid>
		<dc:creator>mtaulty</dc:creator>
	</item>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[
<p>Hi, </p>
<p>&nbsp;</p>
<p>Great series! One non related comment though, surprise that while adding references why don't you use the recent tab instead of going to the prism folder each time??? Just wondering...</p>
<p>posted by qaiseriftikhar</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633980679670000000</link>
		<pubDate>Sat, 02 Jan 2010 22:26:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633980679670000000</guid>
		<dc:creator>qaiseriftikhar</dc:creator>
	</item>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[
<p>Hi,</p>
<p><br />Yes, I think it was just me being an idiot <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>&nbsp;</p>
<p>Mike.</p>
<p>posted by mtaulty</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634028285530000000</link>
		<pubDate>Sat, 27 Feb 2010 00:49:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634028285530000000</guid>
		<dc:creator>mtaulty</dc:creator>
	</item>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[
<blockquote>
<p><a class="permalink" title="Comment Permalink" href="/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c633925082810000000">Oct 30, 2009 at 2:04&nbsp;PM</a>,
<a href="/Niners/Edsilv">Edsilv</a> wrote</p>
<p>People should use these videos as examples of how to produce a perfect tutorial. Amazing stuff.</p>
</blockquote>
<p>Absolutely agree. These videos are very informative and Mike you are a great teacher!!!</p>
<p>posted by Maharaj</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634205501040000000</link>
		<pubDate>Mon, 20 Sep 2010 03:28:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634205501040000000</guid>
		<dc:creator>Maharaj</dc:creator>
	</item>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[[quote]<br />Sep 19, 2010 at 8:28&nbsp;PM, Maharaj wrote<br />*snip*<br />Absolutely agree. These videos are very informative and Mike you are a great teacher!!!<br />[/quote]<br />It seems Mike is getting a fun club!<br />Great tutorials indeed! Congrats!<p>posted by Alex J</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634306069520000000</link>
		<pubDate>Fri, 14 Jan 2011 13:02:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634306069520000000</guid>
		<dc:creator>Alex J</dc:creator>
	</item>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[where can i find this composite dll in PRISM 4?<p>posted by Phil</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634347810720000000</link>
		<pubDate>Thu, 03 Mar 2011 20:31:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634347810720000000</guid>
		<dc:creator>Phil</dc:creator>
	</item>
	<item>
		<title>Re: Prism &amp; Silverlight: Part 3 - Modularity with Prism</title>
		<description>
			<![CDATA[ <p>I am unable to watch the vid in full-screen mode.</p><p>Thanks for these videos Mike, you're the best!</p><p>posted by Shimi Weitzhandler</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634399707410000000</link>
		<pubDate>Mon, 02 May 2011 22:05:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/mtaulty/Prism--Silverlight-Part-3-Modularity-with-Prism#c634399707410000000</guid>
		<dc:creator>Shimi Weitzhandler</dc:creator>
	</item>
</channel>
</rss>