<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>patterns &amp; practices: Composite WPF and Silverlight</title><link>http://www.codeplex.com/CompositeWPF/Project/ProjectRss.aspx</link><description>The Composite Application Guidance for WPF and Silverlight is designed to help you more easily build enterprise-level Windows Presentation Foundation &amp;#40;WPF&amp;#41; and Silverlight client applications. This...</description><item><title>Created Issue: Does not support all date formats</title><link>http://www.codeplex.com/prism/WorkItem/View.aspx?WorkItemId=3230</link><description>in the Data&amp;#47;News.xml file, the PublishedDate field throws an exception if the date format is not US &amp;#40;M&amp;#47;D&amp;#47;YYYY&amp;#41; format&lt;br /&gt;</description><author>smithgp</author><pubDate>Fri, 10 Oct 2008 17:23:49 GMT</pubDate><guid isPermaLink="false">Created Issue: Does not support all date formats 20081010052349P</guid></item><item><title>Updated Wiki: GettingStarted</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=GettingStarted&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Getting Started
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2008/09/19/prism-2-0-first-drop.aspx" class="externalLink"&gt;Prism 2.0 - First Drop&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: vNext&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article describing the new features of the first drop of Prism 2.0. This new drop is focused solely on the &amp;quot;multi-targeting&amp;quot; aspects of Prism. Multi-targeting is the ability to build applications that can provide both a WPF desktop and a Silverlight RIA experience by sharing and re-using code and components between the WPF and Silverlight environments.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.infosupport.com/blogs/willemm/archive/2008/08/19/Use-case-controllers_2C00_-container-hierarchies-and-services-in-composite-WPF.aspx" class="externalLink"&gt;Use case controllers, container hierarchies and services in composite WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; A summary of use case controllers, container hierarchies and services in composite WPF.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/dpoza/2008/08/13/getting-started-with-the-composite-application-guidance-for-wpf/" class="externalLink"&gt;Getting Started with the Composite Application Guidance for WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article with overview about what is Composite Application Guidance for WPF.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.microsoft.co.il/blogs/tomershamam/archive/2008/07/15/composite-application-guidance-for-wpf-prism-tour-part-1.aspx" class="externalLink"&gt;Composite Application Guidance for WPF (Prism) Tour - Part 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article with overview about what is Composite Application Guidance for WPF and why or when is necessary. (Part 1)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/somasegar/archive/2008/07/15/composite-application-guidance-for-wpf.aspx" class="externalLink"&gt;Composite Application Guidance for WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article about the features of the Composite Application Guidance for WPF.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:32:26 GMT</pubDate><guid isPermaLink="false">Updated Wiki: GettingStarted 20081010033226P</guid></item><item><title>Updated Wiki: Others</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Others&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Others
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.global-webnet.net/BlogEngine/post/2008/09/29/MEF-CompositeWPF-under-one-roof.aspx" class="externalLink"&gt;MEF - CompositeWPF under one roof&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Blog post about integrating MEF with CompositeWPF.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.infosupport.com/blogs/willemm/archive/2008/09/16/Using-Spring.NET-as-IOC-container-for-Composite-WPF.aspx" class="externalLink"&gt;Using Spring.NET as IOC container for Composite WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; How to enable Spring.NET as IOC container for Composite WPF.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.global-webnet.net/BlogEngine/post/2008/08/30/CompositeWPF-ModuleLoader-a-better-error-handler.aspx" class="externalLink"&gt;CompositeWPF - ModuleLoader - a better error handler&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: The current HandleModuleLoadError() error handler buries the actual error in the InnerException property (the lower the level of the error, the deeper it gets buried). This article explains a different approach to handle module load errors to not bury the original error.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/gblock/archive/2008/08/19/prism-mef-and-di-oh-my.aspx" class="externalLink"&gt;Prism, MEF and DI oh my&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Interview with Glenn Block about Prism and Dependency Injection.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/mconverti/2008/08/11/composite-wpf-with-dsa-sample/" class="externalLink"&gt;How-to: Use the Disconnected Service Agent (DSA) with CompositeWPF (Prism)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Sample application that shows how to use the Disconnected Agent Service Application Block with the Composite Application Library.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/ejadib/2008/07/03/composite-application-guidance-for-wpf-visual-studio-templates/" class="externalLink"&gt;Composite Application Guidance for WPF Visual Studio Templates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Visual Studio Templates to help developers to start with the creation of a solution using the Composite Application Guidance for WPF.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/mszklanny/2008/07/09/composite-guidance-for-wpf-documentation-and-hands-on-lab/" class="externalLink"&gt;Composite Guidance for WPF Documentation and Hands On Lab&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Article that describe the features of the Composite Guidance for WPF Documentation.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/ejadib/2008/04/24/prism-how-to-provide-metadata-to-a-view-that-was-placed-into-a-region/" class="externalLink"&gt;Prism How-To: Provide metadata to a view that was placed into a region&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Approach on how to show a header on a tab using WPF bindings.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=28522" class="externalLink"&gt;Have a Modules View fill Region completely&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Question on how to make a view fill completely a region.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:28:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Others 20081010032851P</guid></item><item><title>Updated Wiki: Known Issues / Fixes</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Known Issues / Fixes&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Known Issues / Fixes
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Bootstrapper%20initialization%20is%20not%20at%20the%20Application%20Startup%20event%20in%20some%20of%20the%20Quickstarts%20and%20Documentation%20topics&amp;amp;referringTitle=Known%20Issues%20%2f%20Fixes"&gt;Bootstrapper initialization is not at the Application Startup event in some of the Quickstarts and Documentation topics&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article explaining that the bootstrapper should be initialized in the handler of the Application Startup event.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=InvalidOperationException%20when%20the%20same%20view%20instance%20is%20added%20to%20multiple%20ContentControl%20regions&amp;amp;referringTitle=Known%20Issues%20%2f%20Fixes"&gt;InvalidOperationException occurs when the same view instance is added to multiple ContentControl regions&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; When the same view instance is added to more than one ContentControl region, an unhandled InvalidOperationException occurs.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Adding%20same%20view%20instance%20from%20one%20region%20to%20another%20region%20works%20because%20WPF%20allows%20it&amp;amp;referringTitle=Known%20Issues%20%2f%20Fixes"&gt;Adding same view instance from one region to another region works because WPF allows it&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Adding a view that exists in one region to another will work, but adding it back to the region it was previously added to will cause an exception.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=28997" class="externalLink"&gt;Problems with StockTraderRI in latest drop???&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Question about an exception during the loading of the modules due to the CurrentCulture configuration.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:24:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Known Issues / Fixes 20081010032408P</guid></item><item><title>Updated Wiki: Migration from CAB</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Migration from CAB&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Migration from CAB
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPFContrib/Wiki/View.aspx?title=WPFQuickstartRegeneratedWithCAL" class="externalLink"&gt;Regenerating the WPF/SC-SF Quickstart with the Composite Application Library&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Article about how the WPF Quickstart (shipped with the &lt;a href="http://msdn.microsoft.com/en-us/library/aa480482.aspx" class="externalLink"&gt;Smart Client Software Factory&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) was regenerated using the &lt;a href="http://msdn.microsoft.com/en-us/library/cc707819.aspx" class="externalLink"&gt;Composite Application Guidance for WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Includes guidance about how to create the initial solution from scratch, identify the regions, use the Event Aggregator service and load modules..&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/ejadib/2008/08/22/interesting-in-migrating-from-composite-application-block-cab-to-compositewpf-prism-check-our-new-guidance/" class="externalLink"&gt;Interesting in migrating from Composite Application Block (CAB) to CompositeWPF (Prism)? Check our new guidance&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Guidance that comparesCAB/SCSF based solutions to the Composite Application Guidance for WPF and helps with migration.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="https://blogs.msdn.com/mszcool/archive/2008/07/11/migrate-from-cab-scsf-to-composite-wpf-guidance-prism.aspx" class="externalLink"&gt;Migrate from CAB/SCSF to Composite WPF Guidance / Prism!?&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Guidance for migrating CAB/SCSF based solutions to the Composite Application Guidance for WPF.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:19:02 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Migration from CAB 20081010031902P</guid></item><item><title>Updated Wiki: Model View ViewModel (MVVM)</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Model View ViewModel (MVVM)&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Model View ViewModel (MVVM)
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.global-webnet.net/BlogEngine/post/2008/09/08/Composite-WPF-Obtaining-View-reference-with-Presentation-Model.aspx" class="externalLink"&gt;Composite WPF - Obtaining View reference with Presentation Model&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; How to obtain a reference to the View through the Presentation Model.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/jdominguez/2008/09/presentation-model-with-datatemplates-in-compositewpf-prism-sample/" class="externalLink"&gt;Presentation Model with DataTemplates in CompositeWPF (Prism) Sample&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article about a sample application of Presentation Models with DataTemplates on WPF together. The sample is based on the Commanding QuickStart shipped in the first release of the Composite Application Guidance for WPF.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/jdominguez/2008/04/30/using-the-presentation-model-in-wpf/" class="externalLink"&gt;Using the Presentation Model in WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Information on how the use of templates combined with the Presentation Model pattern can help you build fully testable applications.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/jdominguez/2008/05/21/first-approach-to-presentation-model-with-datatemplates/" class="externalLink"&gt;First approach to Presentation Model with DataTemplates&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Presentation Model with DataTemplates.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:17:43 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Model View ViewModel (MVVM) 20081010031743P</guid></item><item><title>Updated Wiki: Loosely Coupled Communication</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Loosely Coupled Communication&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Loosely Coupled Communication
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://codebetter.com/blogs/glenn.block/archive/2008/08/22/firing-generic-events-with-eventaggregator.aspx" class="externalLink"&gt;Firing generic events with EventAggregator&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article that explains how to fire generic events with Composite WPF (Prism).&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.global-webnet.net/BlogEngine/post/2008/08/02/Composite-WPF-Implementing-the-Unity-Event-Broker-in-a-CompositeWPF-application.aspx" class="externalLink"&gt;Composite WPF - Implementing the SCSF style Event Broker in a CompositeWPF application&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article about implementing the SCSF style Event Broker in a CompositeWPF application&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/gblock/archive/2008/06/04/loosely-coupled-communication-prism-style.aspx" class="externalLink"&gt;Loosely coupled communication - Prism style&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Loosely coupled communication overview.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/francischeung/archive/2008/05/29/decoupled-communication-with-prism-shared-views-services.aspx" class="externalLink"&gt; Decoupled Communication with Prism (Shared Services)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Information on Shared Services.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/francischeung/archive/2008/05/30/decoupled-communication-with-prism-commanding.aspx" class="externalLink"&gt;Decoupled Communication with Prism (Commanding)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Information on Composite Commands.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/francischeung/archive/2008/06/02/decoupled-communication-with-prism-event-aggregation.aspx" class="externalLink"&gt;Decoupled Communication with Prism (Event Aggregation)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Information on Event Aggregator.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=24784" class="externalLink"&gt;Direction of prism&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Information on the Event Aggregator implementation.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=26260" class="externalLink"&gt;Event Topics and Wildcards&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Information on the implementation of events; how to register, publish and subscribe events.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=23196" class="externalLink"&gt;Handling Commands Logic&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Information on Composite Commands.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:16:55 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Loosely Coupled Communication 20081010031655P</guid></item><item><title>Updated Wiki: Commands</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Commands&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Commands
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/francischeung/archive/2008/07/16/activeaware-views-and-commands.aspx" class="externalLink"&gt;ActiveAware Views and Commands&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Article describing ActiveAware views and commands functionality in terms of the ability to &amp;quot;Save All&amp;quot; versus &amp;quot;Save Active&amp;quot; scenarios.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.southworks.net/jdominguez/2008/08/icommand-for-silverlight-with-attached-behaviors/" class="externalLink"&gt;ICommand for Silverlight with Attached Behaviors&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; All&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Blog post on how to use commands in Silverlight.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:16:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Commands 20081010031600P</guid></item><item><title>Updated Wiki: UI Composition</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=UI Composition&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
UI Composition
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/francischeung/archive/2008/06/16/poor-man-s-ui-composition.aspx" class="externalLink"&gt;Poor man's UI Composition&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Introduction to UI Composition.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.infosupport.com/blogs/willemm/archive/2008/09/05/Introducing-the-dialog-workspace-for-Composite-WPF.aspx" class="externalLink"&gt;Introducing the dialog workspace for Composite WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; How to create a dialog workspace for Composite WPF.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:14:41 GMT</pubDate><guid isPermaLink="false">Updated Wiki: UI Composition 20081010031441P</guid></item><item><title>Updated Wiki: Modularity</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Modularity&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Modularity
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.global-webnet.net/BlogEngine/post/2008/08/04/CompositeWPF-using-Module-configuration-files-for-resolving-types.aspx" class="externalLink"&gt;CompositeWPF - using &amp;quot;Module&amp;quot; configuration files for resolving types&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Article about automatically loading a module configuration data&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.infosupport.com/blogs/willemm/archive/2008/07/28/CompositeWPF-_1320_-Installing-modules-on-demand.aspx" class="externalLink"&gt;CompositeWPF – Installing modules on demand&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Article about an extended module loader service to make possible on demand installation of modules in a CompositeWPF application. The article shows how to integrate Windows installer functionality and build the module loader service.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.infosupport.com/blogs/willemm/archive/2008/07/08/Combining-module-enumerators-in-CompositeWPF.aspx" class="externalLink"&gt;Combining module enumerators in CompositeWPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Article about how to make combinations with the Module Enumerators provided by Composite Application Guidance for WPF.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.infosupport.com/blogs/willemm/archive/2008/07/17/Module-status-service-for-CompositeWPF.aspx" class="externalLink"&gt;Module status service for CompositeWPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Extension on Composite Application Guidance for WPF that offers the possibility to query a Module status service for a list of available modules and the status of each module.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/erwinvandervalk/archive/2008/06/27/how-to-load-cal-modules-from-a-website-or-other-locations.aspx" class="externalLink"&gt;How to load CAL modules from a website (or other locations)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Article about how load assemblies from different locations like from the Web or from a database.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=28536" class="externalLink"&gt;Access the shell from modules&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Question on how to access the shell from modules. It shows several approaches.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:13:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Modularity 20081010031340P</guid></item><item><title>Updated Wiki: Regions</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Regions&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Regions
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.southworks.net/ibaumann/2008/09/26/windowregionadapter-for-compositewpf-prism/" class="externalLink"&gt;WindowRegionAdapter for CompositeWPF (Prism)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Blog post introducing the WindowRegionAdapter for Composite WPF (with an application sample).&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/ejadib/2008/07/22/use-the-outlookbar-in-your-compositewpf-prism-applications/" class="externalLink"&gt;Use the OutlookBar in your CompositeWPF (Prism) Applications&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Article about the OutlookBar for Composite WPF applications.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.infosupport.com/blogs/willemm/archive/2008/07/15/Customizing-regions-in-CompositeWPF.aspx" class="externalLink"&gt;Customizing regions in CompositeWPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description&lt;/b&gt;: Article about how to customize regions in Composite Application Guidance for WPF by using databinding.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.infosupport.com/blogs/willemm/archive/2008/07/31/Creating-closeable-tabitems-for-use-in-CompositeWPF.aspx" class="externalLink"&gt;Creating closeable tabitems for use in CompositeWPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Blog post on how to create closeable tabitems.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:12:40 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Regions 20081010031240P</guid></item><item><title>Updated Wiki: Composite Application Guidance for WPF</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=Composite Application Guidance for WPF&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Composite Application Guidance for WPF
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/cc785479.aspx" class="externalLink"&gt;Patterns For Building Composite Applications With WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; This article discusses Composite Application basics, Bootstrapper and Module Initialization, Regions and RegionManager, Views, Commands and Events.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.softinsight.com/bnoyes/2008/04/29/PrismCompositeWPFGuidance.aspx" class="externalLink"&gt;Prism: Composite WPF Guidance&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Composite Application Guidance for WPF overview.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/gblock/archive/2008/05/08/prism-vs-framework-xxx.aspx" class="externalLink"&gt;Prism vs Framework XXX&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Prism development &amp;amp; out of the box characteristics. &lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=24804" class="externalLink"&gt;RegionManager Question&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Question on RegionManagers.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=26886" class="externalLink"&gt;IModuleEnumerator guidance&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Information on module enumeration.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=27047" class="externalLink"&gt;DirectoryLookupModuleEnumerator Child AppDomain &lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Information on why a child AppDomain is created in DirectoryLookupModuleEnumerator.EnsureModulesDiscovered.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:11:45 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Composite Application Guidance for WPF 20081010031145P</guid></item><item><title>Updated Wiki: GettingStarted</title><link>http://www.codeplex.com/CompositeWPF/Wiki/View.aspx?title=GettingStarted&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Getting Started
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://blogs.msdn.com/dphill/archive/2008/09/19/prism-2-0-first-drop.aspx" class="externalLink"&gt;Prism 2.0 - First Drop&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 2.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article describing the new features of the first drop of Prism 2.0. This new drop is focused solely on the &amp;quot;multi-targeting&amp;quot; aspects of Prism. Multi-targeting is the ability to build applications that can provide both a WPF desktop and a Silverlight RIA experience by sharing and re-using code and components between the WPF and Silverlight environments.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.infosupport.com/blogs/willemm/archive/2008/08/19/Use-case-controllers_2C00_-container-hierarchies-and-services-in-composite-WPF.aspx" class="externalLink"&gt;Use case controllers, container hierarchies and services in composite WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; A summary of use case controllers, container hierarchies and services in composite WPF.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.southworks.net/dpoza/2008/08/13/getting-started-with-the-composite-application-guidance-for-wpf/" class="externalLink"&gt;Getting Started with the Composite Application Guidance for WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article with overview about what is Composite Application Guidance for WPF.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.microsoft.co.il/blogs/tomershamam/archive/2008/07/15/composite-application-guidance-for-wpf-prism-tour-part-1.aspx" class="externalLink"&gt;Composite Application Guidance for WPF (Prism) Tour - Part 1&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article with overview about what is Composite Application Guidance for WPF and why or when is necessary. (Part 1)&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;&lt;a href="http://blogs.msdn.com/somasegar/archive/2008/07/15/composite-application-guidance-for-wpf.aspx" class="externalLink"&gt;Composite Application Guidance for WPF&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Version&lt;/b&gt;: 1.0&lt;/li&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article about the features of the Composite Application Guidance for WPF.&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ibaumann</author><pubDate>Fri, 10 Oct 2008 15:10:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: GettingStarted 20081010031047P</guid></item><item><title>New Post: ERP in Composite Library</title><link>http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=37436</link><description>&lt;div style="line-height: normal;"&gt;Hi,$0Thanks for encouraging words and its a great sense of relief as I am really looking forward to go for composite.$0$0$0$0$0Let me go  bit specific to issues which I am facing.Actually I am infact looking to build a product over this order in large run and it should be configurable.$0$0Based on my experiance and interection with ERP users,we need following things in place ...$0$01.Gone are the days for MDI .$0$02.User should have flexibility to open multiple windows at a time.$0$03.All forms wherever relevant should have shortcuts to open.e.g. User should have facility to create new customers from quotation itself or wherever cutomer selection take place.It goes true for all such scenarios.$0$04.Large forms ,say for customer master should have capability to have entry form open with selective views e.g. if I want to alter his payment terms or say address or may be financial info,full for should not get loaded and user should have the flexibility to choose how much he is willing to have on form.Now in contrast some user would always love to have everthing in single form.Thats where composite appeals me most but not sure if it can match to my requirment.$0$05.Matching to previous point is also the facility to restict views according to user rights.$0$06.Workflow and change request should againt be available at unit leven and it should be optional.Say a user has prepared a quotation and higher authoirty freezed rest of the document but want to intimate user to change only payment terms.$0$0$0$0$0Please provide your views if composite will not restrict me to do all this and if some examples are availeable in this regard.$0$0$0$0$0thanks....$0&lt;/div&gt;</description><author>guptapv</author><pubDate>Fri, 10 Oct 2008 09:59:48 GMT</pubDate><guid isPermaLink="false">New Post: ERP in Composite Library 20081010095948A</guid></item><item><title>New Post: ERP in Composite Library</title><link>http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=37436</link><description>&lt;div style="line-height: normal;"&gt;&lt;span style="font-size:10pt;font-family:Verdana"&gt;I have gone through Same kind of ERP project (Complex business logic and user interface interaction )before 2 years and we choused CAB/SCSF. I feel composite WPF is very much street forward technology then CAB/SCSF and mature enough to deal with complex business logic. Based on my experience with CAB and knowledge about Composite WPF, no doubt your choice is right. Don’t worries go-ahead. Because your problem is very generic, we could really work together if you come up with some user story.&lt;/span&gt;
&lt;/div&gt;</description><author>kumartan</author><pubDate>Fri, 10 Oct 2008 07:05:34 GMT</pubDate><guid isPermaLink="false">New Post: ERP in Composite Library 20081010070534A</guid></item><item><title>New Post: ERP in Composite Library</title><link>http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=37436</link><description>&lt;div style="line-height: normal;"&gt;Hi,$0I have got a erp project which includes all essentail modules like sales,procurment,CRM,Finance etc and WPF has been decided as front end.I found concept of composite library very interesting but not able to decide if it is good enough to handle requirments of complex user interection which is must for ERP kind of application and is it matured enough to go for it.Also sample and applicatios provided with it does'nt give me full confidence to go for it.I am interested in knowing if some of the people are really upto the complex application with composite liabrary and if possible would need some guidenace and their experiances.$0$0I am feeling strongly for it but not getting enough confidence to go for it.$0$0Any help would be highly appericiable as its a big decision for me .$0$0$0$0&lt;/div&gt;</description><author>guptapv</author><pubDate>Fri, 10 Oct 2008 06:40:53 GMT</pubDate><guid isPermaLink="false">New Post: ERP in Composite Library 20081010064053A</guid></item><item><title>New Post: Resolve Problems</title><link>http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=37419</link><description>&lt;div style="line-height: normal;"&gt;Ahh ... schoolboy error ...&lt;br&gt;
&lt;br&gt;
I was registering my ExportPage at module initialisation BEFORE registering the type detailed above hence ... two instances kicking around ... DOH! (&amp;gt;_&amp;lt;)!!&lt;br&gt;
&lt;/div&gt;</description><author>findjammer</author><pubDate>Thu, 09 Oct 2008 20:45:56 GMT</pubDate><guid isPermaLink="false">New Post: Resolve Problems 20081009084556P</guid></item><item><title>New Post: Resolve Problems</title><link>http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=37419</link><description>&lt;div style="line-height: normal;"&gt;Hi All,&lt;br&gt;
&lt;br&gt;
I'm having a resolve problem that I'm struggling with at the moment, any pointers would be great.&lt;br&gt;
&lt;br&gt;
At the initialisation of ModuleA I register a Type like:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;_container.RegisterType&amp;lt;IExportViewDataModel, ExportViewDataModel&amp;gt;(new ContainerControlledLifetimeManager());&lt;br&gt;
&lt;br&gt;
I was under the impression this was almost like registering a Singleton?&lt;br&gt;
&lt;br&gt;
In the same Module I need an instance of ExportViewDataModel which I get from the the container by:&lt;br&gt;
&lt;br&gt;
this._dataModel = _container.Resolve&amp;lt;ExportViewDataModel&amp;gt;();&lt;br&gt;
&lt;br&gt;
Now in ModuleB I also need a reference to the same instance of ExportViewDataModel which I get from the container by:&lt;br&gt;
&lt;br&gt;
this._exportViewDataModel = _container.Resolve&amp;lt;IExportViewDataModel&amp;gt;();&lt;br&gt;
&lt;br&gt;
However, I'm seeing the ExportViewDataModel constructor being called twice which means anything accessing the IExportViewDataModel is pushing data into one instance and the ExportViewController is pushing data into another instance of the ExportViewDataModel.&amp;nbsp; I'm really confused by this as I was under the impression that since the type is registered with the container using the LifetimeManager that I would always be provided with a reference to the same instance.&lt;br&gt;
&lt;br&gt;
Any help, ideas would be great.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
James.&lt;br&gt;
&lt;/div&gt;</description><author>findjammer</author><pubDate>Thu, 09 Oct 2008 20:35:27 GMT</pubDate><guid isPermaLink="false">New Post: Resolve Problems 20081009083527P</guid></item><item><title>New Post: Outlook style regions</title><link>http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=31645</link><description>&lt;div style="line-height: normal;"&gt;I came up with the following.&lt;br&gt;
On all Views I have a interface defined (IView). This interface makes sure that all views have a property called &amp;quot;Visibility&amp;quot;.&lt;br&gt;
&lt;br&gt;
IView.cs&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; public interface IView&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Visibility Visibility { get; set; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
XxxxView.cs&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Visibility Visibility&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; get { return this.Visibility; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set { this.Visibility = value; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&lt;br&gt;
I am not sure if I should have used another name for the property, or how to make the underlying &amp;quot;this.Visibility&amp;quot; availalbe public.&lt;br&gt;
Anyway, I now have the possiblity to hidde, collapse or make the view visible.&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (object item in new List&amp;lt;object&amp;gt;(this.regionManager.Regions[&amp;quot;ListRegion&amp;quot;].Views))&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ((IView)item).Visibility = Visibility.Collapsed;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; view.Visibility = Visibility.Visible;&lt;br&gt;
&lt;br&gt;
Cheers Harry
&lt;/div&gt;</description><author>iwhp1</author><pubDate>Thu, 09 Oct 2008 17:07:55 GMT</pubDate><guid isPermaLink="false">New Post: Outlook style regions 20081009050755P</guid></item><item><title>New Post: common XAML approach in Prism</title><link>http://www.codeplex.com/CompositeWPF/Thread/View.aspx?ThreadId=36843</link><description>&lt;div style="line-height: normal;"&gt;Julian,&lt;br&gt;
&lt;br&gt;
&amp;nbsp; Thanks for replying.&amp;nbsp; Looks like it makes more sense to have them separated.&amp;nbsp; Do you think that will change in the future?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Eric
&lt;/div&gt;</description><author>emj</author><pubDate>Thu, 09 Oct 2008 16:52:26 GMT</pubDate><guid isPermaLink="false">New Post: common XAML approach in Prism 20081009045226P</guid></item></channel></rss>