<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.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>Fabrice&amp;#39;s weblog - All Comments</title><link>http://weblogs.asp.net/fmarguerie/default.aspx</link><description>Tools and Source</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Rethrowing exceptions and preserving the full call stack trace</title><link>http://weblogs.asp.net/fmarguerie/archive/2008/01/02/rethrowing-exceptions-and-preserving-the-full-call-stack-trace.aspx#7250843</link><pubDate>Tue, 10 Nov 2009 20:33:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7250843</guid><dc:creator>atconway</dc:creator><description>&lt;p&gt;There was an older comment from 'Jose' about having some issues in VB.NET. &amp;nbsp;I took the directly converted C# -&amp;gt; VB.NET code and tested it. &amp;nbsp;It worked as descibed with no issues. I had code with and without the call to the Sub, and my exception log would show the proper line number with stack trace or omit it as excpected. This is a well explained entry on this topic, thank you. &amp;nbsp;The VB.NET code I used is below:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Private Shared Sub PreserveStackTrace(ByVal exObj As Exception)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim preserveStackTrace As MethodInfo = GetType(Exception).GetMethod(&amp;quot;InternalPreserveStackTrace&amp;quot;, BindingFlags.Instance Or BindingFlags.NonPublic)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;preserveStackTrace.Invoke(exObj, Nothing)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;End Sub&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7250843" width="1" height="1"&gt;</description></item><item><title>Ressources utiles pour la r??alisation de wireframes | Deldie</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/02/15/ui-design-patterns-libraries.aspx#7249706</link><pubDate>Mon, 09 Nov 2009 12:20:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7249706</guid><dc:creator>Ressources utiles pour la r??alisation de wireframes | Deldie</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Ressources utiles pour la r??alisation de wireframes | Deldie&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7249706" width="1" height="1"&gt;</description></item><item><title>Memory leaks and profiling with .Net</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/11/03/article-detect-avoid-memory-leaks.aspx#7247330</link><pubDate>Wed, 04 Nov 2009 22:43:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247330</guid><dc:creator>Florian's weblog</dc:creator><description>&lt;p&gt;I wrote some moths ago an article about the GC and highlighted some particularities (unsafe and unmanaged&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247330" width="1" height="1"&gt;</description></item><item><title>re: Forcing event unsubscription</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/09/09/forcing-event-unsubscription.aspx#7247326</link><pubDate>Wed, 04 Nov 2009 22:34:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247326</guid><dc:creator>Fabrice Marguerie</dc:creator><description>&lt;p&gt;VB is hiding things so much, that I don't know if it's possible. I don't see how.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247326" width="1" height="1"&gt;</description></item><item><title>re: New article: How to detect and avoid memory and resources leaks in .NET applications</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/11/03/article-detect-avoid-memory-leaks.aspx#7247290</link><pubDate>Wed, 04 Nov 2009 21:50:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7247290</guid><dc:creator>Florian DITTGEN</dc:creator><description>&lt;p&gt;Best article I read about this subject. Thanks!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7247290" width="1" height="1"&gt;</description></item><item><title>re: Why LINQ will succeed</title><link>http://weblogs.asp.net/fmarguerie/archive/2006/07/28/Why-LINQ-will-succeed.aspx#7246926</link><pubDate>Wed, 04 Nov 2009 14:45:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246926</guid><dc:creator>scaleprogrammers</dc:creator><description>&lt;p&gt;LINQ will succeed for use in I think anything but SQL for now. &amp;nbsp;Lets say I want to search an array or something or some XML, Great!, but not for SQL. Deployment is difficult with linq when you have to deploy a client application and change the connection information. &amp;nbsp;Also database updates a lot of times also require a reinstall of the application where a good plan using stored procedures and readers etc... gives a lot more flexibility. &amp;nbsp;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246926" width="1" height="1"&gt;</description></item><item><title>Events, references, garbage collecting, memory leaks and weak delegates</title><link>http://weblogs.asp.net/fmarguerie/archive/2004/03/09/86536.aspx#7246296</link><pubDate>Tue, 03 Nov 2009 23:51:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246296</guid><dc:creator>Fabrice's weblog</dc:creator><description>&lt;p&gt;I was playing with services and containers, as part of my implementation of Inversion of Control . All&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246296" width="1" height="1"&gt;</description></item><item><title>re: Events, references, garbage collecting, memory leaks and weak delegates</title><link>http://weblogs.asp.net/fmarguerie/archive/2004/07/27/events-references-garbage-collecting-memory-leaks-and-weak-delegates.aspx#7246295</link><pubDate>Tue, 03 Nov 2009 23:50:48 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246295</guid><dc:creator>Fabrice Marguerie</dc:creator><description>&lt;p&gt;I cover the same subject and much more in an article: &lt;a rel="nofollow" target="_new" href="http://weblogs.asp.net/fmarguerie/archive/2009/11/03/article-detect-avoid-memory-leaks.aspx"&gt;weblogs.asp.net/.../article-detect-avoid-memory-leaks.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246295" width="1" height="1"&gt;</description></item><item><title>re: New article: How to detect and avoid memory and resources leaks in .NET applications</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/11/03/article-detect-avoid-memory-leaks.aspx#7246279</link><pubDate>Tue, 03 Nov 2009 23:16:35 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246279</guid><dc:creator>Patrick Smacchia</dc:creator><description>&lt;p&gt;Excellent articles, thanks Fabrice, 2 thumbs up!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246279" width="1" height="1"&gt;</description></item><item><title>re: Forcing event unsubscription</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/09/09/forcing-event-unsubscription.aspx#7245723</link><pubDate>Tue, 03 Nov 2009 06:59:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7245723</guid><dc:creator>Jigar</dc:creator><description>&lt;p&gt;How to set shared events to null (in case of vb.net) in .Net 2.0?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7245723" width="1" height="1"&gt;</description></item></channel></rss>