<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Caliburn: An Application Framework for WPF and Silverlight</title><link>http://caliburn.codeplex.com/Project/ProjectRss.aspx</link><description>Designed to aid in the development of WPF and Silverlight applications, Caliburn implements a variety of UI patterns for solving real-world problems.  Patterns that are enabled by the framework inc...</description><item><title>Created Issue: More Message.Attach</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3451</link><description>Add several more attached properties for Message.Attach, such as Message.Attach2nd, Message.Attach3rd and Message.Attach4th so that developers do not have to switch to the long syntax just to declare multiple actions.&lt;br /&gt;</description><author>EisenbergEffect</author><pubDate>Sat, 04 Jul 2009 12:38:58 GMT</pubDate><guid isPermaLink="false">Created Issue: More Message.Attach 20090704123858P</guid></item><item><title>Created Feature: Alternative IEnumerable&lt;IResult&gt; Execution</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3450</link><description>Add a mechanism to execute IEnumerable&amp;#60;IResult&amp;#62; from within a presenter at any point.  Make it overridable so that it can be tested without the presence of a UI.&lt;br /&gt;</description><author>EisenbergEffect</author><pubDate>Sat, 04 Jul 2009 12:37:14 GMT</pubDate><guid isPermaLink="false">Created Feature: Alternative IEnumerable&lt;IResult&gt; Execution 20090704123714P</guid></item><item><title>Commented Issue: Requested small feature for MultiPresenterManager (or IPresenterManager / IPresenterHost)</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3439</link><description>As far as I can see the MultiPresenterManager is able to&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; add new presenter always in the end of internal collection &amp;#40;with the help of Open&amp;#40;&amp;#41; or Add&amp;#40;&amp;#41; methods&amp;#41; and&lt;br /&gt;2&amp;#41; after removing of the CurrentPresenter &amp;#40;with the help of Shutdown&amp;#40;&amp;#41; or ShutdownCurrent&amp;#40;&amp;#41; methods&amp;#41; it always try to set new CurrentPresenter to the _previous_ neighbor of the just removed presenter from the internal collection&amp;#58;&lt;br /&gt;&lt;br /&gt;int index &amp;#61; _presenters.IndexOf&amp;#40;_currentPresenter&amp;#41; - 1&amp;#59; &amp;#47;&amp;#47; line 197 in caliburn-25716&amp;#92;src&amp;#92;Caliburn.PresentationFramework&amp;#92;ApplicationModel&amp;#92;MultiPresenterManager.cs &lt;br /&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;It would be very handy if MultiPresenterManager also be able to &amp;#40;ordered by necessity&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; Insert child presenter at specified position &amp;#40;by index&amp;#41;. I guess this could be simply achieved with overloaded Open&amp;#40;&amp;#41; with additional &amp;#34;int index&amp;#34; parameter and also Insert&amp;#40;&amp;#41; method similar to Add&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;2&amp;#41; Move presenters in internal collection to the new position &amp;#40;by index&amp;#41;. A new method MoveChild&amp;#40;IPresenter presenter, int index&amp;#41; or so I guess.&lt;br /&gt;3&amp;#41; Also be able to try set CurrentPresenter to the _next_ neighbor of the just removed presenter from the internal collection. Also this could be achieved with overloaded ShutdownCurrent&amp;#40;&amp;#41;  or something with bool param.&lt;br /&gt;&lt;br /&gt;The example where such functionality could be useful&amp;#58; in official LOB ContactManager sample, where you want to manage order of opened contacts for edit &amp;#40;the horizontal ListBox on top&amp;#41;.&lt;br /&gt;&lt;br /&gt;I know that after RC was out all features are postponed to next version, but is there any chance that such functionality will be found useful and relatively ease to implement before RTM 1.0&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: Sevenate ** &lt;p&gt;Great, thanks&amp;#33;&lt;/p&gt;&lt;p&gt;I&amp;#39;m also thinking about which else stuff from BindableCollection&amp;#60;IPresenter&amp;#62; _presenters could be helpful to put out from MultiPresenterManager&amp;#58;&lt;/p&gt;&lt;p&gt;void Clear&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;bool Contains&amp;#40;IPresenter item&amp;#41;&amp;#59;&lt;br /&gt;int IndexOf&amp;#40;IPresenter value&amp;#41;&amp;#59;&lt;br /&gt;int Count &amp;#123; get&amp;#59; &amp;#125;&lt;br /&gt;IPresenter this&amp;#91;int index&amp;#93; &amp;#123; set&amp;#59; get&amp;#59; &amp;#125;&lt;br /&gt;void RemoveAt&amp;#40;int index&amp;#41;&lt;/p&gt;&lt;p&gt;...not sure what else...&lt;/p&gt;&lt;p&gt;What do you think &amp;#40;when you have time, of cause&amp;#41;&amp;#63;&lt;/p&gt;</description><author>Sevenate</author><pubDate>Fri, 03 Jul 2009 15:50:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Requested small feature for MultiPresenterManager (or IPresenterManager / IPresenterHost) 20090703035057P</guid></item><item><title>Commented Issue: Requested small feature for MultiPresenterManager (or IPresenterManager / IPresenterHost)</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3439</link><description>As far as I can see the MultiPresenterManager is able to&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; add new presenter always in the end of internal collection &amp;#40;with the help of Open&amp;#40;&amp;#41; or Add&amp;#40;&amp;#41; methods&amp;#41; and&lt;br /&gt;2&amp;#41; after removing of the CurrentPresenter &amp;#40;with the help of Shutdown&amp;#40;&amp;#41; or ShutdownCurrent&amp;#40;&amp;#41; methods&amp;#41; it always try to set new CurrentPresenter to the _previous_ neighbor of the just removed presenter from the internal collection&amp;#58;&lt;br /&gt;&lt;br /&gt;int index &amp;#61; _presenters.IndexOf&amp;#40;_currentPresenter&amp;#41; - 1&amp;#59; &amp;#47;&amp;#47; line 197 in caliburn-25716&amp;#92;src&amp;#92;Caliburn.PresentationFramework&amp;#92;ApplicationModel&amp;#92;MultiPresenterManager.cs &lt;br /&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;It would be very handy if MultiPresenterManager also be able to &amp;#40;ordered by necessity&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; Insert child presenter at specified position &amp;#40;by index&amp;#41;. I guess this could be simply achieved with overloaded Open&amp;#40;&amp;#41; with additional &amp;#34;int index&amp;#34; parameter and also Insert&amp;#40;&amp;#41; method similar to Add&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;2&amp;#41; Move presenters in internal collection to the new position &amp;#40;by index&amp;#41;. A new method MoveChild&amp;#40;IPresenter presenter, int index&amp;#41; or so I guess.&lt;br /&gt;3&amp;#41; Also be able to try set CurrentPresenter to the _next_ neighbor of the just removed presenter from the internal collection. Also this could be achieved with overloaded ShutdownCurrent&amp;#40;&amp;#41;  or something with bool param.&lt;br /&gt;&lt;br /&gt;The example where such functionality could be useful&amp;#58; in official LOB ContactManager sample, where you want to manage order of opened contacts for edit &amp;#40;the horizontal ListBox on top&amp;#41;.&lt;br /&gt;&lt;br /&gt;I know that after RC was out all features are postponed to next version, but is there any chance that such functionality will be found useful and relatively ease to implement before RTM 1.0&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: EisenbergEffect ** &lt;p&gt;I think these are reasonable ideas.  I will look into it.  I have a few other things on my plate, so it may not get worked on until next week.&lt;/p&gt;</description><author>EisenbergEffect</author><pubDate>Fri, 03 Jul 2009 14:00:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: Requested small feature for MultiPresenterManager (or IPresenterManager / IPresenterHost) 20090703020029P</guid></item><item><title>Commented Issue: Requested small feature for MultiPresenterManager (or IPresenterManager / IPresenterHost)</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3439</link><description>As far as I can see the MultiPresenterManager is able to&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; add new presenter always in the end of internal collection &amp;#40;with the help of Open&amp;#40;&amp;#41; or Add&amp;#40;&amp;#41; methods&amp;#41; and&lt;br /&gt;2&amp;#41; after removing of the CurrentPresenter &amp;#40;with the help of Shutdown&amp;#40;&amp;#41; or ShutdownCurrent&amp;#40;&amp;#41; methods&amp;#41; it always try to set new CurrentPresenter to the _previous_ neighbor of the just removed presenter from the internal collection&amp;#58;&lt;br /&gt;&lt;br /&gt;int index &amp;#61; _presenters.IndexOf&amp;#40;_currentPresenter&amp;#41; - 1&amp;#59; &amp;#47;&amp;#47; line 197 in caliburn-25716&amp;#92;src&amp;#92;Caliburn.PresentationFramework&amp;#92;ApplicationModel&amp;#92;MultiPresenterManager.cs &lt;br /&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;It would be very handy if MultiPresenterManager also be able to &amp;#40;ordered by necessity&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; Insert child presenter at specified position &amp;#40;by index&amp;#41;. I guess this could be simply achieved with overloaded Open&amp;#40;&amp;#41; with additional &amp;#34;int index&amp;#34; parameter and also Insert&amp;#40;&amp;#41; method similar to Add&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;2&amp;#41; Move presenters in internal collection to the new position &amp;#40;by index&amp;#41;. A new method MoveChild&amp;#40;IPresenter presenter, int index&amp;#41; or so I guess.&lt;br /&gt;3&amp;#41; Also be able to try set CurrentPresenter to the _next_ neighbor of the just removed presenter from the internal collection. Also this could be achieved with overloaded ShutdownCurrent&amp;#40;&amp;#41;  or something with bool param.&lt;br /&gt;&lt;br /&gt;The example where such functionality could be useful&amp;#58; in official LOB ContactManager sample, where you want to manage order of opened contacts for edit &amp;#40;the horizontal ListBox on top&amp;#41;.&lt;br /&gt;&lt;br /&gt;I know that after RC was out all features are postponed to next version, but is there any chance that such functionality will be found useful and relatively ease to implement before RTM 1.0&amp;#63;&lt;br /&gt;Comments: ** Comment from web user: Sevenate ** &lt;p&gt;The reason why I&amp;#39;m asking is because I have already implemented similar to PropertyChangedBase&amp;#47;Presenter&amp;#47;MultiPresenterManager functionality with already implemented requested features like insert&amp;#47;move&amp;#47;&amp;#34;select_after&amp;#34;, but really want to switch to the Caliburn.PresentationFramework.ApplicationModel.&lt;/p&gt;</description><author>Sevenate</author><pubDate>Fri, 03 Jul 2009 12:43:50 GMT</pubDate><guid isPermaLink="false">Commented Issue: Requested small feature for MultiPresenterManager (or IPresenterManager / IPresenterHost) 20090703124350P</guid></item><item><title>Created Issue: Requested small feature for MultiPresenterManager (or IPresenterManager / IPresenterHost)</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3439</link><description>As far as I can see the MultiPresenterManager is able to&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; add new presenter always in the end of internal collection &amp;#40;with the help of Open&amp;#40;&amp;#41; or Add&amp;#40;&amp;#41; methods&amp;#41; and&lt;br /&gt;2&amp;#41; after removing of the CurrentPresenter &amp;#40;with the help of Shutdown&amp;#40;&amp;#41; or ShutdownCurrent&amp;#40;&amp;#41; methods&amp;#41; it always try to set new CurrentPresenter to the _previous_ neighbor of the just removed presenter from the internal collection&amp;#58;&lt;br /&gt;&lt;br /&gt;int index &amp;#61; _presenters.IndexOf&amp;#40;_currentPresenter&amp;#41; - 1&amp;#59; &amp;#47;&amp;#47; line 197 in caliburn-25716&amp;#92;src&amp;#92;Caliburn.PresentationFramework&amp;#92;ApplicationModel&amp;#92;MultiPresenterManager.cs &lt;br /&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;It would be very handy if MultiPresenterManager also be able to &amp;#40;ordered by necessity&amp;#41;&amp;#58;&lt;br /&gt;&lt;br /&gt;1&amp;#41; Insert child presenter at specified position &amp;#40;by index&amp;#41;. I guess this could be simply achieved with overloaded Open&amp;#40;&amp;#41; with additional &amp;#34;int index&amp;#34; parameter and also Insert&amp;#40;&amp;#41; method similar to Add&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;2&amp;#41; Move presenters in internal collection to the new position &amp;#40;by index&amp;#41;. A new method MoveChild&amp;#40;IPresenter presenter, int index&amp;#41; or so I guess.&lt;br /&gt;3&amp;#41; Also be able to try set CurrentPresenter to the _next_ neighbor of the just removed presenter from the internal collection. Also this could be achieved with overloaded ShutdownCurrent&amp;#40;&amp;#41;  or something with bool param.&lt;br /&gt;&lt;br /&gt;The example where such functionality could be useful&amp;#58; in official LOB ContactManager sample, where you want to manage order of opened contacts for edit &amp;#40;the horizontal ListBox on top&amp;#41;.&lt;br /&gt;&lt;br /&gt;I know that after RC was out all features are postponed to next version, but is there any chance that such functionality will be found useful and relatively ease to implement before RTM 1.0&amp;#63;&lt;br /&gt;</description><author>Sevenate</author><pubDate>Fri, 03 Jul 2009 12:24:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Requested small feature for MultiPresenterManager (or IPresenterManager / IPresenterHost) 20090703122443P</guid></item><item><title>New Post: How to design a suggest box in a Caliburn application?</title><link>http://caliburn.codeplex.com/Thread/View.aspx?ThreadId=61392</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This thread is not strictly about Caliburn usage, yet I think it could be useful to share experiences in building real world scenarios with it.&lt;/p&gt;
&lt;p&gt;I have to implement a classical suggest box (similar to Facebook search box, to be clear). I will have plenty instances of this box in &amp;nbsp;many data forms. Each box instance is given a &amp;quot;topic&amp;quot; so that it will suggest only items concerning that topic. The item selected in the suggest dropdown list has to be used to set a model property.&lt;/p&gt;
&lt;p&gt;Until now I'm evaluating two alternatives:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Application Model approach:&lt;/strong&gt;&lt;br&gt;Define a presenter &amp;nbsp;managing the suggestion (with appropriate service call) and the selection. &lt;br&gt;Parent form presenter could collect and mantain multiple intances of this &amp;quot;SuggestionPresenter&amp;quot;.&lt;br&gt;Each of them needs to be set up with a proper topic and a reference to model the property that should receive the selected suggestion value (so that, when an item is chosen, the appropriate property could be set).&lt;br&gt;&lt;br&gt;&lt;em&gt;Pros:&amp;nbsp;Better testable;&amp;nbsp;ViewModel Driven UI approach&lt;br&gt;Cons:&amp;nbsp;Data model properties handled outside standard&amp;nbsp;WPF&amp;nbsp;binding mechanism;&amp;nbsp;FormPresenter has to know which Model properties should be edited with suggestion (but it is UI related concern)&lt;br&gt;&amp;nbsp;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom UserControl approach:&lt;/strong&gt;&lt;br&gt;Create a custom UserControl exposing a Topic dependency property to set the topic via XAML and a SelectedItem&amp;nbsp;dependency&amp;nbsp;property allowing to bind directly to the Model.&amp;nbsp;&lt;br&gt;&lt;br&gt;&lt;em&gt;Pros:&amp;nbsp;The choice of the control used to edit Model properties is under view responsibility only.&lt;br&gt;Cons:&amp;nbsp;Less testable; it seems to me an old-style WinForm solution&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would really like to hear your thoughts or suggestions. &lt;br&gt;Thanks in advance for your answers.&lt;br&gt;Marco&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>marcoamendola</author><pubDate>Fri, 03 Jul 2009 08:50:51 GMT</pubDate><guid isPermaLink="false">New Post: How to design a suggest box in a Caliburn application? 20090703085051A</guid></item><item><title>Closed Feature: Add View.Strategy Attached Property</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3436</link><description>Add View.Strategy Attached Property.  This would basically add DataTemplateSelectors to Silverlight and improve them for WPF.&lt;br /&gt;Comments: &lt;p&gt;Fixed as of 25716.&lt;/p&gt;</description><author>EisenbergEffect</author><pubDate>Fri, 03 Jul 2009 01:45:17 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add View.Strategy Attached Property 20090703014517A</guid></item><item><title>Source code checked in, #25716</title><link>http://caliburn.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Cloases ticket &amp;#35;3436.  This adds a View.Strategy attached property that allows specifying instances of IViewStrategy on a per-element basis.  This opens up some new possibilities for Silverlight, similar to DataTemplateSelectors.</description><author>EisenbergEffect</author><pubDate>Fri, 03 Jul 2009 01:44:11 GMT</pubDate><guid isPermaLink="false">Source code checked in, #25716 20090703014411A</guid></item><item><title>Source code checked in, #25715</title><link>http://caliburn.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Made an alteration to the Silverlight version of DefaultViewStrategy.  You cannot remove and re-add controls from the hierarchy in certain scenarios.  Therefore, I have altered the DefaultViewStrategy so that it does not check the ViewMetadata for existing views, it just recreates them.  This is only for the SL version, due to a long-time unfixed bug in Silverlight.</description><author>EisenbergEffect</author><pubDate>Fri, 03 Jul 2009 00:48:37 GMT</pubDate><guid isPermaLink="false">Source code checked in, #25715 20090703124837A</guid></item><item><title>Created Feature: Add View.Strategy Attached Property</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3436</link><description>Add View.Strategy Attached Property.  This would basically add DataTemplateSelectors to Silverlight and improve them for WPF.&lt;br /&gt;</description><author>EisenbergEffect</author><pubDate>Thu, 02 Jul 2009 22:07:05 GMT</pubDate><guid isPermaLink="false">Created Feature: Add View.Strategy Attached Property 20090702100705P</guid></item><item><title>New Post: Are You Using Caliburn?</title><link>http://caliburn.codeplex.com/Thread/View.aspx?ThreadId=61080</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;span style="text-decoration:underline"&gt;Features we use all the time&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Actions&lt;/p&gt;
&lt;p&gt;MVP support: Presenter, PresenterManager, Navigator, Back/Forward support&lt;/p&gt;
&lt;p&gt;Attributes on presenters: Views, Lifestyles, Rescues&lt;/p&gt;
&lt;p&gt;Dialogs: definitely going to use those, but we still need to start it&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline"&gt;What would be nice&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;POCO models to which you can attributes for validation&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline"&gt;App we are building&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We are building an HR application with it and are planning to go live with a first release of that in autumn. For the rest of the design we are using WCF for the service layer, NHibernate for the data access and Windsor as IOC.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>bartreyserhove</author><pubDate>Thu, 02 Jul 2009 19:32:20 GMT</pubDate><guid isPermaLink="false">New Post: Are You Using Caliburn? 20090702073220P</guid></item><item><title>Closed Issue: Caliburn Configuration Improvements</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3354</link><description>Add some methods on to the base class to make defining components easier.&lt;br /&gt;Comments: &lt;p&gt;Fixed as of revision 25677.&lt;/p&gt;</description><author>EisenbergEffect</author><pubDate>Thu, 02 Jul 2009 03:37:02 GMT</pubDate><guid isPermaLink="false">Closed Issue: Caliburn Configuration Improvements 20090702033702A</guid></item><item><title>Source code checked in, #25677</title><link>http://caliburn.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Closes ticket 3354.  Added some helper methods for creating Singleton&amp;#47;PerRequest components to the CaliburnConfiguration.</description><author>EisenbergEffect</author><pubDate>Thu, 02 Jul 2009 03:36:33 GMT</pubDate><guid isPermaLink="false">Source code checked in, #25677 20090702033633A</guid></item><item><title>Closed Feature: DefaulViewStrategy Improvements</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3365</link><description>1.  Allow namespace mappings.&lt;br /&gt;2.  Check ViewMetadata before instancing a View.&lt;br /&gt;3.  Cache View to Model lookups, so assembly inspection doesn&amp;#39;t have to happen when views are requested for the same model.&lt;br /&gt;Comments: &lt;p&gt;Features added as of revision 25676.&lt;/p&gt;</description><author>EisenbergEffect</author><pubDate>Thu, 02 Jul 2009 03:22:13 GMT</pubDate><guid isPermaLink="false">Closed Feature: DefaulViewStrategy Improvements 20090702032213A</guid></item><item><title>Source code checked in, #25676</title><link>http://caliburn.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>This adds several improvements to the DefaultViewStrategy.  Details are listed in ticket &amp;#35;3365.  A side effect of this change is that Views in ViewMetadata are now stored contextually.  This means that a Presenter can be aware of multiple views and know which one is displayed, based on the context.</description><author>EisenbergEffect</author><pubDate>Thu, 02 Jul 2009 03:20:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #25676 20090702032056A</guid></item><item><title>Commented Feature: DefaulViewStrategy Improvements</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3365</link><description>1.  Allow namespace mappings.&lt;br /&gt;2.  Check ViewMetadata before instancing a View.&lt;br /&gt;3.  Cache View to Model lookups, so assembly inspection doesn&amp;#39;t have to happen when views are requested for the same model.&lt;br /&gt;Comments: ** Comment from web user: EisenbergEffect ** &lt;p&gt;Christopher&amp;#39;s patch for some of the above features.&lt;/p&gt;</description><author>EisenbergEffect</author><pubDate>Thu, 02 Jul 2009 02:12:07 GMT</pubDate><guid isPermaLink="false">Commented Feature: DefaulViewStrategy Improvements 20090702021207A</guid></item><item><title>Closed Issue: Give to CaliburnConfiguration inheritors a protected access to Core configuration</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3368</link><description>To access Core configuration, inheritors of CaliburnConfiguration can either cast themself to IConfigurationHook or save a private reference in constructor.&lt;br /&gt;It will be easier to expose the reference as protected property.&lt;br /&gt;A patch is attached.&lt;br /&gt;Comments: &lt;p&gt;Implemented as of revision &amp;#35;25673.&lt;/p&gt;</description><author>EisenbergEffect</author><pubDate>Thu, 02 Jul 2009 02:08:05 GMT</pubDate><guid isPermaLink="false">Closed Issue: Give to CaliburnConfiguration inheritors a protected access to Core configuration 20090702020805A</guid></item><item><title>Source code checked in, #25673</title><link>http://caliburn.codeplex.com/SourceControl/ListDownloadableCommits.aspx</link><description>Fixes &amp;#35;3368.</description><author>EisenbergEffect</author><pubDate>Thu, 02 Jul 2009 02:07:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #25673 20090702020732A</guid></item><item><title>Closed Issue: CommandAttribute cannot be externally inspected to get actual name given to Command</title><link>http://caliburn.codeplex.com/WorkItem/View.aspx?WorkItemId=3369</link><description>It will be useful to have a publicly accessible method to retrieve the actual name a Command is registered with &amp;#40;actual name is inferred if not explicitly given&amp;#41;.&lt;br /&gt;This will address scenarios in which a second-pass inspection of the CommandAttribute is needed &amp;#42;after&amp;#42; the registration pass.&lt;br /&gt;A patch is attached.&lt;br /&gt;Comments: &lt;p&gt;Implemented as of revision 25672.&lt;/p&gt;</description><author>EisenbergEffect</author><pubDate>Thu, 02 Jul 2009 02:01:32 GMT</pubDate><guid isPermaLink="false">Closed Issue: CommandAttribute cannot be externally inspected to get actual name given to Command 20090702020132A</guid></item></channel></rss>