<?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/comma</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 10:33:13 GMT</pubDate>
<item>
<title>(C#) Pull posted data directly from StreamReader when traditional comma delimited list won't suffice - housecor</title>
<link>http://snipplr.com/view/47472/pull-posted-data-directly-from-streamreader-when-traditional-comma-delimited-list-wont-suffice/</link>
<description><![CDATA[ <p>Useful when creating multiple instances of field with same name on client-side, but since the user can enter a comma, referencing Request["myvar"] will get you a comma delimited list that isn't reliable (the commas aren't escaped). So use StreamReader to read the raw http stream and parse it yourself.</p> ]]></description>
<pubDate>Wed, 19 Jan 2011 07:32:30 GMT</pubDate>
<guid>http://snipplr.com/view/47472/pull-posted-data-directly-from-streamreader-when-traditional-comma-delimited-list-wont-suffice/</guid>
</item>
<item>
<title>(C#) Merging a String Array to a Comma delimited String (foreach) - ecavazos</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>