<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.dotnet6.com/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>Joris Dresselaers - All Comments</title><link>http://www.dotnet6.com/blogs/jokke/default.aspx</link><description>I want to know God&amp;#39;s thoughts... the rest are details. - Albert Einstein</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: Exclude unwanted code from code coverage</title><link>http://www.dotnet6.com/blogs/jokke/archive/2008/03/28/remove-unwanted-code-from-code-coverage.aspx#1887</link><pubDate>Thu, 02 Oct 2008 17:31:02 GMT</pubDate><guid isPermaLink="false">e5d4c6e2-da0c-4b9e-b9f2-d96787ec4ab1:1887</guid><dc:creator>SamOnes</dc:creator><description>&lt;p&gt;Did you hear? Russian agressor attacks USA... &lt;/p&gt;
&lt;p&gt;More info here: hotusanewx.blogspot.com &lt;/p&gt;
&lt;p&gt;SHOKED!!&lt;/p&gt;
&lt;img src="http://www.dotnet6.com/aggbug.aspx?PostID=1887" width="1" height="1"&gt;</description></item><item><title>re: Thread-safe caching mechanism using a Hashtable</title><link>http://www.dotnet6.com/blogs/jokke/archive/2008/02/15/hashtable-concurrency-issues.aspx#1183</link><pubDate>Fri, 29 Feb 2008 12:08:07 GMT</pubDate><guid isPermaLink="false">e5d4c6e2-da0c-4b9e-b9f2-d96787ec4ab1:1183</guid><dc:creator>Nexus</dc:creator><description>&lt;p&gt;At first i would say, thanks.&lt;/p&gt;
&lt;p&gt;But then again i am a pain in the ass, make your privates static readonly and you are trying to lock the hashtable itself&lt;/p&gt;
&lt;p&gt;lock (instances) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt;and second else &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;instanceLock = new object();&lt;/p&gt;
&lt;p&gt;This requires a lock all by itself, never initialize the syncroot object except for in your private&lt;/p&gt;
&lt;p&gt;private static readonly object syncroot = new object();&lt;/p&gt;
&lt;p&gt;Because .net compiler threats those as if they were public variables.&lt;/p&gt;
&lt;p&gt;Greets&lt;/p&gt;
&lt;img src="http://www.dotnet6.com/aggbug.aspx?PostID=1183" width="1" height="1"&gt;</description></item><item><title>re: Blog code formatting</title><link>http://www.dotnet6.com/blogs/jokke/archive/2008/02/14/blog-code-formatting.aspx#1181</link><pubDate>Sun, 24 Feb 2008 08:36:03 GMT</pubDate><guid isPermaLink="false">e5d4c6e2-da0c-4b9e-b9f2-d96787ec4ab1:1181</guid><dc:creator>admin</dc:creator><description>&lt;p&gt;For those who would like some other flavors, have a look at &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://qbnz.com/highlighter/index.php"&gt;qbnz.com/.../index.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;cheers :)&lt;/p&gt;
&lt;img src="http://www.dotnet6.com/aggbug.aspx?PostID=1181" width="1" height="1"&gt;</description></item></channel></rss>