<?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>Sat, 13 Jun 2026 15:08:43 +0000</lastBuildDate>
    <item>
      <title>(C#) Simple SubSonic Collection Query - mordecaix7</title>
      <link>https://snipplr.com/view/14290/simple-subsonic-collection-query</link>
      <description>&lt;p&gt;This is an example piece of code that will load a SubSonic collection into the "col1" object.  The collection class is told to look for the column "VendorId" in the products table and pull it based based on the matching supplied vendorId.&lt;/p&gt;</description>
      <pubDate>Wed, 22 Apr 2009 15:27:02 UTC</pubDate>
      <guid>https://snipplr.com/view/14290/simple-subsonic-collection-query</guid>
    </item>
    <item>
      <title>(C#) Carriage Return in C# - mordecaix7</title>
      <link>https://snipplr.com/view/14244/carriage-return-in-c</link>
      <description>&lt;p&gt;Sometimes you may need a carriage return in your text.  Line 1 is the code for a carriage return in C# and line 3 shows an example of how to use it.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Apr 2009 15:20:04 UTC</pubDate>
      <guid>https://snipplr.com/view/14244/carriage-return-in-c</guid>
    </item>
    <item>
      <title>(C#) Assign Default Value to Variable if Second Variable is Null - mordecaix7</title>
      <link>https://snipplr.com/view/10772/assign-default-value-to-variable-if-second-variable-is-null</link>
      <description>&lt;p&gt;If you set the int keyword to be Nullable, then when x is declared there it's set to null.&#13;
On the second line, the "??" are saying if x is null then assign -1 instead.&lt;/p&gt;</description>
      <pubDate>Tue, 30 Dec 2008 14:53:24 UTC</pubDate>
      <guid>https://snipplr.com/view/10772/assign-default-value-to-variable-if-second-variable-is-null</guid>
    </item>
    <item>
      <title>(VB.NET) Shared Class With No Need for New Instances - mordecaix7</title>
      <link>https://snipplr.com/view/10382/shared-class-with-no-need-for-new-instances</link>
      <description>&lt;p&gt;Use this method to create a class that doesn't need to be declared new to return properties&lt;/p&gt;</description>
      <pubDate>Wed, 10 Dec 2008 14:58:29 UTC</pubDate>
      <guid>https://snipplr.com/view/10382/shared-class-with-no-need-for-new-instances</guid>
    </item>
    <item>
      <title>(CSS) Image With Transparent Caption - mordecaix7</title>
      <link>https://snipplr.com/view/10340/image-with-transparent-caption</link>
      <description>&lt;p&gt;Example is here:  http://www.sohtanaka.com/web-design/examples/drop-shadow/caption.htm&lt;/p&gt;</description>
      <pubDate>Mon, 08 Dec 2008 18:41:44 UTC</pubDate>
      <guid>https://snipplr.com/view/10340/image-with-transparent-caption</guid>
    </item>
  </channel>
</rss>
