<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/null-coalescing</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 18:20:05 GMT</pubDate>
<item>
<title>(C#) Atomic chunks of code for reuse with the null-coalescing operator - jmcd</title>
<link>http://snipplr.com/view/20574/atomic-chunks-of-code-for-reuse-with-the-nullcoalescing-operator/</link>
<description><![CDATA[ <p>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.</p> ]]></description>
<pubDate>Fri, 02 Oct 2009 06:24:51 GMT</pubDate>
<guid>http://snipplr.com/view/20574/atomic-chunks-of-code-for-reuse-with-the-nullcoalescing-operator/</guid>
</item>
</channel>
</rss>