<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Dynamic Styling - Detecting ResourceDictionaries at Site of Origin</title>
	<atom:link href="http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/feed/" rel="self" type="application/rss+xml" />
	<link>http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/</link>
	<description></description>
	<pubDate>Fri, 25 Jul 2008 03:34:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: John</title>
		<link>http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/#comment-746</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 30 Oct 2006 03:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/#comment-746</guid>
		<description>Laurent
Interested in your prototype. Can you post when it is ready please.
Thanks
John</description>
		<content:encoded><![CDATA[<p>Laurent<br />
Interested in your prototype. Can you post when it is ready please.<br />
Thanks<br />
John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/#comment-642</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Fri, 20 Oct 2006 08:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/#comment-642</guid>
		<description>Karen,

Happy to report that I got this to work exactly according to our specifications. In fact, it works even better, because neither the WPF clients nor the web server need to be restarted when a new control is added.

I cannot publish a prototype yet (the existing prototype would probably harm Siemens' confidentiality rules) but I want to implement a simpler example of that and put it on my website. I'll let you know. (For the record, thinking about this gave Andy and I a few headaches in the past, so we are really happy that we got it to work).

Question 1: Do you plan to implement "Publish" for the Flexible Application Template soon? It would be nice to have that feature.

Question 2: Is there a way to communicate with you per email? I know you're very busy, and I promise you to be reasonable. My main job currently at Siemens is to create prototypes using WPF (standalone and XBAP) for all the many things that we are not sure about, and the requirements we don't know how to implement yet. I have Karsten's email and he helped in the past, but some questions would be best answered by you (see the question list Andy gave you last week).

Thanks a lot and greetings,
Laurent</description>
		<content:encoded><![CDATA[<p>Karen,</p>
<p>Happy to report that I got this to work exactly according to our specifications. In fact, it works even better, because neither the WPF clients nor the web server need to be restarted when a new control is added.</p>
<p>I cannot publish a prototype yet (the existing prototype would probably harm Siemens&#8217; confidentiality rules) but I want to implement a simpler example of that and put it on my website. I&#8217;ll let you know. (For the record, thinking about this gave Andy and I a few headaches in the past, so we are really happy that we got it to work).</p>
<p>Question 1: Do you plan to implement &#8220;Publish&#8221; for the Flexible Application Template soon? It would be nice to have that feature.</p>
<p>Question 2: Is there a way to communicate with you per email? I know you&#8217;re very busy, and I promise you to be reasonable. My main job currently at Siemens is to create prototypes using WPF (standalone and XBAP) for all the many things that we are not sure about, and the requirements we don&#8217;t know how to implement yet. I have Karsten&#8217;s email and he helped in the past, but some questions would be best answered by you (see the question list Andy gave you last week).</p>
<p>Thanks a lot and greetings,<br />
Laurent</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karen</title>
		<link>http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/#comment-565</link>
		<dc:creator>Karen</dc:creator>
		<pubDate>Tue, 10 Oct 2006 21:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/#comment-565</guid>
		<description>Hi Laurent,

Today, we do not have a good way to load dll's that are not known at build time.  (If you do know about the dll's at build time, you can use &lt;a href="http://scorbs.com/2006/06/28/xbaps-ondemand-clickonce/" rel="nofollow"&gt;on demand&lt;/a&gt; to lazily bring them down at runtime.)

The only way to do something accomplish something like this is to use the Assembly.LoadFrom(String) method.  However, this method today has several disadvantages listed in the &lt;a href="http://msdn2.microsoft.com/en-us/library/1009fa28.aspx" rel="nofollow"&gt;MSDN API reference page&lt;/a&gt;.

We do understand the importance of enabling first class support for "plugin"-like scenarios.  And we're definitely taking that feedback in to consideration as we plan V.Next.</description>
		<content:encoded><![CDATA[<p>Hi Laurent,</p>
<p>Today, we do not have a good way to load dll&#8217;s that are not known at build time.  (If you do know about the dll&#8217;s at build time, you can use <a href="http://scorbs.com/2006/06/28/xbaps-ondemand-clickonce/" rel="nofollow">on demand</a> to lazily bring them down at runtime.)</p>
<p>The only way to do something accomplish something like this is to use the Assembly.LoadFrom(String) method.  However, this method today has several disadvantages listed in the <a href="http://msdn2.microsoft.com/en-us/library/1009fa28.aspx" rel="nofollow">MSDN API reference page</a>.</p>
<p>We do understand the importance of enabling first class support for &#8220;plugin&#8221;-like scenarios.  And we&#8217;re definitely taking that feedback in to consideration as we plan V.Next.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurent</title>
		<link>http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/#comment-484</link>
		<dc:creator>Laurent</dc:creator>
		<pubDate>Thu, 05 Oct 2006 07:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://scorbs.com/2006/10/04/dynamic-styling-detecting-resourcedictionaries-at-site-of-origin/#comment-484</guid>
		<description>Karen,

That post made me think of something we want to investigate. We would like to have an XBAP application running as a framework, and have user controls running into them. However, the number of user controls is unknown, and they might even be implemented by our clients. We want to leave the user controls on the server of origin until they are needed by the XBAP "framework". I think there is a way to load these user controls "on demand" from the server, is that correct? Do you have pointers to get me started?

Thanks a lot,
Laurent</description>
		<content:encoded><![CDATA[<p>Karen,</p>
<p>That post made me think of something we want to investigate. We would like to have an XBAP application running as a framework, and have user controls running into them. However, the number of user controls is unknown, and they might even be implemented by our clients. We want to leave the user controls on the server of origin until they are needed by the XBAP &#8220;framework&#8221;. I think there is a way to load these user controls &#8220;on demand&#8221; from the server, is that correct? Do you have pointers to get me started?</p>
<p>Thanks a lot,<br />
Laurent</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.310 seconds -->
