<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>C#</title><link>http://forums.asp.net/37.aspx</link><description>Discussions/Questions about the C# language. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=13&amp;c=23" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Detect memory leaks</title><link>http://forums.asp.net/thread/3312383.aspx</link><pubDate>Sat, 25 Jul 2009 10:47:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3312383</guid><dc:creator>TATWORTH</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3312383.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=37&amp;PostID=3312383</wfw:commentRss><description>&lt;p&gt;I also suggest that you try Resharper from www.jetbrains.com, this will help you optimise your code. You can download a free trial from their web site.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Detect memory leaks</title><link>http://forums.asp.net/thread/3274785.aspx</link><pubDate>Sat, 04 Jul 2009 15:44:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274785</guid><dc:creator>TATWORTH</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274785.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=37&amp;PostID=3274785</wfw:commentRss><description>&lt;p&gt;&amp;gt;Is there any tool to find out the memory leaks.&lt;/p&gt;&lt;p&gt;Please download FXCOP 1.36 from &lt;a target="_blank" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9aeaa970-f281-4fb0-aba1-d59d7ed09772&amp;amp;DisplayLang=en"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=9aeaa970-f281-4fb0-aba1-d59d7ed09772&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I check all my ASP.NET web application, class projects and win forms application using FXCOP.&lt;/p&gt;&lt;p&gt;It is possible to miss Dispose calls - FXCOP will point them out to you.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Detect memory leaks</title><link>http://forums.asp.net/thread/3273969.aspx</link><pubDate>Fri, 03 Jul 2009 19:59:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273969</guid><dc:creator>JeffreyABecker</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273969.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=37&amp;PostID=3273969</wfw:commentRss><description>&lt;p&gt;Technically you cant &amp;#39;leak&amp;#39; memory in C#.&amp;nbsp; Maybe you&amp;#39;re keeping un-intended long-lived references to objects?&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Detect memory leaks</title><link>http://forums.asp.net/thread/3273622.aspx</link><pubDate>Fri, 03 Jul 2009 13:50:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273622</guid><dc:creator>budugu</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273622.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=37&amp;PostID=3273622</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Check this..&lt;/p&gt;
&lt;p&gt;&lt;a href="http://channel9.msdn.com/forums/TechOff/176182-Detecting-Memory-Leaks-in-your-app/"&gt;http://channel9.msdn.com/forums/TechOff/176182-Detecting-Memory-Leaks-in-your-app/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;These are Asp.Net forums.&amp;nbsp;To get better respone for&amp;nbsp;your windows forms questions, post in following forums.. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/category/netdevelopment/"&gt;http://social.msdn.microsoft.com/Forums/en-US/category/netdevelopment/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Detect memory leaks</title><link>http://forums.asp.net/thread/3273564.aspx</link><pubDate>Fri, 03 Jul 2009 13:12:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273564</guid><dc:creator>usharaniP</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273564.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=37&amp;PostID=3273564</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How to find out the memory leaks in my application. is there any tool to find out the memory leaks. I have developed a windows based application in C#. Please let me know if any tools are provided to find the problem, and also let me know how to modify the code not having the memory leaks.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thanks in Advance.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>