<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>aspexperts.com &#187; Debugging</title>
	<atom:link href="http://www.aspexperts.com/tag/debugging/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspexperts.com</link>
	<description>.net programming, mssql, c#, vb.net....</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:07:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>.NET Memory Leak: XslCompiledTransform and “leaked” dynamic assemblies</title>
		<link>http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies</link>
		<comments>http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies#comments</comments>
		<pubDate>Wed, 05 May 2010 14:39:19 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Memory issues]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7471525</guid>
		<description><![CDATA[I have written before about high memory usage caused by improper usage of XmlSerializer objects both in a case study and in a debugging lab .&#160; The problem there was that every time you create a new XmlSerializer object with a non-default constructor, you generate a new dynamic assembly that contains the definition and methods for the serializer.&#160; Since assemblies can’t be unloaded from a process unless the application domain they are loaded in is unloaded memory will keep increasing if you create new XmlSerializer objects until eventually you end up with a System.OutOfMemoryException. In the case of the XmlSerializer dynamic assemblies, they are quite easy to spot as you can look at meta-data (see previous posts) and figure out that...(<a href="http://blogs.msdn.com/tess/archive/2010/05/05/net-memory-leak-xslcompiledtransform-and-leaked-dynamic-assemblies.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7471525" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>I have written before about high memory usage caused by improper usage of XmlSerializer objects both in a case study and in a debugging lab .&#160; The problem there was that every time you create a new XmlSerializer object with a non-default constructor, you generate a new dynamic assembly that contains the definition and methods for the serializer.&#160; Since assemblies can’t be unloaded from a process unless the application domain they are loaded in is unloaded memory will keep increasing if you create new XmlSerializer objects until eventually you end up with a System.OutOfMemoryException. In the case of the XmlSerializer dynamic assemblies, they are quite easy to spot as you can look at meta-data (see previous posts) and figure out that&#8230;(<a href="http://blogs.msdn.com/tess/archive/2010/05/05/net-memory-leak-xslcompiledtransform-and-leaked-dynamic-assemblies.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7471525" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;desc=I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;submitHeadline=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;submitSummary=I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;t=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;t=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies+-+http://b2l.me/syrts+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22.NET%20Memory%20Leak%3A%20XslCompiledTransform%20and%20%E2%80%9Cleaked%E2%80%9D%20dynamic%20assemblies%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22.NET%20Memory%20Leak%3A%20XslCompiledTransform%20and%20%E2%80%9Cleaked%E2%80%9D%20dynamic%20assemblies%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-“leaked”-dynamic-assemblies/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;summary=I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;body=I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;u_data[name]=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;body=I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;T=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&quot;+-+from+http://b2l.me/syrts" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies+&quot;.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;type=Article&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;body=I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;u=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;b=I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;body=I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;n=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;title=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=.NET+Memory+Leak%3A+XslCompiledTransform+and+%E2%80%9Cleaked%E2%80%9D+dynamic+assemblies&amp;du=http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies&amp;cn=I%20have%20written%20before%20about%20high%20memory%20usage%20caused%20by%20improper%20usage%20of%20XmlSerializer%20objects%20both%20in%20a%20case%20study%20and%20in%20a%20debugging%20lab%20.%26%23160%3B%20The%20problem%20there%20was%20that%20every%20time%20you%20create%20a%20new%20XmlSerializer%20object%20with%20a%20non-default%20constructor%2C%20you%20generate%20a%20new%20dynamic%20assembly%20that%20con" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/net-memory-leak-xslcompiledtransform-and-%e2%80%9cleaked%e2%80%9d-dynamic-assemblies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Visual Studio 2010 and .NET 4 debugging content</title>
		<link>http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content</link>
		<comments>http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content#comments</comments>
		<pubDate>Wed, 28 Apr 2010 12:41:00 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7463410</guid>
		<description><![CDATA[It’s been a pretty busy few weeks at work coupled with some vacation so I’ve been lagging a bit with the blogging, so sorry for bombarding the blog with new posts now:) As you all know, Visual Studio 2010 just released and there is a lot of new content out there and I thought I’d mention a few in the debugging/troubleshooting space. ScottGu wrote a post on the VS 2010 debugger improvements as part of his VS 2010 and .NET 4 post series where he talks about news with Data Tips and Breakpoints. The Visual Studio Profiler Team Blog has a lot of posts worth reading about profiling in VS 2010 , including Silverlight Profiling and guidance for profiling. Steve released a new version of SOSex.dll with features that work for both 2.0 and 4.0 John Robbins...(<a href="http://blogs.msdn.com/tess/archive/2010/04/28/new-visual-studio-2010-and-net-4-debugging-content.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7463410" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>It’s been a pretty busy few weeks at work coupled with some vacation so I’ve been lagging a bit with the blogging, so sorry for bombarding the blog with new posts now:) As you all know, Visual Studio 2010 just released and there is a lot of new content out there and I thought I’d mention a few in the debugging/troubleshooting space. ScottGu wrote a post on the VS 2010 debugger improvements as part of his VS 2010 and .NET 4 post series where he talks about news with Data Tips and Breakpoints. The Visual Studio Profiler Team Blog has a lot of posts worth reading about profiling in VS 2010 , including Silverlight Profiling and guidance for profiling. Steve released a new version of SOSex.dll with features that work for both 2.0 and 4.0 John Robbins&#8230;(<a href="http://blogs.msdn.com/tess/archive/2010/04/28/new-visual-studio-2010-and-net-4-debugging-content.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7463410" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;desc=It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;submitHeadline=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;submitSummary=It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;t=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;t=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=New+Visual+Studio+2010+and+.NET+4+debugging+content+-+http://b2l.me/rrdb6+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22New%20Visual%20Studio%202010%20and%20.NET%204%20debugging%20content%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22New%20Visual%20Studio%202010%20and%20.NET%204%20debugging%20content%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;summary=It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;body=It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;u_data[name]=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;body=It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;T=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;New+Visual+Studio+2010+and+.NET+4+debugging+content&quot;+-+from+http://b2l.me/rrdb6" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content+&quot;New+Visual+Studio+2010+and+.NET+4+debugging+content&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;type=Article&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;body=It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;u=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;b=It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;body=It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;n=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;title=New+Visual+Studio+2010+and+.NET+4+debugging+content" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=New+Visual+Studio+2010+and+.NET+4+debugging+content&amp;du=http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content&amp;cn=It%E2%80%99s%20been%20a%20pretty%20busy%20few%20weeks%20at%20work%20coupled%20with%20some%20vacation%20so%20I%E2%80%99ve%20been%20lagging%20a%20bit%20with%20the%20blogging%2C%20so%20sorry%20for%20bombarding%20the%20blog%20with%20new%20posts%20now%3A%29%20As%20you%20all%20know%2C%20Visual%20Studio%202010%20just%20released%20and%20there%20is%20a%20lot%20of%20new%20content%20out%20there%20and%20I%20thought%20I%E2%80%99d%20mention%20a%20few" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/new-visual-studio-2010-and-net-4-debugging-content/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debugging a classic ReaderWriterLock deadlock with SOSex.dll</title>
		<link>http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll</link>
		<comments>http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll#comments</comments>
		<pubDate>Tue, 27 Apr 2010 11:07:01 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[Performance issues and hangs]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[SOSEX]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7462135</guid>
		<description><![CDATA[I was helping out on an issue the other day where the process would stall if they added enough users in their load tests.&#160; Btw, serious kudos to them for making load tests, so much nicer to work with a problem in test rather than when it is getting critical on a production machine. We gathered some memory dumps with debug diag of the asp.net process (w3wp.exe) and found that most of the threads were waiting in this type of callstack:&#160; NOTE:&#160; I have changed a lot of function names and code snippets since it is not relevant for the post. 0:071&#62; !clrstack OS Thread Id: 0x21ac (71) ESP&#160;&#160;&#160;&#160;&#160;&#160; EIP&#160;&#160;&#160;&#160; 1c8ceb88 7c8285ec [HelperMethodFrame_1OBJ: 1c8ceb88] System.Threading.ReaderWriterLock...(<a href="http://blogs.msdn.com/tess/archive/2010/04/27/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7462135" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>I was helping out on an issue the other day where the process would stall if they added enough users in their load tests.&#160; Btw, serious kudos to them for making load tests, so much nicer to work with a problem in test rather than when it is getting critical on a production machine. We gathered some memory dumps with debug diag of the asp.net process (w3wp.exe) and found that most of the threads were waiting in this type of callstack:&#160; NOTE:&#160; I have changed a lot of function names and code snippets since it is not relevant for the post. 0:071&gt; !clrstack OS Thread Id: 0&#215;21ac (71) ESP&#160;&#160;&#160;&#160;&#160;&#160; EIP&#160;&#160;&#160;&#160; 1c8ceb88 7c8285ec [HelperMethodFrame_1OBJ: 1c8ceb88] System.Threading.ReaderWriterLock&#8230;(<a href="http://blogs.msdn.com/tess/archive/2010/04/27/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7462135" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;desc=I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;submitHeadline=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;submitSummary=I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;t=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;t=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll+-+http://b2l.me/rkgkv+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Debugging%20a%20classic%20ReaderWriterLock%20deadlock%20with%20SOSex.dll%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Debugging%20a%20classic%20ReaderWriterLock%20deadlock%20with%20SOSex.dll%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;summary=I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;body=I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;u_data[name]=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;body=I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;T=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&quot;+-+from+http://b2l.me/rkgkv" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll+&quot;Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;type=Article&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;body=I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;u=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;b=I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;body=I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;n=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;title=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Debugging+a+classic+ReaderWriterLock+deadlock+with+SOSex.dll&amp;du=http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll&amp;cn=I%20was%20helping%20out%20on%20an%20issue%20the%20other%20day%20where%20the%20process%20would%20stall%20if%20they%20added%20enough%20users%20in%20their%20load%20tests.%26%23160%3B%20Btw%2C%20serious%20kudos%20to%20them%20for%20making%20load%20tests%2C%20so%20much%20nicer%20to%20work%20with%20a%20problem%20in%20test%20rather%20than%20when%20it%20is%20getting%20critical%20on%20a%20production%20machine.%20We%20gathered%20" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/debugging-a-classic-readerwriterlock-deadlock-with-sosex-dll/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Psscor2 commands – Dealing with Dates and Times</title>
		<link>http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times</link>
		<comments>http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times#comments</comments>
		<pubDate>Thu, 22 Apr 2010 19:49:43 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[psscor]]></category>
		<category><![CDATA[SOS]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7454789</guid>
		<description><![CDATA[If you have ever tried to look at a System.DateTime or System.TimeSpan object in a debugger, you know how difficult it is to see what the value is.&#160; For example, this is what a System.DateTime object looks like: 0:017&#62; !do 0x040f59b8 Name: System.DateTime MethodTable: 60809f0c EEClass: 605e1fd8 Size: 16(0x10) bytes GC Generation: 2 (C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll) Fields: MT Field Offset Type VT Attr Value Name 6080ab9c 40000f4 4 System.UInt64 1 instance 633739266270770000 dateData 6082aa5c 40000f0 30 System.Int32[] 0 shared static DaysToMonth365 &#62;&#62; Domain:Value 0097ce58:03d6cad0 &#60;&#60; 6082aa5c 40000f1 34 System.Int32[] 0 shared static DaysToMonth366 &#62;&#62; Domain:Value 0097ce58...(<a href="http://blogs.msdn.com/tom/archive/2010/04/22/new-psscor2-commands-dealing-with-dates-and-times.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7454789" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>If you have ever tried to look at a System.DateTime or System.TimeSpan object in a debugger, you know how difficult it is to see what the value is.&#160; For example, this is what a System.DateTime object looks like: 0:017&gt; !do 0&#215;040f59b8 Name: System.DateTime MethodTable: 60809f0c EEClass: 605e1fd8 Size: 16(0&#215;10) bytes GC Generation: 2 (C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll) Fields: MT Field Offset Type VT Attr Value Name 6080ab9c 40000f4 4 System.UInt64 1 instance 633739266270770000 dateData 6082aa5c 40000f0 30 System.Int32[] 0 shared static DaysToMonth365 &gt;&gt; Domain:Value 0097ce58:03d6cad0 &lt;&lt; 6082aa5c 40000f1 34 System.Int32[] 0 shared static DaysToMonth366 &gt;&gt; Domain:Value 0097ce58&#8230;(<a href="http://blogs.msdn.com/tom/archive/2010/04/22/new-psscor2-commands-dealing-with-dates-and-times.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7454789" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;desc=If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;submitHeadline=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;submitSummary=If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;t=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;t=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times+-+http://b2l.me/qr26w+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22New%20Psscor2%20commands%20%E2%80%93%20Dealing%20with%20Dates%20and%20Times%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22New%20Psscor2%20commands%20%E2%80%93%20Dealing%20with%20Dates%20and%20Times%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/new-psscor2-commands-–-dealing-with-dates-and-times/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;summary=If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;body=If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;u_data[name]=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;body=If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;T=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&quot;+-+from+http://b2l.me/qr26w" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times+&quot;New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;type=Article&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;body=If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;b=If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;body=If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;n=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;title=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=New+Psscor2+commands+%E2%80%93+Dealing+with+Dates+and+Times&amp;du=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times&amp;cn=If%20you%20have%20ever%20tried%20to%20look%20at%20a%20System.DateTime%20or%20System.TimeSpan%20object%20in%20a%20debugger%2C%20you%20know%20how%20difficult%20it%20is%20to%20see%20what%20the%20value%20is.%26%23160%3B%20For%20example%2C%20this%20is%20what%20a%20System.DateTime%20object%20looks%20like%3A%200%3A017%26gt%3B%20%21do%200x040f59b8%20Name%3A%20System.DateTime%20MethodTable%3A%2060809f0c%20EEClass%3A%20605e1" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dealing-with-dates-and-times/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Psscor2 commands – ClrStack showing source and line numbers</title>
		<link>http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers</link>
		<comments>http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers#comments</comments>
		<pubDate>Mon, 12 Apr 2010 20:24:28 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[psscor]]></category>
		<category><![CDATA[SOS]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7441339</guid>
		<description><![CDATA[Continuing on from my previous post about DumpAllExceptions , here is another new update that comes with psscor2.&#160; When you run !clrstack, you will now see the source and line information for the functions that are displayed.&#160; This can be really helpful when trying to track down where a problem is and what path through your code this execution has taken. You don’t have to do anything to make this output display, it will automatically at the end of the line. The output will look something like: 02b9ef98 687db33a MyFile.DoWork(System.Web.HttpContext) c:\MyFile.cs:3710 .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, &#34;Courier New&#34;, courier, monospace; background-color: #ffffff; /*white-space...(<a href="http://blogs.msdn.com/tom/archive/2010/04/12/new-psscor2-commands-clrstack-showing-source-and-line-numbers.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7441339" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Continuing on from my previous post about DumpAllExceptions , here is another new update that comes with psscor2.&#160; When you run !clrstack, you will now see the source and line information for the functions that are displayed.&#160; This can be really helpful when trying to track down where a problem is and what path through your code this execution has taken. You don’t have to do anything to make this output display, it will automatically at the end of the line. The output will look something like: 02b9ef98 687db33a MyFile.DoWork(System.Web.HttpContext) c:\MyFile.cs:3710 .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, &quot;Courier New&quot;, courier, monospace; background-color: #ffffff; /*white-space&#8230;(<a href="http://blogs.msdn.com/tom/archive/2010/04/12/new-psscor2-commands-clrstack-showing-source-and-line-numbers.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7441339" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;desc=Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;submitHeadline=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;submitSummary=Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;t=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;t=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers+-+http://b2l.me/n9v5n+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22New%20Psscor2%20commands%20%E2%80%93%20ClrStack%20showing%20source%20and%20line%20numbers%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22New%20Psscor2%20commands%20%E2%80%93%20ClrStack%20showing%20source%20and%20line%20numbers%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/new-psscor2-commands-–-clrstack-showing-source-and-line-numbers/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;summary=Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;body=Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;u_data[name]=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;body=Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;T=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&quot;+-+from+http://b2l.me/n9v5n" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers+&quot;New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;type=Article&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;body=Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;b=Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;body=Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;n=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;title=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=New+Psscor2+commands+%E2%80%93+ClrStack+showing+source+and+line+numbers&amp;du=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers&amp;cn=Continuing%20on%20from%20my%20previous%20post%20about%20DumpAllExceptions%20%2C%20here%20is%20another%20new%20update%20that%20comes%20with%20psscor2.%26%23160%3B%20When%20you%20run%20%21clrstack%2C%20you%20will%20now%20see%20the%20source%20and%20line%20information%20for%20the%20functions%20that%20are%20displayed.%26%23160%3B%20This%20can%20be%20really%20helpful%20when%20trying%20to%20track%20down%20where%20a%20pr" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-clrstack-showing-source-and-line-numbers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Psscor2 commands – DumpAllExceptions</title>
		<link>http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions</link>
		<comments>http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:35:50 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[psscor]]></category>
		<category><![CDATA[SOS]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7422865</guid>
		<description><![CDATA[There have been a few places where you can see this command run, but I wanted to talk about it here officially.&#160; This command is used to display all of the exceptions that are currently in the managed heap.&#160; One interesting thing is that this function actually looks at what class the object derives from and if it derives from System.Exception, then it will show up in the list.&#160; So you can have your own custom exceptions shown here regardless of what naming mechanism you use for your class. There is some helpful information about the output from this command here: ASP.NET Debugging - ASP.NET Tips- DumpAllExceptions , namely that if you run it twice, you may see different callstacks from the various exceptions. Here is the documentation...(<a href="http://blogs.msdn.com/tom/archive/2010/03/30/new-psscor2-commands-dumpallexceptions.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7422865" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>There have been a few places where you can see this command run, but I wanted to talk about it here officially.&#160; This command is used to display all of the exceptions that are currently in the managed heap.&#160; One interesting thing is that this function actually looks at what class the object derives from and if it derives from System.Exception, then it will show up in the list.&#160; So you can have your own custom exceptions shown here regardless of what naming mechanism you use for your class. There is some helpful information about the output from this command here: ASP.NET Debugging &#8211; ASP.NET Tips- DumpAllExceptions , namely that if you run it twice, you may see different callstacks from the various exceptions. Here is the documentation&#8230;(<a href="http://blogs.msdn.com/tom/archive/2010/03/30/new-psscor2-commands-dumpallexceptions.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7422865" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;desc=There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;submitHeadline=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;submitSummary=There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;t=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;t=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=New+Psscor2+commands+%E2%80%93+DumpAllExceptions+-+http://b2l.me/mrhfg+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22New%20Psscor2%20commands%20%E2%80%93%20DumpAllExceptions%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22New%20Psscor2%20commands%20%E2%80%93%20DumpAllExceptions%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/new-psscor2-commands-–-dumpallexceptions/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;summary=There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;body=There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;u_data[name]=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;body=There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;T=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;New+Psscor2+commands+%E2%80%93+DumpAllExceptions&quot;+-+from+http://b2l.me/mrhfg" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions+&quot;New+Psscor2+commands+%E2%80%93+DumpAllExceptions&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;type=Article&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;body=There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;b=There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;body=There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;n=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;title=New+Psscor2+commands+%E2%80%93+DumpAllExceptions" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=New+Psscor2+commands+%E2%80%93+DumpAllExceptions&amp;du=http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions&amp;cn=There%20have%20been%20a%20few%20places%20where%20you%20can%20see%20this%20command%20run%2C%20but%20I%20wanted%20to%20talk%20about%20it%20here%20officially.%26%23160%3B%20This%20command%20is%20used%20to%20display%20all%20of%20the%20exceptions%20that%20are%20currently%20in%20the%20managed%20heap.%26%23160%3B%20One%20interesting%20thing%20is%20that%20this%20function%20actually%20looks%20at%20what%20class%20the%20objec" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/new-psscor2-commands-%e2%80%93-dumpallexceptions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New debugger extension for .NET (PSSCOR2)</title>
		<link>http://www.aspexperts.com/new-debugger-extension-for-net-psscor2</link>
		<comments>http://www.aspexperts.com/new-debugger-extension-for-net-psscor2#comments</comments>
		<pubDate>Tue, 30 Mar 2010 14:31:18 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[General debugging tidbits]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7422404</guid>
		<description><![CDATA[Tom just blogged about a new debugger extension called PSSCor2, which is a superset to the SOS.dll extension that ships with the .net framework. PSSCor2.dll has been around for quite some time at Microsoft, and pretty much everyone debugging .net code with windbg within Microsoft is using this since it contains all the goodness of sos.dll plus a lot of special methods for asp.net and other technologies running on top of the .net framework.&#160; The news now is that after a lot of hard work by Tom and Jon Langdon in the CLR team, it is finally released publicly, YAY!!! You can download it here and Tom promised to write some posts about the new commands so you might want to follow that… I will likely do the same later on as well… Just to name...(<a href="http://blogs.msdn.com/tess/archive/2010/03/30/new-debugger-extension-for-net-psscor2.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7422404" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Tom just blogged about a new debugger extension called PSSCor2, which is a superset to the SOS.dll extension that ships with the .net framework. PSSCor2.dll has been around for quite some time at Microsoft, and pretty much everyone debugging .net code with windbg within Microsoft is using this since it contains all the goodness of sos.dll plus a lot of special methods for asp.net and other technologies running on top of the .net framework.&#160; The news now is that after a lot of hard work by Tom and Jon Langdon in the CLR team, it is finally released publicly, YAY!!! You can download it here and Tom promised to write some posts about the new commands so you might want to follow that… I will likely do the same later on as well… Just to name&#8230;(<a href="http://blogs.msdn.com/tess/archive/2010/03/30/new-debugger-extension-for-net-psscor2.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7422404" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;desc=Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;submitHeadline=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;submitSummary=Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;t=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;t=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=New+debugger+extension+for+.NET+%28PSSCOR2%29+-+http://b2l.me/mqmc7+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22New%20debugger%20extension%20for%20.NET%20%28PSSCOR2%29%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-debugger-extension-for-net-psscor2" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22New%20debugger%20extension%20for%20.NET%20%28PSSCOR2%29%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-debugger-extension-for-net-psscor2" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/new-debugger-extension-for-net-psscor2/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;summary=Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;body=Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;u_data[name]=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;body=Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;T=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;New+debugger+extension+for+.NET+%28PSSCOR2%29&quot;+-+from+http://b2l.me/mqmc7" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/new-debugger-extension-for-net-psscor2+&quot;New+debugger+extension+for+.NET+%28PSSCOR2%29&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;type=Article&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;body=Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;u=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;b=Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;body=Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;n=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/new-debugger-extension-for-net-psscor2" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;title=New+debugger+extension+for+.NET+%28PSSCOR2%29" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=New+debugger+extension+for+.NET+%28PSSCOR2%29&amp;du=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2&amp;cn=Tom%20just%20blogged%20about%20a%20new%20debugger%20extension%20called%20PSSCor2%2C%20which%20is%20a%20superset%20to%20the%20SOS.dll%20extension%20that%20ships%20with%20the%20.net%20framework.%20PSSCor2.dll%20has%20been%20around%20for%20quite%20some%20time%20at%20Microsoft%2C%20and%20pretty%20much%20everyone%20debugging%20.net%20code%20with%20windbg%20within%20Microsoft%20is%20using%20this%20since" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/new-debugger-extension-for-net-psscor2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New debugger extension for .NET, Psscor2, released</title>
		<link>http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released</link>
		<comments>http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:37:21 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[psscor]]></category>
		<category><![CDATA[SOS]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7421008</guid>
		<description><![CDATA[I wanted to be the first to inform everyone that there is a major update to the debugger extension story for .NET.&#160; Psscor2 has been released!&#160; This is a superset of the SOS.dll that ships with the framework. This extension has a lot of advantages over SOS if you are trying to troubleshoot problems, especially if they are caused by ASP.NET.&#160; All of the functionality that has been talked about on this blog for the SOS that comes with the debugger is now available for .NET Framework 2.0, 3.0, and 3.5. This one extension will troubleshoot all of those versions. I will be getting into the new commands and talking more about this in the coming weeks.&#160; But I wanted to let everyone know and have you all go download the extension...(<a href="http://blogs.msdn.com/tom/archive/2010/03/29/new-debugger-extension-for-net-psscor2-released.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7421008" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>I wanted to be the first to inform everyone that there is a major update to the debugger extension story for .NET.&#160; Psscor2 has been released!&#160; This is a superset of the SOS.dll that ships with the framework. This extension has a lot of advantages over SOS if you are trying to troubleshoot problems, especially if they are caused by ASP.NET.&#160; All of the functionality that has been talked about on this blog for the SOS that comes with the debugger is now available for .NET Framework 2.0, 3.0, and 3.5. This one extension will troubleshoot all of those versions. I will be getting into the new commands and talking more about this in the coming weeks.&#160; But I wanted to let everyone know and have you all go download the extension&#8230;(<a href="http://blogs.msdn.com/tom/archive/2010/03/29/new-debugger-extension-for-net-psscor2-released.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7421008" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;desc=I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;submitHeadline=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;submitSummary=I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;t=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;t=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=New+debugger+extension+for+.NET%2C+Psscor2%2C+released+-+http://b2l.me/mm2qn+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22New%20debugger%20extension%20for%20.NET%2C%20Psscor2%2C%20released%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22New%20debugger%20extension%20for%20.NET%2C%20Psscor2%2C%20released%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;summary=I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;body=I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;u_data[name]=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;body=I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;T=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;New+debugger+extension+for+.NET%2C+Psscor2%2C+released&quot;+-+from+http://b2l.me/mm2qn" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released+&quot;New+debugger+extension+for+.NET%2C+Psscor2%2C+released&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;type=Article&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;body=I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;u=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;b=I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;body=I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;n=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;title=New+debugger+extension+for+.NET%2C+Psscor2%2C+released" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=New+debugger+extension+for+.NET%2C+Psscor2%2C+released&amp;du=http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released&amp;cn=I%20wanted%20to%20be%20the%20first%20to%20inform%20everyone%20that%20there%20is%20a%20major%20update%20to%20the%20debugger%20extension%20story%20for%20.NET.%26%23160%3B%20Psscor2%20has%20been%20released%21%26%23160%3B%20This%20is%20a%20superset%20of%20the%20SOS.dll%20that%20ships%20with%20the%20framework.%20This%20extension%20has%20a%20lot%20of%20advantages%20over%20SOS%20if%20you%20are%20trying%20to%20troubleshoot" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/new-debugger-extension-for-net-psscor2-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Videos of developer sessions at Oredev (including mine on .net debugging)</title>
		<link>http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging</link>
		<comments>http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging#comments</comments>
		<pubDate>Tue, 09 Mar 2010 08:30:15 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7375490</guid>
		<description><![CDATA[Just a quick post to share a link to last years videos for the Oredev developer conference http://oredev.org/video Here is my .net debugging presentation where I show off some windbg + new VS.NET features and apart from all the good developer content, you might also want to check out Scott Hanselmans session on Information Overload and managing the workflow with some tips and tricks on how he manages twitter/facebook/email etc. Thank you to the organizers of Oredev for posting these, Tess Read More......(<a href="http://blogs.msdn.com/tess/archive/2010/03/09/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7375490" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Just a quick post to share a link to last years videos for the Oredev developer conference http://oredev.org/video Here is my .net debugging presentation where I show off some windbg + new VS.NET features and apart from all the good developer content, you might also want to check out Scott Hanselmans session on Information Overload and managing the workflow with some tips and tricks on how he manages twitter/facebook/email etc. Thank you to the organizers of Oredev for posting these, Tess Read More&#8230;&#8230;(<a href="http://blogs.msdn.com/tess/archive/2010/03/09/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7375490" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;desc=Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;submitHeadline=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;submitSummary=Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;t=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;t=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29+-+http://b2l.me/jg3vd+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Videos%20of%20developer%20sessions%20at%20Oredev%20%28including%20mine%20on%20.net%20debugging%29%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Videos%20of%20developer%20sessions%20at%20Oredev%20%28including%20mine%20on%20.net%20debugging%29%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;summary=Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;body=Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;u_data[name]=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;body=Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;T=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&quot;+-+from+http://b2l.me/jg3vd" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging+&quot;Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;type=Article&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;body=Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;u=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;b=Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;body=Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;n=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;title=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Videos+of+developer+sessions+at+Oredev+%28including+mine+on+.net+debugging%29&amp;du=http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging&amp;cn=Just%20a%20quick%20post%20to%20share%20a%20link%20to%20last%20years%20videos%20for%20the%20Oredev%20developer%20conference%20http%3A%2F%2Foredev.org%2Fvideo%20Here%20is%20my%20.net%20debugging%20presentation%20where%20I%20show%20off%20some%20windbg%20%2B%20new%20VS.NET%20features%20and%20apart%20from%20all%20the%20good%20developer%20content%2C%20you%20might%20also%20want%20to%20check%20out%20Scott%20Hanselman" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/videos-of-developer-sessions-at-oredev-including-mine-on-net-debugging/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool for generating DGML graphs showing why your object can’t be collected (VisualGCRoot)</title>
		<link>http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot</link>
		<comments>http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot#comments</comments>
		<pubDate>Wed, 03 Mar 2010 13:57:50 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[General debugging tidbits]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Memory issues]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7369044</guid>
		<description><![CDATA[Visual Studio.NET 2010 has a new feature that allows you to create nice directed graphs with a markup language called DGML (Directed Graph Markup Language).&#160; Visualizing object graphs with DGML Chris Lovett wrote a tool that takes GCRoot output and transforms it to a DGML document so that you can see the roots of an object in a more visual way, and finally Mohamed Mahmoud went one step further and made a debugger extension that does this for you directly.&#160;&#160;&#160; The debugger extension is called VGCRoot and you can get the extension, and some instructions and demos for it here . The VGCRoot extensions If you are looking at a memory dump in windbg and try to figure out why your object is still sticking around, collection after...(<a href="http://blogs.msdn.com/tess/archive/2010/03/03/tool-for-generating-dgml-graphs-showing-why-your-object-can-t-be-collected-visualgcroot.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7369044" width="1" height="1">]]></description>
			<content:encoded><![CDATA[<p>Visual Studio.NET 2010 has a new feature that allows you to create nice directed graphs with a markup language called DGML (Directed Graph Markup Language).&#160; Visualizing object graphs with DGML Chris Lovett wrote a tool that takes GCRoot output and transforms it to a DGML document so that you can see the roots of an object in a more visual way, and finally Mohamed Mahmoud went one step further and made a debugger extension that does this for you directly.&#160;&#160;&#160; The debugger extension is called VGCRoot and you can get the extension, and some instructions and demos for it here . The VGCRoot extensions If you are looking at a memory dump in windbg and try to figure out why your object is still sticking around, collection after&#8230;(<a href="http://blogs.msdn.com/tess/archive/2010/03/03/tool-for-generating-dgml-graphs-showing-why-your-object-can-t-be-collected-visualgcroot.aspx">read more</a>)<img src="http://weblogs.asp.net/aggbug.aspx?PostID=7369044" width="1" height="1"></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-diigo">
			<a href="http://www.diigo.com/post?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;desc=Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;submitHeadline=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;submitSummary=Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;t=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;t=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28Vi%5B..%5D+-+http://b2l.me/hyex7+" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Tool%20for%20generating%20DGML%20graphs%20showing%20why%20your%20object%20can%E2%80%99t%20be%20collected%20%28VisualGCRoot%29%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New%20tip%20submitted%20via%20the%20SexyBookmarks%20Plugin!&amp;body=I%20would%20like%20to%20submit%20this%20article%3A%20%22Tool%20for%20generating%20DGML%20graphs%20showing%20why%20your%20object%20can%E2%80%99t%20be%20collected%20%28VisualGCRoot%29%22%20for%20possible%20inclusion%20on%20ToMuse.%0A%0A%22Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can’t-be-collected-visualgcroot/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;summary=Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c&amp;source=aspexperts.com" rel="nofollow" class="external" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-tipd">
			<a href="http://tipd.com/submit.php?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="sexy-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="sexy-designmoo">
			<a href="http://designmoo.com/submit?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;body=Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c" rel="nofollow" class="external" title="Moo this on DesignMoo!">Moo this on DesignMoo!</a>
		</li>
		<li class="sexy-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="sexy-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;u_data[name]=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="sexy-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="sexy-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="sexy-designbump">
			<a href="http://designbump.com/submit?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;body=Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;T=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28Vi%5B..%5D&quot;+-+from+http://b2l.me/hyex7" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="sexy-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="sexy-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot+&quot;Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&quot;" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;type=Article&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;body=Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="sexy-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;u=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;b=Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="sexy-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="sexy-netvibes">
			<a href="http://www.netvibes.com/share?title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="sexy-fleck">
			<a href="http://beta3.fleck.com/bookmarklet.php?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Share this on Fleck">Share this on Fleck</a>
		</li>
		<li class="sexy-blogospherenews">
			<a href="http://www.blogospherenews.com/submit.php?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Share this on Blogosphere News">Share this on Blogosphere News</a>
		</li>
		<li class="sexy-webblend">
			<a href="http://thewebblend.com/submit?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;body=Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="sexy-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="sexy-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;n=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="sexy-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="sexy-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="sexy-meneame">
			<a href="http://meneame.net/submit.php?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="sexy-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;title=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Tool+for+generating+DGML+graphs+showing+why+your+object+can%E2%80%99t+be+collected+%28VisualGCRoot%29&amp;du=http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot&amp;cn=Visual%20Studio.NET%202010%20has%20a%20new%20feature%20that%20allows%20you%20to%20create%20nice%20directed%20graphs%20with%20a%20markup%20language%20called%20DGML%20%28Directed%20Graph%20Markup%20Language%29.%26%23160%3B%20Visualizing%20object%20graphs%20with%20DGML%20Chris%20Lovett%20wrote%20a%20tool%20that%20takes%20GCRoot%20output%20and%20transforms%20it%20to%20a%20DGML%20document%20so%20that%20you%20c" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.aspexperts.com/tool-for-generating-dgml-graphs-showing-why-your-object-can%e2%80%99t-be-collected-visualgcroot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
