<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Csharp on Benny Simmonds</title>
    <link>https://www.bencode.io/tags/csharp/</link>
    <description>Recent content in Csharp on Benny Simmonds</description>
    <generator>Hugo -- 0.149.1</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 30 Jul 2013 21:05:20 +0000</lastBuildDate>
    <atom:link href="https://www.bencode.io/tags/csharp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ReSharper killer shortcuts</title>
      <link>https://www.bencode.io/posts/2013-07-30-resharper-killer-shortcuts/</link>
      <pubDate>Tue, 30 Jul 2013 21:05:20 +0000</pubDate>
      <guid>https://www.bencode.io/posts/2013-07-30-resharper-killer-shortcuts/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.jetbrains.com/resharper/&#34;&gt;ReSharper&lt;/a&gt; (R#) is a tool that I use, love and recommend for anyone who uses Visual Studio. The immediate benefits that it brings and the sheer productivity boost that you gain from using it makes Visual Studio a pleasure to use. I have been using R# for about 2 years now, and keep discovering new gems every now and then, from other R# fans. It compliments Visual Studio so well, sometimes you don&amp;rsquo;t notice that you are actually using R#.&lt;/p&gt;</description>
    </item>
    <item>
      <title>.NET 4.0 GAC Post-build Event Command</title>
      <link>https://www.bencode.io/posts/2011-07-09-net-4-postbuild-cmd/</link>
      <pubDate>Sat, 09 Jul 2011 07:00:00 +0000</pubDate>
      <guid>https://www.bencode.io/posts/2011-07-09-net-4-postbuild-cmd/</guid>
      <description>&lt;p&gt;For &lt;a href=&#34;http://stackoverflow.com/questions/2660355/net-4-0-has-a-new-gac-why&#34;&gt;various design reasons&lt;/a&gt; .NET 4.0 has it&amp;rsquo;s own GAC, located here.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;%systemroot%\Windows\Microsoft.NET\assembly
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;An updated version 4.0 of gacutil is available as a part of the Windows SDK. Here is a handy VS.NET &amp;ldquo;Post-build event command&amp;rdquo;, that will .NET 4.0 GAC your freshly baked assemblies.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;quot;%programfiles(x86)%\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\gacutil.exe&amp;quot; /i &amp;quot;$(TargetPath)&amp;quot;
&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
