<?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://compositewpf.codeplex.com/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>New Post: Discussion Suggestion</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61515</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I would like to suggest to split the Discussion List into two seperate lists, one for WPF and one for SL. There are many people who post questions without identifying in the title if this a WPF or SL, and we have to read the post to find out it's not the platform we are intrested. Just like any other forum that has many categries, I think this discussion list should be split too.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;..Ben&lt;/p&gt;&lt;/div&gt;</description><author>BenHayat</author><pubDate>Sun, 05 Jul 2009 16:58:17 GMT</pubDate><guid isPermaLink="false">New Post: Discussion Suggestion 20090705045817P</guid></item><item><title>New Post: Prism v3</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61490</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I would like to second the above post and find out more details about Prism 3 with SL3 and RIA services (Data Form, Validation) and SL3 navigation and childwindow as well.&lt;/p&gt;
&lt;p&gt;Has there been an official road map about how SL3 and Prism3 and RIA will be coming together to build a modula Business Application?&lt;/p&gt;
&lt;p&gt;Thank you in advance!&lt;/p&gt;
&lt;p&gt;..Ben&lt;/p&gt;&lt;/div&gt;</description><author>BenHayat</author><pubDate>Sun, 05 Jul 2009 16:53:29 GMT</pubDate><guid isPermaLink="false">New Post: Prism v3 20090705045329P</guid></item><item><title>New Post: Responsibility question</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61511</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have a question regarding code responsibility in the MVP pattern.&lt;/p&gt;
&lt;p&gt;Say I have a view that holds a DataGrid, and a presenter that is responsible for attaching the view to a model, the view then takes this model and sets it as the DataGrid's ItemSource. I hope so far it makes sense.&lt;/p&gt;
&lt;p&gt;Now the issue is, the data that is attach is polymorphic, and according to the type, the DataGrid should display different column, not using the standard AutoGenerateColumns, but rather a custom code we have.&lt;/p&gt;
&lt;p&gt;The question is, whether the decision of which column to use and how to create them should be the View's responsibility (because he knows the DataGrid and how to interact with it) or should it be the Presenter's responsibility because he has the business-view logic of which columns should be displayed for each type, but doesn't (shouldn't?) know how to interact with the DataGrid - since View's DataGrid can be replaced in the future with other data grids (3rd party).&lt;/p&gt;
&lt;p&gt;Is it the View's or the Presenter's responsibility? or is it a combined effort? (for example, the presenter creates a special collection of column information and the view applies it to the data grid, using the control's specific properties and methods)&lt;/p&gt;
&lt;p&gt;I'd appreciate your design input.&lt;/p&gt;
&lt;p&gt;Thanks in advance,&lt;/p&gt;
&lt;p&gt;Ido.&lt;/p&gt;&lt;/div&gt;</description><author>idof</author><pubDate>Sun, 05 Jul 2009 15:36:56 GMT</pubDate><guid isPermaLink="false">New Post: Responsibility question 20090705033656P</guid></item><item><title>New Post: Prism v3</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61490</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Are there any plans to release a new version of the Guidance?&lt;/p&gt;
&lt;p&gt;We're thinking on start using the library for a current Silverlight 3 Applications and I would like to know what's the Roadmap for the project. I know P&amp;amp;P works in an agile way and heavily based on customer input. I also know that there're some projects that have evolved during the years like Enterprise Library and others that weren't that succesful. Before we start betting on this library I'd like to know what're the plans (if any) for the next versions of Prism. &amp;nbsp;I'm specially concerned on the support for the next version of&amp;nbsp;Silverlight that&amp;nbsp;is going to be released soon and there're new pieces like Validation, Navigation, ChildWindows that might need to be covered by the Guidance in the form of documentation, libraries or new Region Adapters.&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>mamadero</author><pubDate>Sun, 05 Jul 2009 03:32:09 GMT</pubDate><guid isPermaLink="false">New Post: Prism v3 20090705033209A</guid></item><item><title>New Post: Binding to a StackPanel</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61478</link><description>&lt;div style="line-height: normal;"&gt;&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri;font-size:small"&gt;Hello,&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri;font-size:small"&gt;I have implemented a View, Model and Presenter much like the StockTraderRI project. My issue is that I am trying to databind a stackpanel to an ObservableCollection&amp;lt;string&amp;gt; object but no strings are being displayed.&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri;font-size:small"&gt;Here&amp;rsquo;s my code:&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri;font-size:small"&gt;PresentationModel code:&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;public&lt;/span&gt; InfoBarPresentationModel(&lt;span style="color:#2b91af"&gt;IInfoBarView&lt;/span&gt; view, &lt;span style="color:#2b91af"&gt;IEventAggregator&lt;/span&gt; eventAggregator)&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;{&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;this&lt;/span&gt;.View = view;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;this&lt;/span&gt;.View.Model = &lt;span style="color:blue"&gt;this&lt;/span&gt;;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;InfoBarItems = &lt;span style="color:blue"&gt;new&lt;/span&gt; &lt;span style="color:#2b91af"&gt;ObservableCollection&lt;/span&gt;&amp;lt;&lt;span style="color:blue"&gt;string&lt;/span&gt;&amp;gt;();&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;InfoBarItems.Add(&lt;span style="color:#a31515"&gt;&amp;quot;Test 1&amp;quot;&lt;/span&gt;);&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;InfoBarItems.Add(&lt;span style="color:#a31515"&gt;&amp;quot;Test 2&amp;quot;&lt;/span&gt;);&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;}&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;public&lt;/span&gt; &lt;span style="color:#2b91af"&gt;IInfoBarView&lt;/span&gt; View { &lt;span style="color:blue"&gt;get&lt;/span&gt;; &lt;span style="color:blue"&gt;set&lt;/span&gt;; }&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';font-size:10pt"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="line-height:115%;font-family:'Courier New';font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="color:blue"&gt;public&lt;/span&gt; &lt;span style="color:#2b91af"&gt;ObservableCollection&lt;/span&gt;&amp;lt;&lt;span style="color:blue"&gt;string&lt;/span&gt;&amp;gt; InfoBarItems { &lt;span style="color:blue"&gt;get&lt;/span&gt;; &lt;span style="color:blue"&gt;set&lt;/span&gt;; }&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="line-height:115%;font-family:'Courier New';font-size:10pt"&gt;XAML code:&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;ItemsControl&lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;font-size:10pt"&gt; x&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;:&lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;font-size:10pt"&gt;Name&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;=&amp;quot;list&amp;quot;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;font-size:10pt"&gt; ItemsSource&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;=&amp;quot;{&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;Binding&lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;font-size:10pt"&gt; InfoBarItems&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;}&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;ItemsControl.ItemsPanel&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;ItemsPanelTemplate&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&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; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;StackPanel&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt; /&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;ItemsPanelTemplate&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;ItemsControl.ItemsPanel&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;ItemsControl.ItemTemplate&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;DataTemplate&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&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; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;StackPanel&lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;font-size:10pt"&gt; Orientation&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;=&amp;quot;Horizontal&amp;quot;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;TextBox&lt;/span&gt;&lt;span style="font-family:'Courier New';color:red;font-size:10pt"&gt; Text&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;=&amp;quot;{&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;Binding&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;}&amp;quot;/&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&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; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;StackPanel&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;DataTemplate&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="line-height:normal;margin:0in 0in 0pt"&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="font-family:'Courier New';color:#a31515;font-size:10pt"&gt;ItemsControl.ItemTemplate&lt;/span&gt;&lt;span style="font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="line-height:115%;font-family:'Courier New';color:#a31515;font-size:10pt"&gt;&lt;span style=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="line-height:115%;font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="line-height:115%;font-family:'Courier New';color:#a31515;font-size:10pt"&gt;ItemsControl&lt;/span&gt;&lt;span style="line-height:115%;font-family:'Courier New';color:blue;font-size:10pt"&gt;&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri;font-size:small"&gt;I have tried numerous combinations of bindings but have yet to figure out why my strings never show up. What am I doing wrong?&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in 0in 10pt"&gt;&lt;span style="font-family:Calibri;font-size:small"&gt;Rick&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>rboarman</author><pubDate>Sat, 04 Jul 2009 21:07:43 GMT</pubDate><guid isPermaLink="false">New Post: Binding to a StackPanel 20090704090743P</guid></item><item><title>New Post: IModuleManager.LoadModule API</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=60538</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks Damian! Sorry it took me a bit to get back to you...&lt;/p&gt;
&lt;p&gt;The thread you linked to is what I was referring to. My plan for implementing this will be to save the paramters I want to pass to the module (or an object inside it). Then when the module loads it will fire an event indicating that it has initialized. The responder of that event will then obtain a reference to the module (perhaps the module can pass this as the event payload) and call a method on the interesting object in the module to tell it what it needs to finish initializing.&lt;/p&gt;
&lt;p&gt;Imagine a scenario where a module can present data in different modes and I want to load it and tell it to present in a particular mode. I think that the above plan will work.&lt;/p&gt;
&lt;p&gt;However, I do think that it is a major deficiency in the API that there is no way to find out that a module has failed to load. I'm planning on loading the dll dynamically from my host web site and we all know that this could fail for a client at any moment.&amp;nbsp;Applications need to know this so that it can try to recover. I may create a patch myself to provide this functionality for my app because I think it is important.&lt;/p&gt;
&lt;p&gt;Thanks again for your help.&lt;/p&gt;
&lt;p&gt;-John&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>jburkhardt</author><pubDate>Fri, 03 Jul 2009 19:45:48 GMT</pubDate><guid isPermaLink="false">New Post: IModuleManager.LoadModule API 20090703074548P</guid></item><item><title>Updated Wiki: Knowledge Base</title><link>http://compositewpf.codeplex.com/Wiki/View.aspx?title=Knowledge Base&amp;version=121</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Composite Application Guidance for WPF &amp;amp; Silverlight Knowledge Base&lt;/h1&gt;
The purpose of this Knowledge Base is categorize and organize blogs posts, CodePlex pages, CodePlex posts, etc that can be valuable for the community. With this kind of information organized the community will have a new place to search for help/guidance.&lt;br /&gt;&lt;br /&gt;We are going to update this KB periodically. You will find highlighted in this page the new posts we are adding.&lt;br /&gt;&lt;br /&gt;Below this you will find the categories in which we propose to organize the information. If you feel that some categories are missing, please leave us a comment with the proposed category.&lt;br /&gt;
&lt;h2&gt;Categories:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Automation&amp;referringTitle=Home"&gt;Automation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Commands&amp;referringTitle=Home"&gt;Commands&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;‌&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Composite%20Application%20Guidance%20for%20WPF&amp;referringTitle=Home"&gt;Composite Application Guidance for WPF&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Composite%20Extensions%20for%20Windows%20Forms&amp;referringTitle=Home"&gt;Composite Extensions for Windows Forms&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Data%20Binding&amp;referringTitle=Home"&gt;Data Binding&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Dependency%20Injection%20Containers&amp;referringTitle=Home"&gt;Dependency Injection Containers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Drops&amp;referringTitle=Home"&gt;Drops&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Enterprise%20Library&amp;referringTitle=Home"&gt;Enterprise Library&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Event%20Aggregator&amp;referringTitle=Home"&gt;Event Aggregator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=GettingStarted&amp;referringTitle=Home"&gt;Getting Started&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Known%20Issues%20%2f%20Fixes&amp;referringTitle=Home"&gt;Known Issues &amp;#47; Fixes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Loosely%20Coupled%20Communication&amp;referringTitle=Home"&gt;Loosely Coupled Communication&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Migration%20from%20CAB&amp;referringTitle=Home"&gt;Migration from CAB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Model%20View%20ViewModel%20%28MVVM%29&amp;referringTitle=Home"&gt;Model View ViewModel &amp;#40;MVVM&amp;#41;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Modularity&amp;referringTitle=Home"&gt;Modularity&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Multitargeting&amp;referringTitle=Home"&gt;Multitargeting&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Regions&amp;referringTitle=Home"&gt;Regions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Samples%20and%20Extensions&amp;referringTitle=Home"&gt;Samples and Extensions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Silverlight%203%20%28Beta%29&amp;referringTitle=Home"&gt;Silverlight 3 &amp;#40;Beta&amp;#41;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=UI%20Composition&amp;referringTitle=Home"&gt;UI Composition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Validation&amp;referringTitle=Home"&gt;Validation&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Others&amp;referringTitle=Home"&gt;Others&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;h2&gt;New posts:&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.sparklingclient.com/prism-silverlight" class="externalLink"&gt;10 Things to Know about Silverlight Prism&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Hide%2fShow%20views%20in%20regions&amp;referringTitle=Home"&gt;Hide&amp;#47;Show views in regions&lt;/a&gt; on &lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Regions&amp;referringTitle=Home"&gt;Regions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.southworks.net/dschenkelman/2009/06/30/composite-application-guidance-prism-v2-sample-application-using-silverlight-3-child-window/" class="externalLink"&gt;Composite Application Guidance (Prism-v2) sample application using Silverlight 3 Child Window&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; on &lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Silverlight%20%28Beta%29&amp;referringTitle=Home"&gt;Silverlight &amp;#40;Beta&amp;#41;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.southworks.net/dschenkelman/2009/06/27/how-to-drag-and-drop-silverlight-views-between-regions-in-prism-v2/" class="externalLink"&gt;How to: Drag and Drop Silverlight Views between Regions in Prism-v2&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; on &lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Samples%20and%20Extensions&amp;referringTitle=Home"&gt;Samples and Extensions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.southworks.net/dschenkelman/2009/04/18/commands-with-attached-behavior-for-silverlight-3-dataform/" class="externalLink"&gt;Commands with Attached Behavior for Silverlight 3 DataForm&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; on &lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=Silverlight%203%20%28Beta%29&amp;referringTitle=Home"&gt;Silverlight 3 &amp;#40;Beta&amp;#41;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;i&gt;&lt;a href="http://compositewpf.codeplex.com/Wiki/View.aspx?title=New%20posts&amp;referringTitle=Home"&gt;More...&lt;/a&gt;&lt;/i&gt;&lt;/div&gt;</description><author>MatiasBonaventura</author><pubDate>Fri, 03 Jul 2009 19:10:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Knowledge Base 20090703071009P</guid></item><item><title>Updated Wiki: Others</title><link>http://compositewpf.codeplex.com/Wiki/View.aspx?title=Others&amp;version=26</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.sparklingclient.com/prism-silverlight" class="externalLink"&gt;10 Things to Know about Silverlight Prism&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Top 10 things that every developer should know about prism, with videos, samples and more.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 2.0&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=50065" class="externalLink"&gt;The WPF Toolkit DataGrid and Prism Regions&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Thread discussing the issues when using the WPF ToolKit DataGrid and Prism-v2.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; 2.0&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.global-webnet.net/blogengine/post/2009/01/03/PrismWCF-Cannot-find-ServiceReferencesClientConfig-in-xap-application-package.aspx" class="externalLink"&gt;Prism/WCF - Cannot find ServiceReferences.ClientConfig in .xap application package&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; Article that explains how to add a reference to WCF Web Service from a module (to avoid having the error: &amp;quot;Cannot find 'ServiceReferences.ClientConfig' in the .xap application package&amp;quot;).&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; Drop 8&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.thejoyofcode.com/Showing_a_Splash_Screen_whilst_initializing_a_WPF_Prism_application.aspx" class="externalLink"&gt;Showing a Splash Screen whilst initializing a WPF Prism application&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&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 create a splash screen to show the user during the loading progress.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.global-webnet.net/blogengine/post/2009/01/12/Passing-Server-information-to-Silverlight-Client.aspx" class="externalLink"&gt;Passing Server information to Silverlight Client&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&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 that explains how to pass information to a Silverlight client in a composite application.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.global-webnet.net/blogengine/post/2009/01/10/Project-Linker-sharing-single-code-base-between-Silverlight-and-Desktop-applications.aspx" class="externalLink"&gt;Project Linker - sharing single code base between Silverlight and Desktop applications&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&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 explaining how to use Project Linker to share a code base between WPF &amp;amp; Silverlight.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.hightech.ir/2008/10/splash-screen-with-prism.html" class="externalLink"&gt;Splash Screen with Prism&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&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 create a splash screen to show the user about the loading progress using thwe Composite Application Library.&lt;/li&gt;&lt;/ul&gt;&lt;/li&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;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;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;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;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;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;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;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;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;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;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/magazine/dd727513.aspx" class="externalLink"&gt;You Can Depend On Patterns and Practices&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;Version:&lt;/b&gt; Any&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Description:&lt;/b&gt; &lt;a href="http://blogs.msdn.com/alexhomer/" class="externalLink"&gt;Alex Homer&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; from the p&amp;amp;p team focuses on ways in which groups inside Microsoft have implemented the Dependency Injection pattern in Microsoft products&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;/div&gt;</description><author>MatiasBonaventura</author><pubDate>Fri, 03 Jul 2009 18:46:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Others 20090703064601P</guid></item><item><title>Created Issue: how to get the data from the sqlserver's table data in Silverlight using CAG</title><link>http://prism.codeplex.com/WorkItem/View.aspx?WorkItemId=4464</link><description>how to get the data from the sqlserver&amp;#39;s table data in Silverlight using CAG. Without using CAG I&amp;#39;m getting the data by using WCF Service. By using reference i&amp;#39;m directly binding the list to item source of my control in xaml file. But using CAG it&amp;#39;s not possible. &lt;br /&gt;&lt;br /&gt;Can any one tell me how to achieve the data from database using CAG..&lt;br /&gt;</description><author>ravivellanky</author><pubDate>Fri, 03 Jul 2009 12:14:01 GMT</pubDate><guid isPermaLink="false">Created Issue: how to get the data from the sqlserver's table data in Silverlight using CAG 20090703121401P</guid></item><item><title>Created Issue: Problem with wcf service reference in silverlight</title><link>http://prism.codeplex.com/WorkItem/View.aspx?WorkItemId=4463</link><description>i implemented a WCF service to get the data from sql server table. i published and use the service reference in Silverlight sample. I&amp;#39;m getting some errors saying that &lt;br /&gt;Error&amp;#9;3&amp;#9;The type name &amp;#39;ServiceReference1&amp;#39; does not exist in the type &amp;#39;HelloWorldModule.HelloWorldModule&amp;#39;&amp;#9;C&amp;#58;&amp;#92;Documents and Settings&amp;#92;raviv&amp;#92;My Documents&amp;#92;CAGInfo&amp;#92;Prism.Source&amp;#92;Source&amp;#92;Quickstarts&amp;#92;Hello World&amp;#92;HelloWorld.Silverlight&amp;#92;HelloWorldModule&amp;#92;Service References&amp;#92;ServiceReference1&amp;#92;Reference.cs&amp;#9;133&amp;#9;76&amp;#9;HelloWorldModule&lt;br /&gt;</description><author>ravivellanky</author><pubDate>Fri, 03 Jul 2009 12:10:36 GMT</pubDate><guid isPermaLink="false">Created Issue: Problem with wcf service reference in silverlight 20090703121036P</guid></item><item><title>New Post: Embedded Fonts</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=59468</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sort of. I ended up loading the font in the ShellView, which works but isn't really satisfactory because when the app starts the default font is shown briefly before the custom font is loaded. There is probably a way to preload the font, but I haven't yet tried to improve on this.&lt;/p&gt;
&lt;pre&gt;        &lt;span style="color:Blue"&gt;void&lt;/span&gt; LoadCustomFont()
        {
            WebClient client = &lt;span style="color:Blue"&gt;new&lt;/span&gt; WebClient();
            client.OpenReadCompleted += &lt;span style="color:Blue"&gt;new&lt;/span&gt; OpenReadCompletedEventHandler(client_OpenReadCompleted);
            client.OpenReadAsync(&lt;span style="color:Blue"&gt;new&lt;/span&gt; Uri(&lt;span style="color:#A31515"&gt;&amp;quot;/Fonts/MINYN___.TTF&amp;quot;&lt;/span&gt;, UriKind.RelativeOrAbsolute));
        }

        &lt;span style="color:Blue"&gt;void&lt;/span&gt; client_OpenReadCompleted(&lt;span style="color:Blue"&gt;object&lt;/span&gt; sender, OpenReadCompletedEventArgs e)
        {
            &lt;span style="color:Blue"&gt;if&lt;/span&gt; (e.Error == &lt;span style="color:Blue"&gt;null&lt;/span&gt; &amp;amp;&amp;amp; !e.Cancelledl)
            {
                FontSource fontSource = &lt;span style="color:Blue"&gt;new&lt;/span&gt; FontSource(e.Result);
                AppHeaderTitle.FontSource = fontSource;
                AppHeaderTitle.FontFamily = &lt;span style="color:Blue"&gt;new&lt;/span&gt; FontFamily(&lt;span style="color:#A31515"&gt;&amp;quot;Minya Nouvelle&amp;quot;&lt;/span&gt;);
            }
        }
&lt;/pre&gt;&lt;/div&gt;</description><author>Ozzy1</author><pubDate>Fri, 03 Jul 2009 10:49:11 GMT</pubDate><guid isPermaLink="false">New Post: Embedded Fonts 20090703104911A</guid></item><item><title>Reviewed: Composite Application Guidance - Feb 2009 (Jul 02, 2009)</title><link>http://compositewpf.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=23450</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - You guys rock &amp;#58;&amp;#41;</description><author>pooran</author><pubDate>Fri, 03 Jul 2009 03:30:12 GMT</pubDate><guid isPermaLink="false">Reviewed: Composite Application Guidance - Feb 2009 (Jul 02, 2009) 20090703033012A</guid></item><item><title>New Post: Prism and ADO.Net Entity Data Framework</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61167</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks a lot for sharing the sample code.. I will give it a go and let you know.&lt;/p&gt;
&lt;p&gt;Module manager in a view.. I have to bind few more modules and views in that view with custom regions. Not implemented yet though.&lt;/p&gt;
&lt;p&gt;Webservice.. I might replace it with EF if that thing goes right. SqlMembershipProvider.. we are building a multiple logins including openid, live, and few other logins. So, custom implementation is what we preferred.&lt;/p&gt;
&lt;p&gt;Thanks again :)&lt;/p&gt;
&lt;p&gt;Pooran&lt;/p&gt;&lt;/div&gt;</description><author>pooran</author><pubDate>Fri, 03 Jul 2009 03:27:54 GMT</pubDate><guid isPermaLink="false">New Post: Prism and ADO.Net Entity Data Framework 20090703032754A</guid></item><item><title>New Post: View in a  Window</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61245</link><description>&lt;div style="line-height: normal;"&gt;&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;&lt;span style="" lang=EN-US&gt;Hi Kumar, &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;&lt;span style="" lang=EN-US&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;&lt;span style="" lang=EN-US&gt;Though I don't know your exact scenario, there are some discussion that address similar issues:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt 36pt;text-indent:-18pt"&gt;&lt;span style="font-family:Symbol"&gt;&lt;span style=""&gt;&lt;span style="font-size:small"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;quot;Times New Roman&amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="" lang=EN-US&gt;&lt;a href="http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=57417"&gt;&lt;span style="font-size:small;font-family:Calibri"&gt;Regions inside popup region&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt 36pt;text-indent:-18pt"&gt;&lt;span style="font-family:Symbol"&gt;&lt;span style=""&gt;&lt;span style="font-size:small"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;quot;Times New Roman&amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="" lang=EN-US&gt;&lt;a href="http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=54812"&gt;&lt;span style="font-size:small;font-family:Calibri"&gt;Popup Region&amp;nbsp; &lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt 36pt;text-indent:-18pt"&gt;&lt;span style="font-family:Symbol"&gt;&lt;span style=""&gt;&lt;span style="font-size:small"&gt;&amp;middot;&lt;/span&gt;&lt;span style="font:7pt &amp;quot;Times New Roman&amp;quot;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="" lang=EN-US&gt;&lt;a href="http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=50888"&gt;&lt;span style="font-size:small;font-family:Calibri"&gt;Multiple instances of a window (view)&amp;nbsp; &lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:small;font-family:Calibri"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;&lt;span style="" lang=EN-US&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;&lt;span style="" lang=EN-US&gt;Hope it helps!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;&lt;span style="" lang=EN-US&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;span style="font-size:small"&gt;&lt;span style="font-family:Calibri"&gt;Matias Bonaventura&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0cm 0cm 0pt"&gt;&lt;a href="http://blogs.southworks.net/"&gt;&lt;span style="font-size:small;font-family:Calibri"&gt;http://blogs.southworks.net/matiasb&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>matiasbonaventura</author><pubDate>Thu, 02 Jul 2009 17:57:54 GMT</pubDate><guid isPermaLink="false">New Post: View in a  Window 20090702055754P</guid></item><item><title>New Post: Prism and ADO.Net Entity Data Framework</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61167</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'll try here -&lt;/p&gt;
&lt;p&gt;First, this is just how *I* roll :)&lt;/p&gt;
&lt;p&gt;In your Bootstrapper, register the service as such (be sure to call it from your CreateShell ):&lt;/p&gt;
&lt;div style="color:Black;background-color:White"&gt;
&lt;pre&gt;        &lt;span style="color:Blue"&gt;private&lt;/span&gt; &lt;span style="color:Blue"&gt;void&lt;/span&gt; RegisterServices()
        {
            &lt;span style="color:Green"&gt;//you need to have a conn string in the shell app.config for SampleDataEntities.&lt;/span&gt;
            &lt;span style="color:Blue"&gt;this&lt;/span&gt;.Container.RegisterInstance&amp;lt;SampleDataEntities.SampleDataEntities&amp;gt;(&lt;span style="color:#A31515"&gt;&amp;quot;SampleDataService&amp;quot;&lt;/span&gt;, 
                &lt;span style="color:Blue"&gt;new&lt;/span&gt; SampleDataEntities.SampleDataEntities(), 
                &lt;span style="color:Blue"&gt;new&lt;/span&gt; Microsoft.Practices.Unity.ContainerControlledLifetimeManager());

        }
&lt;br&gt;Then in your view, I would add a property for your entities &amp;amp; set it as your DataContext :&lt;br&gt;&lt;div style="color:Black;background-color:White"&gt;&lt;pre&gt;        
IUnityContainer container;
IEventAggregator _eventAggregator;

&lt;span style="color:Blue"&gt;public&lt;/span&gt; &lt;span style="color:Blue"&gt;object&lt;/span&gt; Entities
 {
            &lt;span style="color:Blue"&gt;get&lt;/span&gt; { &lt;span style="color:Blue"&gt;return&lt;/span&gt; &lt;span style="color:Blue"&gt;this&lt;/span&gt;.DataContext &lt;span style="color:Blue"&gt;as&lt;/span&gt; SampleDataEntities; }
            &lt;span style="color:Blue"&gt;set&lt;/span&gt; { &lt;span style="color:Blue"&gt;this&lt;/span&gt;.DataContext = value; }
 }
 
 &lt;span style="color:Blue"&gt;public&lt;/span&gt; AdminView(IUnityContainer container, 
                            IEventAggregator eventAggregator) :&lt;span style="color:Blue"&gt;this&lt;/span&gt;()
 {
            &lt;span style="color:Blue"&gt;this&lt;/span&gt;.container = container;
            _eventAggregator = eventAggregator;
            &lt;span style="color:Blue"&gt;this&lt;/span&gt;.Entities = &lt;span style="color:Blue"&gt;this&lt;/span&gt;.container.Resolve();

 }

&lt;br&gt;Then your XAML can bind to the Entity directly  Text = {Binding Path=users.Username......} &lt;br&gt;&lt;br&gt;Couple of things - Not sure why you are using the ModuleManager in your view, you should likely be using the IRegionManager, but I've only browsed the code.&lt;br&gt;Also, it appears that you are implementing a webservice as a custom authentication and membership provider based on SQL. &lt;br&gt;While I don't have specific links, I *know* this has been done before, and likely the SqlMembershipProvder can take care of your needs with configuration. I've been immersed in WSS for awhile, so &lt;br&gt;some of those things can taint my mind.&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;Good Luck! &lt;br&gt;&lt;/pre&gt;
P.S. One thing I learned today - If you are going to use an EF Entity as a source, you likely need to wrap it in an ObservableCollection&amp;lt;&amp;gt; &lt;br&gt; this.Referrals = new ObservableCollection&amp;lt;Referral&amp;gt;( this.ReferralEntities.ReferralSet.ToList() );&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>lrr81765</author><pubDate>Thu, 02 Jul 2009 14:07:52 GMT</pubDate><guid isPermaLink="false">New Post: Prism and ADO.Net Entity Data Framework 20090702020752P</guid></item><item><title>New Post: VS2010, SL3 and Windows 7 - can't convert Silverlight projects</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61296</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Found a work-around.&lt;/p&gt;
&lt;p&gt;The following folder&lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\MSBuild\Microsoft\Silverlight&lt;/p&gt;
&lt;p&gt;Will only have a v3.0 subfolder on fresh installs.&amp;nbsp;&amp;nbsp; I copy/pasted this folder and renamed the copy to v2.0 and VS2010 works as expected (Bug ID: 472162)&lt;/p&gt;&lt;/div&gt;</description><author>Billkrat</author><pubDate>Thu, 02 Jul 2009 13:27:59 GMT</pubDate><guid isPermaLink="false">New Post: VS2010, SL3 and Windows 7 - can't convert Silverlight projects 20090702012759P</guid></item><item><title>New Post: VS2010, SL3 and Windows 7 - can't convert Silverlight projects</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61296</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Found a work-around.&lt;/p&gt;
&lt;p&gt;The following folder&lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\MSBuild\Microsoft\Silverlight&lt;/p&gt;
&lt;p&gt;Will only have a v3.0 subfolder on fresh installs.&amp;nbsp;&amp;nbsp; I copy/pasted this folder and renamed the copy to v2.0 and VS2010 works as expected (Bug ID: 472162)&lt;/p&gt;&lt;/div&gt;</description><author>Billkrat</author><pubDate>Thu, 02 Jul 2009 13:27:59 GMT</pubDate><guid isPermaLink="false">New Post: VS2010, SL3 and Windows 7 - can't convert Silverlight projects 20090702012759P</guid></item><item><title>New Post: VS2010, SL3 and Windows 7 - can't convert Silverlight projects</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61296</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was able to convert the Prism Silverlight projects under SL2 but when I built a new beta development box and did a fresh install I am unable to load Prism Silverlight projects using VS2010, SL3 under Windows 7 (Build 7100).&amp;nbsp;&amp;nbsp;&amp;nbsp; The conversion process acts like it worked (shows the report) but the project never appears - when I attempt to add it again it goes through the conversion again.&lt;/p&gt;
&lt;p&gt;Any chance the team can convert and make them available so we can plug them in?&amp;nbsp;&amp;nbsp; I'm dead in the water on the Silverlight side...&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;VS2010 info follows:&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio 2010&lt;br&gt;Version 10.0.20506.1 Beta1&lt;br&gt;Microsoft .NET Framework&lt;br&gt;Version 4.0&lt;/p&gt;
&lt;p&gt;Installed Version: Enterprise&lt;/p&gt;
&lt;p&gt;Microsoft Silverlight Projects 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Silverlight Projects 2010&lt;br&gt;Version 10.0.20506.1&lt;/p&gt;
&lt;p&gt;Microsoft Visual Basic 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Basic 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual C# 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual C# 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual C++ 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual C++ 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual F# 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual F# 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio 2010 Tools for the Microsoft Office system&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio 2010 Tools for the Microsoft Office system&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio Team System 2010 Architecture Beta 1&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio Team System 2010 Architecture Beta 1&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;UML&amp;reg; and Unified Modeling Language&amp;trade; are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio Team System 2010 Development Beta 1&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio Team System 2010 Development Beta 1&lt;/p&gt;
&lt;p&gt;Portions of International CorrectSpell&amp;trade; spelling correction system &amp;copy; 1993 by Lernout &amp;amp; Hauspie Speech Products N.V.&amp;nbsp; All rights reserved.&lt;/p&gt;
&lt;p&gt;The American Heritage&amp;reg; Dictionary of the English Language, Third Edition Copyright &amp;copy; 1992 Houghton Mifflin Company.&amp;nbsp; Electronic version licensed from Lernout &amp;amp; Hauspie Speech Products N.V.&amp;nbsp; All rights reserved.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;Microsoft Visual Studio Team System 2010 Team Explorer&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio Team System 2010 Team Explorer&lt;br&gt;Version 10.0.20506.1&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio Team System 2010 Test Edition&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio Team System 2010 Test Edition&lt;/p&gt;
&lt;p&gt;Microsoft Visual Web Developer 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Web Developer 2010&lt;/p&gt;
&lt;p&gt;Workflow Designer Package&amp;nbsp;&amp;nbsp; 1.0&lt;br&gt;Package for WPF based Microsoft Workflow Designer&lt;/p&gt;&lt;/div&gt;</description><author>Billkrat</author><pubDate>Thu, 02 Jul 2009 12:46:47 GMT</pubDate><guid isPermaLink="false">New Post: VS2010, SL3 and Windows 7 - can't convert Silverlight projects 20090702124647P</guid></item><item><title>New Post: VS2010, SL3 and Windows 7 - can't convert Silverlight projects</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61296</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was able to convert the Prism Silverlight projects under SL2 but when I built a new beta development box and did a fresh install I am unable to load Prism Silverlight projects using VS2010, SL3 under Windows 7 (Build 7100).&amp;nbsp;&amp;nbsp;&amp;nbsp; The conversion process acts like it worked (shows the report) but the project never appears - when I attempt to add it again it goes through the conversion again.&lt;/p&gt;
&lt;p&gt;Any chance the team can convert and make them available so we can plug them in?&amp;nbsp;&amp;nbsp; I'm dead in the water on the Silverlight side...&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Bill&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;VS2010 info follows:&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio 2010&lt;br&gt;Version 10.0.20506.1 Beta1&lt;br&gt;Microsoft .NET Framework&lt;br&gt;Version 4.0&lt;/p&gt;
&lt;p&gt;Installed Version: Enterprise&lt;/p&gt;
&lt;p&gt;Microsoft Silverlight Projects 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Silverlight Projects 2010&lt;br&gt;Version 10.0.20506.1&lt;/p&gt;
&lt;p&gt;Microsoft Visual Basic 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Basic 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual C# 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual C# 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual C++ 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual C++ 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual F# 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual F# 2010&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio 2010 Tools for the Microsoft Office system&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio 2010 Tools for the Microsoft Office system&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio Team System 2010 Architecture Beta 1&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio Team System 2010 Architecture Beta 1&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;UML&amp;reg; and Unified Modeling Language&amp;trade; are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio Team System 2010 Development Beta 1&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio Team System 2010 Development Beta 1&lt;/p&gt;
&lt;p&gt;Portions of International CorrectSpell&amp;trade; spelling correction system &amp;copy; 1993 by Lernout &amp;amp; Hauspie Speech Products N.V.&amp;nbsp; All rights reserved.&lt;/p&gt;
&lt;p&gt;The American Heritage&amp;reg; Dictionary of the English Language, Third Edition Copyright &amp;copy; 1992 Houghton Mifflin Company.&amp;nbsp; Electronic version licensed from Lernout &amp;amp; Hauspie Speech Products N.V.&amp;nbsp; All rights reserved.&lt;/p&gt;
&lt;p&gt;&lt;br&gt;Microsoft Visual Studio Team System 2010 Team Explorer&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio Team System 2010 Team Explorer&lt;br&gt;Version 10.0.20506.1&lt;/p&gt;
&lt;p&gt;Microsoft Visual Studio Team System 2010 Test Edition&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Studio Team System 2010 Test Edition&lt;/p&gt;
&lt;p&gt;Microsoft Visual Web Developer 2010&amp;nbsp;&amp;nbsp; 91899-005-5610054-60692&lt;br&gt;Microsoft Visual Web Developer 2010&lt;/p&gt;
&lt;p&gt;Workflow Designer Package&amp;nbsp;&amp;nbsp; 1.0&lt;br&gt;Package for WPF based Microsoft Workflow Designer&lt;/p&gt;&lt;/div&gt;</description><author>Billkrat</author><pubDate>Thu, 02 Jul 2009 12:46:47 GMT</pubDate><guid isPermaLink="false">New Post: VS2010, SL3 and Windows 7 - can't convert Silverlight projects 20090702124647P</guid></item><item><title>New Post: Region.add and RegisterViewWithRegion</title><link>http://compositewpf.codeplex.com/Thread/View.aspx?ThreadId=61099</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thank you a lot! Now everything works fine.&lt;/p&gt;
&lt;p&gt;I like prism a lot, great work. Articles like the one of Julian Dominguez helped me also a lot.&lt;/p&gt;
&lt;p&gt;Gru&amp;szlig;&amp;nbsp;Timo&lt;/p&gt;&lt;/div&gt;</description><author>GiCo</author><pubDate>Thu, 02 Jul 2009 12:12:52 GMT</pubDate><guid isPermaLink="false">New Post: Region.add and RegisterViewWithRegion 20090702121252P</guid></item></channel></rss>