<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - ecavazos</title>
<link>http://snipplr.com/users/ecavazos/language/c-sharp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 13:42:37 GMT</pubDate>
<item>
<title>(C#) Add Item to Array</title>
<link>http://snipplr.com/view/4648/add-item-to-array/</link>
<description><![CDATA[ <p>There may be a simpler way to do this but this is the only way I could find to solve this problem. There is no Add method for basic arrays.</p> ]]></description>
<pubDate>Fri, 18 Jan 2008 16:41:22 GMT</pubDate>
<guid>http://snipplr.com/view/4648/add-item-to-array/</guid>
</item>
<item>
<title>(C#) SendMail</title>
<link>http://snipplr.com/view/4647/sendmail/</link>
<description><![CDATA[ <p>A simple function to send an email in .NET. You can add this to a utility class and use as needed. A more complicated example can embed HTML templates for various communications.</p> ]]></description>
<pubDate>Fri, 18 Jan 2008 16:23:29 GMT</pubDate>
<guid>http://snipplr.com/view/4647/sendmail/</guid>
</item>
<item>
<title>(C#) Get Members of an Active Directory Distribution Group</title>
<link>http://snipplr.com/view/4646/get-members-of-an-active-directory-distribution-group/</link>
<description><![CDATA[ <p>This is very useful if you need to populate a dropdown.</p> ]]></description>
<pubDate>Fri, 18 Jan 2008 16:09:45 GMT</pubDate>
<guid>http://snipplr.com/view/4646/get-members-of-an-active-directory-distribution-group/</guid>
</item>
<item>
<title>(C#) Merging a String Array to a Comma delimited String (foreach)</title>
<link>http://snipplr.com/view/4645/merging-a-string-array-to-a-comma-delimited-string-foreach/</link>
<description><![CDATA[ <p>This can be useful for string preparations.</p> ]]></description>
<pubDate>Fri, 18 Jan 2008 15:42:18 GMT</pubDate>
<guid>http://snipplr.com/view/4645/merging-a-string-array-to-a-comma-delimited-string-foreach/</guid>
</item>
</channel>
</rss>