<?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>hamang.net &#187; Tools</title>
	<atom:link href="http://hamang.net/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://hamang.net</link>
	<description>- the everyday life</description>
	<lastBuildDate>Wed, 10 Feb 2010 09:52:49 +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>Resharper Team Blog</title>
		<link>http://hamang.net/2006/06/16/resharper-team-blog/</link>
		<comments>http://hamang.net/2006/06/16/resharper-team-blog/#comments</comments>
		<pubDate>Fri, 16 Jun 2006 11:07:03 +0000</pubDate>
		<dc:creator>Knut Hamang</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can&#039;t live without it. Developing without resharper is like drinking a beer with a straw. It&#039;s possible, but slow. And to be honest refactoring in Visual Studio 2005 sucks. It&#039;s a lightweight implementation of refactoring, and it&#039;s slow. Compare &#034;Find usages&#034; in VS 2005 with resharper and I think you get the point.
Ok, resharper has [...]]]></description>
			<content:encoded><![CDATA[<p>Can&#039;t live without it. Developing without resharper is like drinking a beer with a straw. It&#039;s possible, but slow. And to be honest refactoring in Visual Studio 2005 sucks. It&#039;s a lightweight implementation of refactoring, and it&#039;s slow. Compare &#034;Find usages&#034; in VS 2005 with resharper and I think you get the point.</p>
<p>Ok, resharper has a lot of bugs, but it will become more stable in the near future. Anyway, check out the new <a href="http://blogs.jetbrains.com/dotnet/" target="_blank">Team Blog for resharper</a>.</p>
<p><span id="more-14"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://hamang.net/2006/06/16/resharper-team-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wrong timestamp in the Enterprise Application Logging block</title>
		<link>http://hamang.net/2006/06/15/wrong-timestamp-in-the-enterprise-application-logging-block/</link>
		<comments>http://hamang.net/2006/06/15/wrong-timestamp-in-the-enterprise-application-logging-block/#comments</comments>
		<pubDate>Thu, 15 Jun 2006 14:19:25 +0000</pubDate>
		<dc:creator>Knut Hamang</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you have tried the standard implementation of the SimpleFormatter in Enterprise Library Logging block, you will notice that timestamps are not what they should have been (depending on where you live in the world, of course;) ) . In Norway, for instance, the timestamp is 2 hours wrong. This is actually by design, since [...]]]></description>
			<content:encoded><![CDATA[<p>If you have tried the standard implementation of the SimpleFormatter in Enterprise Library Logging block, you will notice that timestamps are not what they should have been (depending on where you live in the world, of course;) ) . In Norway, for instance, the timestamp is 2 hours wrong. This is actually by design, since logging should be time independent and use UTC time. Anyway, in my opinion this should be configurable by default, but it seems the only way around is to write your own, or extend the SimpleFormatter.</p>
<p>Tom Hollander writes about the solution in his <a href="http://blogs.msdn.com/tomholl/archive/2006/01/22/516055.aspx" target="_blank">blog</a>.</p>
<p>BTW, make sure you use the rolling file trace listener by <a id="_ctl0__ctl0__ctl0__ctl0_BlogTitleHeader1__ctl0_BlogTitle" href="http://bloggingabout.net/blogs/erwyn/default.aspx" target="_blank">Erwyn van der Meer</a>. It&#039;s excellent for not having one HUGE log file.</p>
<p><span id="more-12"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://hamang.net/2006/06/15/wrong-timestamp-in-the-enterprise-application-logging-block/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strongly naming the Microsoft Enterprise Library</title>
		<link>http://hamang.net/2006/03/03/strongly-naming-the-microsoft-enterprise-library/</link>
		<comments>http://hamang.net/2006/03/03/strongly-naming-the-microsoft-enterprise-library/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 13:38:14 +0000</pubDate>
		<dc:creator>Knut Hamang</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I suppose you have tried the Enterprise Library from Microsoft. You probably also used it in a project that should be strongly named. Seems like the compiled DLL&#039;s in Eneterprise Library are not Strongly named! Well, the intention is that, as long as the source code is shipped with Enterprise Library, the DLL&#039;s are not [...]]]></description>
			<content:encoded><![CDATA[<p>I suppose you have tried the Enterprise Library from Microsoft. You probably also used it in a project that should be strongly named. Seems like the compiled DLL&#039;s in Eneterprise Library are not Strongly named! Well, the intention is that, as long as the source code is shipped with Enterprise Library, the DLL&#039;s are not Strongly named. You have to do it yourself. Fair enough, and the solution is described in Tom Hollander&#039;s blog:</p>
<p><a href="http://blogs.msdn.com/tomholl/archive/2005/04/05/405764.aspx" target="_blank">http://blogs.msdn.com/tomholl/archive/2005/04/05/405764.aspx</a></p>
<p>If you still can&#039;t figure it out, here are the gory details:</p>
<p><a href="http://blogs.msdn.com/tomholl/archive/2005/12/02/499529.aspx#502110" target="_blank">http://blogs.msdn.com/tomholl/archive/2005/12/02/499529.aspx#502110</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hamang.net/2006/03/03/strongly-naming-the-microsoft-enterprise-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
