<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Run Anonymous Methods in Another AppDomain, Part 2</title>
	<atom:link href="http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 13 Jan 2010 16:31:08 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: matt</title>
		<link>http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/comment-page-1/#comment-3541</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 12 Nov 2008 19:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/#comment-3541</guid>
		<description>Hey Brian,

Glad it helped!  I&#039;ve actually packages all of this up into a library called NSandbox.  In fact, there is a RemoteEventWrapper class that makes this kind of thing even easier:
http://thevalerios.net/matt/2008/10/nsandbox-an-introduction/

Good luck and thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>Hey Brian,</p>
<p>Glad it helped!  I&#8217;ve actually packages all of this up into a library called NSandbox.  In fact, there is a RemoteEventWrapper class that makes this kind of thing even easier:<br />
<a href="http://thevalerios.net/matt/2008/10/nsandbox-an-introduction/" rel="nofollow">http://thevalerios.net/matt/2008/10/nsandbox-an-introduction/</a></p>
<p>Good luck and thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian dunnington</title>
		<link>http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/comment-page-1/#comment-3540</link>
		<dc:creator>brian dunnington</dc:creator>
		<pubDate>Wed, 12 Nov 2008 19:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/#comment-3540</guid>
		<description>your description of how to consume events across appdomain boundaries was perfect - i was facing the same problem and this solved it nicely. you are right - after the fact, it makes perfect sense, but at the time, i was thankful to find your solution that pointed me in the right direction.</description>
		<content:encoded><![CDATA[<p>your description of how to consume events across appdomain boundaries was perfect &#8211; i was facing the same problem and this solved it nicely. you are right &#8211; after the fact, it makes perfect sense, but at the time, i was thankful to find your solution that pointed me in the right direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valerio.net &#187; Blog Archive &#187; NSandbox: An Introduction</title>
		<link>http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/comment-page-1/#comment-2851</link>
		<dc:creator>valerio.net &#187; Blog Archive &#187; NSandbox: An Introduction</dc:creator>
		<pubDate>Mon, 13 Oct 2008 18:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/#comment-2851</guid>
		<description>[...] remote sandbox events.&#160; I explained why events can&#8217;t be subscribed to in the normal way back in this post (in the section &quot;Firing Events Across AppDomain Boundaries&quot;) which references this bugfix [...]</description>
		<content:encoded><![CDATA[<p>[...] remote sandbox events.&#160; I explained why events can&#8217;t be subscribed to in the normal way back in this post (in the section &quot;Firing Events Across AppDomain Boundaries&quot;) which references this bugfix [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: João P. Bragança</title>
		<link>http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/comment-page-1/#comment-408</link>
		<dc:creator>João P. Bragança</dc:creator>
		<pubDate>Wed, 20 Aug 2008 19:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://thevalerios.net/matt/2008/06/run-anonymous-methods-in-another-appdomain-part-2/#comment-408</guid>
		<description>Have you taken a look at InterLinq (http://www.codeplex.com/interlinq)? It has some helper methods to convert an anonymous type to a serializable one.</description>
		<content:encoded><![CDATA[<p>Have you taken a look at InterLinq (<a href="http://www.codeplex.com/interlinq)?" rel="nofollow">http://www.codeplex.com/interlinq)?</a> It has some helper methods to convert an anonymous type to a serializable one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
