<?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: Tip: Sneaky Storage &#8211; What&#8217;s in your AppDomain?</title>
	<atom:link href="http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/</link>
	<description>The Shell Is Calling</description>
	<lastBuildDate>Tue, 10 Jan 2012 04:24:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Waleed Mohamed</title>
		<link>http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/comment-page-1/#comment-537</link>
		<dc:creator>Waleed Mohamed</dc:creator>
		<pubDate>Fri, 28 May 2010 22:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/#comment-537</guid>
		<description>good post explain the app domain
http://blog.flair-systems.com/2010/05/c-fastfood-what-appdomain.html</description>
		<content:encoded><![CDATA[<p>good post explain the app domain<br />
<a href="http://blog.flair-systems.com/2010/05/c-fastfood-what-appdomain.html" rel="nofollow">http://blog.flair-systems.com/2010/05/c-fastfood-what-appdomain.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joplalplush</title>
		<link>http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/comment-page-1/#comment-64</link>
		<dc:creator>Joplalplush</dc:creator>
		<pubDate>Fri, 17 Apr 2009 02:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/#comment-64</guid>
		<description>nice, really nice!</description>
		<content:encoded><![CDATA[<p>nice, really nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/comment-page-1/#comment-49</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 26 Mar 2009 20:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/#comment-49</guid>
		<description>I have a hint for loading a second domain ionto PoSH.  It can be loaded and unloaded and can contain assemblies that will unload with new domain unload.  The only issue is that we need to use delegates to successfully call from current domain into new domain.  Calling code in alternate domains can be ugly in PoSH but we should be able to launch scripts into the new domain.  This could crate a good test harness for testing libraries that need to be recompilied often.  This and teh use of &quot;ShadowCopy services.
Keep all this in mind if you are planning a domain special.
GL</description>
		<content:encoded><![CDATA[<p>I have a hint for loading a second domain ionto PoSH.  It can be loaded and unloaded and can contain assemblies that will unload with new domain unload.  The only issue is that we need to use delegates to successfully call from current domain into new domain.  Calling code in alternate domains can be ugly in PoSH but we should be able to launch scripts into the new domain.  This could crate a good test harness for testing libraries that need to be recompilied often.  This and teh use of &#8220;ShadowCopy services.<br />
Keep all this in mind if you are planning a domain special.<br />
GL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Murawski</title>
		<link>http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/comment-page-1/#comment-48</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Thu, 26 Mar 2009 01:18:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/#comment-48</guid>
		<description>Thanks for the direction suggestion.  Let&#039;s see were that goes.</description>
		<content:encoded><![CDATA[<p>Thanks for the direction suggestion.  Let&#8217;s see were that goes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/comment-page-1/#comment-47</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 25 Mar 2009 23:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/#comment-47</guid>
		<description>I hope we can explore dynamic assembly loading and unloading. It looks like this can be done with a separate AppDomain but so far no one seems to have tricked it out. I am gong to do the whole excercise in C# to get a better understanding of this process then see what can be done.  I think Snover has promised to remedy this for V2 but haven&#039;t looked to see if it has been done yet.
Good luck and see you at the org I suspect.</description>
		<content:encoded><![CDATA[<p>I hope we can explore dynamic assembly loading and unloading. It looks like this can be done with a separate AppDomain but so far no one seems to have tricked it out. I am gong to do the whole excercise in C# to get a better understanding of this process then see what can be done.  I think Snover has promised to remedy this for V2 but haven&#8217;t looked to see if it has been done yet.<br />
Good luck and see you at the org I suspect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Murawski</title>
		<link>http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/comment-page-1/#comment-45</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Wed, 25 Mar 2009 22:06:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/#comment-45</guid>
		<description>PowerShell is big, and getting bigger with V2.  PowerShellCommunity.org has some great forums for questions and answers..  Watch for a detailed exploration of AppDomain in PowerShell soon!</description>
		<content:encoded><![CDATA[<p>PowerShell is big, and getting bigger with V2.  PowerShellCommunity.org has some great forums for questions and answers..  Watch for a detailed exploration of AppDomain in PowerShell soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim V</title>
		<link>http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/comment-page-1/#comment-44</link>
		<dc:creator>Jim V</dc:creator>
		<pubDate>Wed, 25 Mar 2009 16:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/03/tip-sneaky-storage-whats-in-your-appdomain/#comment-44</guid>
		<description>Great - I was just workig my way through the Posh implementation of AppDomain when I stumbled on this blog entry.  Thanks any help is greatly appreciated.  PowerShell may be Great but it is also very BIG! It will take an army to gt it all sorted out.</description>
		<content:encoded><![CDATA[<p>Great &#8211; I was just workig my way through the Posh implementation of AppDomain when I stumbled on this blog entry.  Thanks any help is greatly appreciated.  PowerShell may be Great but it is also very BIG! It will take an army to gt it all sorted out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

