<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - RichardIII</title>
<link>http://snipplr.com/users/RichardIII/language/c-sharp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 10:17:26 GMT</pubDate>
<item>
<title>(C#) Methods and Different Kind of Parameters Passing</title>
<link>http://snipplr.com/view/4978/methods-and-different-kind-of-parameters-passing/</link>
<description><![CDATA[ <p>In Delphi you have the possibility to modify Methods' Parameters (e.g. procedure AddPlus(var number: integer);) - in C# you will find the following realm of possibility:</p> ]]></description>
<pubDate>Mon, 11 Feb 2008 08:46:25 GMT</pubDate>
<guid>http://snipplr.com/view/4978/methods-and-different-kind-of-parameters-passing/</guid>
</item>
<item>
<title>(C#) Regular Expressions</title>
<link>http://snipplr.com/view/4977/regular-expressions/</link>
<description><![CDATA[ <p>A short Demo showing the use of Regular Expressions in C#.</p> ]]></description>
<pubDate>Mon, 11 Feb 2008 08:02:04 GMT</pubDate>
<guid>http://snipplr.com/view/4977/regular-expressions/</guid>
</item>
<item>
<title>(C#) Creating Linear List with Advanced Programming Techniques</title>
<link>http://snipplr.com/view/4976/creating-linear-list-with-advanced-programming-techniques/</link>
<description><![CDATA[ <p>This is a demo how to create a Linear List with APTs make using of Generics, Indexer and the IEnumerator Interface. With this APTs it is possible to create a high performace, type safety class which is available for different control loops techniques and so on.</p> ]]></description>
<pubDate>Mon, 11 Feb 2008 06:22:59 GMT</pubDate>
<guid>http://snipplr.com/view/4976/creating-linear-list-with-advanced-programming-techniques/</guid>
</item>
</channel>
</rss>