<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 20:28:29 +0000</lastBuildDate>
    <item>
      <title>(C#) Simple SQL Server Diff Tool - jmcd</title>
      <link>https://snipplr.com/view/39006/simple-sql-server-diff-tool</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 13 Aug 2010 02:02:13 UTC</pubDate>
      <guid>https://snipplr.com/view/39006/simple-sql-server-diff-tool</guid>
    </item>
    <item>
      <title>(C#) String Format with Named Arguments - jmcd</title>
      <link>https://snipplr.com/view/28624/string-format-with-named-arguments</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 19 Feb 2010 12:16:01 UTC</pubDate>
      <guid>https://snipplr.com/view/28624/string-format-with-named-arguments</guid>
    </item>
    <item>
      <title>(C#) Dynamicaly Creating Expression Accessing a Property - jmcd</title>
      <link>https://snipplr.com/view/28233/dynamicaly-creating-expression-accessing-a-property</link>
      <description>&lt;p&gt;Creating the equivalent of (ParentType x) =&gt; x.SomeProperty when the property is unknown until runtime&lt;/p&gt;</description>
      <pubDate>Fri, 12 Feb 2010 07:14:06 UTC</pubDate>
      <guid>https://snipplr.com/view/28233/dynamicaly-creating-expression-accessing-a-property</guid>
    </item>
    <item>
      <title>(C#) LinkBuilder For Areas in ASP.NET MVC2 - jmcd</title>
      <link>https://snipplr.com/view/27016/linkbuilder-for-areas-in-aspnet-mvc2</link>
      <description>&lt;p&gt;The LinkBuilder implementation provided with the MVC Futures assembly does not work with areas.  This re-implementation matches routes with areas via declared namespaces.&lt;/p&gt;</description>
      <pubDate>Mon, 25 Jan 2010 10:33:08 UTC</pubDate>
      <guid>https://snipplr.com/view/27016/linkbuilder-for-areas-in-aspnet-mvc2</guid>
    </item>
    <item>
      <title>(C#) Lowercase Area Routes in ASP.NET MVC2 - jmcd</title>
      <link>https://snipplr.com/view/27004/lowercase-area-routes-in-aspnet-mvc2</link>
      <description>&lt;p&gt;Use it on your AreaRegistrationContext via the extension MapRouteLowercase&lt;/p&gt;</description>
      <pubDate>Mon, 25 Jan 2010 08:43:46 UTC</pubDate>
      <guid>https://snipplr.com/view/27004/lowercase-area-routes-in-aspnet-mvc2</guid>
    </item>
    <item>
      <title>(C#) Simple Circuit Breaker in C# - jmcd</title>
      <link>https://snipplr.com/view/26751/simple-circuit-breaker-in-c</link>
      <description>&lt;p&gt;Simple implementation of a circuit breaker.  Not threadsafe.&lt;/p&gt;</description>
      <pubDate>Wed, 20 Jan 2010 08:41:38 UTC</pubDate>
      <guid>https://snipplr.com/view/26751/simple-circuit-breaker-in-c</guid>
    </item>
    <item>
      <title>(C#) Atomic chunks of code for reuse with the null-coalescing operator - jmcd</title>
      <link>https://snipplr.com/view/20574/atomic-chunks-of-code-for-reuse-with-the-nullcoalescing-operator</link>
      <description>&lt;p&gt;A style of code reuse.  Breaking methods (in this case MVC controller) into very small reusable atomic chunks that either perform an operation then return an ActionResult OR return null, then using with the null-coalescing operator.&lt;/p&gt;</description>
      <pubDate>Fri, 02 Oct 2009 06:24:51 UTC</pubDate>
      <guid>https://snipplr.com/view/20574/atomic-chunks-of-code-for-reuse-with-the-nullcoalescing-operator</guid>
    </item>
    <item>
      <title>(C#) Experimental HTML Building Fluent Interface - jmcd</title>
      <link>https://snipplr.com/view/17876/experimental-html-building-fluent-interface</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 04 Aug 2009 04:50:46 UTC</pubDate>
      <guid>https://snipplr.com/view/17876/experimental-html-building-fluent-interface</guid>
    </item>
    <item>
      <title>(C#) Narrowing an expression to use a delegate with fewer args - jmcd</title>
      <link>https://snipplr.com/view/16268/narrowing-an-expression-to-use-a-delegate-with-fewer-args</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 24 Jun 2009 12:18:01 UTC</pubDate>
      <guid>https://snipplr.com/view/16268/narrowing-an-expression-to-use-a-delegate-with-fewer-args</guid>
    </item>
    <item>
      <title>(C#) Ordinal suffix of an integer - jmcd</title>
      <link>https://snipplr.com/view/14769/ordinal-suffix-of-an-integer</link>
      <description>&lt;p&gt;The switches are a little ugly, but they are quick.&lt;/p&gt;</description>
      <pubDate>Wed, 06 May 2009 10:34:33 UTC</pubDate>
      <guid>https://snipplr.com/view/14769/ordinal-suffix-of-an-integer</guid>
    </item>
  </channel>
</rss>
