<?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>Blog of developer Mikkel Ovesen &#187; memoryleaks</title>
	<atom:link href="http://blog.ovesens.net/tag/memoryleaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ovesens.net</link>
	<description>My thoughts, stuff I need to remember or things I just want to share with the world</description>
	<lastBuildDate>Thu, 19 Jan 2012 11:55:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Memoryleaks with WinDbg</title>
		<link>http://blog.ovesens.net/2009/06/memoryleaks-with-windbg/</link>
		<comments>http://blog.ovesens.net/2009/06/memoryleaks-with-windbg/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 12:39:00 +0000</pubDate>
		<dc:creator>Mikkel Ovesen</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[memoryleaks]]></category>

		<guid isPermaLink="false">/post/2009/06/12/Memoryleaks-with-WinDbg.aspx</guid>
		<description><![CDATA[I have experienced the first major project with a memory leak problem&#8230; and how do one get started with Memory leak finding. It is a tough task andÂ the learning curve is quite steep. You have to get to know the &#8230; <a href="http://blog.ovesens.net/2009/06/memoryleaks-with-windbg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have experienced the first major project with a memory leak problem&#8230; and how do one get started with Memory leak finding.</p>
<p>It is a tough task andÂ the learning curve is quite steep.</p>
<p>You have to get to know the WinDbg. You can start here: <a href="http://blogs.msdn.com/tess/pages/net-debugging-demos-information-and-setup-instructions.aspx">http://blogs.msdn.com/tess/pages/net-debugging-demos-information-and-setup-instructions.aspx</a></p>
<p>Tess Ferrandez has some very nice &#8220;Debugging labs&#8221;, well take a look at: <a href="http://blogs.msdn.com/tess/">http://blogs.msdn.com/tess/</a></p>
<p>If you have a problem with a memory leak, take a look at his one:</p>
<p><a href="http://blogs.msdn.com/tess/archive/2005/11/25/496899.aspx">http://blogs.msdn.com/tess/archive/2005/11/25/496899.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ovesens.net/2009/06/memoryleaks-with-windbg/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Debugging memory leaks and Parallel LINQ</title>
		<link>http://blog.ovesens.net/2008/12/debugging-memory-leaks-and-parallel-linq/</link>
		<comments>http://blog.ovesens.net/2008/12/debugging-memory-leaks-and-parallel-linq/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 01:47:00 +0000</pubDate>
		<dc:creator>Mikkel Ovesen</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[memoryleaks]]></category>
		<category><![CDATA[parallel]]></category>
		<category><![CDATA[plinq]]></category>

		<guid isPermaLink="false">/post/2008/12/18/Debugging-memory-leaks-and-Parallel-LINQ.aspx</guid>
		<description><![CDATA[Link to good articles Debugging OutOfMemoryExceptions in managed code using Windbg http://blogs.msdn.com/amolravande/archive/2008/12/16/debugging-outofmemoryexceptions-in-managed-code-using-windbg.aspx &#160; Query Data with Parallel LINQ http://blogs.msdn.com/charlie/archive/2008/12/15/query-data-with-parallel-linq.aspx &#160;]]></description>
			<content:encoded><![CDATA[<h1>Link to good articles</h1>
<p>
Debugging OutOfMemoryExceptions in managed code using Windbg
</p>
<p>http://blogs.msdn.com/amolravande/archive/2008/12/16/debugging-outofmemoryexceptions-in-managed-code-using-windbg.aspx</p>
<p>
&nbsp;
</p>
<p>
Query Data with Parallel LINQ
</p>
<p>http://blogs.msdn.com/charlie/archive/2008/12/15/query-data-with-parallel-linq.aspx</p>
<p>
&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ovesens.net/2008/12/debugging-memory-leaks-and-parallel-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

