<?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 v2 - Composite Application Guidance for WPF and Silverlight</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/Continuum/Prismv2/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/457698_100x75.jpg</url>
		<title>Channel 9 - Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<link></link>
	</image>
	<description>Composite Application Guidance, affectionately known as Prism, version 2 has been released.&amp;nbsp; Prism provides&amp;nbsp;guidance and code that can help you build modular applications that can
 adapt to constant changing requirements. In this video,&amp;nbsp;Blaine Wastell provides a quick overview and demonstrates a&amp;nbsp;Silverlight and WPF application using shared code.
</description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 01:12:53 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 01:12:53 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[This was a very good demonstration of Prism version 2, for Composite Application Guidance for WPF and Silverlight! When I have just downloaded and install this brand new program on my harddrive, so shall I take my time to learn myself how to use it of
 course of this simple reason: I have never use it before so this shall be the very first time when I am a beginner with this kind of program. But I hope to do this as soon as possible.&nbsp;
<br>
<p>posted by BERTOLOF1962</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633705894760000000</link>
		<pubDate>Wed, 18 Feb 2009 21:31:16 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633705894760000000</guid>
		<dc:creator>BERTOLOF1962</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[Rock on guys, sweet release and the addition of the Silverlight support is AWESOME.
<br>
Thanks guys.<p>posted by zinovate</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633706124010000000</link>
		<pubDate>Thu, 19 Feb 2009 03:53:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633706124010000000</guid>
		<dc:creator>zinovate</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[
<p>Can't wait to use it in future projects!</p>
<p>posted by Maddus Mattus</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633706489760000000</link>
		<pubDate>Thu, 19 Feb 2009 14:02:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633706489760000000</guid>
		<dc:creator>Maddus Mattus</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[It really would have been better had you jumped into a code demo. I watched a Brian Noyes demo on dnrtv which was excellent as there is a demonstration into how two loosely coupled user controls can be made into publishers and subscribers, the code is
 very elegant (not like the mess left in Windows Forms).<br>
<br>
The MVVM stuff with Karl [Shiftlett] is cool, but this even more so?<br>
<br>
Why is it that Patterns and Practices call this &quot;Model View Presenter&quot; but Josh Smith etc. go with Model View View Model, how about just calling it one thing please guys?<br>
<p>posted by vesuvius</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633706514890000000</link>
		<pubDate>Thu, 19 Feb 2009 14:44:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633706514890000000</guid>
		<dc:creator>vesuvius</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[The names are different because the patterns are different.&nbsp; Check out <a href="http://msdn.microsoft.com/en-us/magazine/dd419663.aspx">
Josh Smith's MVVM&nbsp;article</a> for a full explaination but here's a quote:<br>
<br>
&quot;Unlike the Presenter in MVP, a ViewModel does not need a reference to a view&quot; <p>posted by AdamKinney</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633707439290000000</link>
		<pubDate>Fri, 20 Feb 2009 16:25:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633707439290000000</guid>
		<dc:creator>AdamKinney</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[This is really useful stuff. I've spent the last few months putting together a fairly large Silverlight 2 collaboration application called colaab:<br>
<br>
<a title="colaab - web based collaboration" href="http://www.colaab.com">http://www.colaab.com</a><br>
<br>
And I've run into many of the problems that the Prism release seeks to address and if you're looking at building complex RIAs using Silverlight you could do a lot worse than using it as a starting point.<br>
<br>
There's also a good article on MVVM in Silverlight in this months MSDN Magazine:<br>
<br>
<a href="http://msdn.microsoft.com/en-us/magazine/dd458800.aspx">http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;magazine&#47;dd458800.aspx</a><br>
<br>
Thanks,<br>
<br>
Bob<br>
<p>posted by stormideas</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633709212900000000</link>
		<pubDate>Sun, 22 Feb 2009 17:41:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633709212900000000</guid>
		<dc:creator>stormideas</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[Will read, thanks for the link.<br>
<p>posted by vesuvius</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633711398350000000</link>
		<pubDate>Wed, 25 Feb 2009 06:23:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633711398350000000</guid>
		<dc:creator>vesuvius</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[
<p>For&nbsp;demo, please check out these four screen casts:<br>
<br>
Screen cast 1 of 4 - <a title="Screen cast 1 of 4 - Creating a shell and modules" href="http://channel9.msdn.com/posts/akMSFT/Creating-a-modular-application-using-Prism-V2-Part-1-of-4--Creating-a-shell-and-modules/">
Creating a shell and modules</a><br>
Screen cast&nbsp;2 of 4 - <a title="Screen cast 2 of 4 - Visual Composition" href="http://channel9.msdn.com/posts/akMSFT/Creating-a-modular-application-using-Prism-V2-Screencast-24--Visual-Composition/">
Visual Composition</a><br>
Screen cast&nbsp;3 of 4 - <a title="Screen cast 3 of 4 - Implementing views and services" href="http://channel9.msdn.com/posts/akMSFT/Creating-a-modular-application-using-Prism-V2-Screencast-34--Implementing-views-and-services/">
Implementing views and services</a><br>
Screen cast&nbsp;4 of 4 - <a title="Screen cast 4 of 4 - Decoupled Communication" href="http://channel9.msdn.com/posts/akMSFT/Creating-a-modular-application-using-Prism-v2-Screencast-44--Decoupled-Communication/">
Decoupled Communication</a><br>
</p>
<p>posted by akMSFT</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633713556470000000</link>
		<pubDate>Fri, 27 Feb 2009 18:20:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633713556470000000</guid>
		<dc:creator>akMSFT</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[<br>
<p>posted by gblahaerath</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633714439870000000</link>
		<pubDate>Sat, 28 Feb 2009 18:53:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633714439870000000</guid>
		<dc:creator>gblahaerath</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[There is an underlying premise to presenter that implies a tighter coupling for the state of the presenter to the view.&nbsp; It's not unusual for the presenter to reference the view and the view to bind to state on the presenter.&nbsp; The presenter also provides
 behavior to the view, responding to events and such.&nbsp;&nbsp;&nbsp; With WPF, the advanced forms of data binding it provides can eliminate the need for code to control behavior.&nbsp; A lot of behavior can now be described in state as XAML.&nbsp;&nbsp;&nbsp; The view model eliminates any
 notion of behavior control, and is a simple layer of data over the model.&nbsp;&nbsp;&nbsp; The view model becomes the data context for the template controls, and the controls themselves will interpret this state and may even fire off commands to services &quot;somewhere out
 there.&quot;&nbsp;&nbsp;&nbsp; In many cases in WPF if you have a presenter, your may find it devoid of anything useful and your view and view model classes just full of property fields.
<br>
<p>posted by gblahaerath</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633714452730000000</link>
		<pubDate>Sat, 28 Feb 2009 19:14:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633714452730000000</guid>
		<dc:creator>gblahaerath</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[
<div id="ctl00_MainPlaceHolder_EntryList_ctl01_EntryTemplate_BodyLabel">First of all,&nbsp; I would like to thank you for these vides - these videos are much more easlier to learn than the CAB libraries and your tutorials here make it quite easy to learn.<br>
<br>
What I would like to see is similar tutorials using Expression Blend 2/3 in conjunction with PRISM setup.&nbsp; This is what I am interested in enterrprise applications at work.&nbsp; What would be interested is steps in making a PRISM based User interface from ground
 up using Blend that once done could be handled off to staff of Services API developers to developed the services behind the scene.&nbsp; Ideally it would be nice if all interface development on client side will be done in Blend and API done using Visual Studio
 2008.<br>
<br>
I am also be interested if anything in Prism will allow the modules to be in seperate domains - this is so if one screen in application. crashes it does not crash the reset of applications.&nbsp; This may not be the intent of PRISM.&nbsp; Is it invision to have multiple
 application using same shell - or should each application have its own shell.<br>
<br>
Also on a older designed system, I am wounder from the PRISM folks if there is any plans for tutorial for migrating the older Winforms CAB applications to PRISM - it would be nice to have this out there also for our needs.<br>
<br>
I recently made a prototype for the project&nbsp; I am working that is based on FamilyShow source, which I believe is very similar to MVVM stuff and planning on going back through the prototype with PRISM concepts - but ideal I would like Expression Blend for designing
 the UI parts of projects.<br>
<br>
Another concern that I have with projects is sperating the User Interface from the services in the solution.&nbsp; Any thoughts on your designed people on this side would also be useful.<br>
<br>
Anyway thanks for tutorial and keep it coming</div>
<p>posted by Stewart</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633743779740000000</link>
		<pubDate>Fri, 03 Apr 2009 17:52:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633743779740000000</guid>
		<dc:creator>Stewart</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[One more thing I am curious is there a recommend method for handling dialogs in PRISM applications.&nbsp; I like the idea of keeping screens modular and I am curious what your recommendatioins are here.&nbsp; Keep in mind the application is primary WPF with possibility
 of SilverLight later.<p>posted by Stewart</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633747976470000000</link>
		<pubDate>Wed, 08 Apr 2009 14:27:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633747976470000000</guid>
		<dc:creator>Stewart</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[
<p>Hi guys - I am trying to watch the video in high quality (with the normal quality ones, you can't&nbsp;read any code), but the links don't work. Could this be fixed? Thank!</p>
<p>posted by rcbapb</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633814679280000000</link>
		<pubDate>Wed, 24 Jun 2009 19:18:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633814679280000000</guid>
		<dc:creator>rcbapb</dc:creator>
	</item>
	<item>
		<title>Re: Prism v2 - Composite Application Guidance for WPF and Silverlight</title>
		<description>
			<![CDATA[
<p>Hi All,</p>
<p>I am trying to make Shell as UserControl in WPF Composite application. I Started by modifying the Quickstart app: &quot;Quickstarts\UI Composition\ViewDiscovery&quot;. I made &quot;UIComposition.Desktop.csproj&quot; a UserControl class library with Shell.xaml as UserControl.
 Created another WPFApplication to host the Shell. Added the following code in App.xaml.cs:</p>
<p>protected override void OnStartup(StartupEventArgs e)<br>
{<br>
base.OnStartup(e);<br>
Bootstrapper bootStrapper = new Bootstrapper();<br>
bootStrapper.Run();<br>
// Get ShellContainer from IOC <br>
IUnityContainer container = bootStrapper.Container;<br>
var shellElement = container.Resolve&lt;Shell&gt;();<br>
ShellContainer win = new ShellContainer();<br>
// Add the ShellContainer UserControl to the main window <br>
win.mygrid.Children.Add(shellElement);<br>
win.Show();<br>
}</p>
<p>The form shows up with the shell but when I click on the employee it doesn't show the details view. Please help!!! If any body has tried this.<br>
Thanks &amp; Regards,<br>
Vishal.</p>
<p>posted by Vishal82</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/Continuum/Prismv2#c633924900810000000</link>
		<pubDate>Fri, 30 Oct 2009 09:01:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/Continuum/Prismv2#c633924900810000000</guid>
		<dc:creator>Vishal82</dc:creator>
	</item>
</channel>
</rss>