<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - dotNetkow</title>
<link>http://snipplr.com/users/dotNetkow</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 22:59:17 GMT</pubDate>
<item>
<title>(SQL) Specify order of rows returned in MS SQL Server</title>
<link>http://snipplr.com/view/49069/specify-order-of-rows-returned-in-ms-sql-server/</link>
<description><![CDATA[ <p>Similar to "FIND_IN_SET" from MySQL.</p> ]]></description>
<pubDate>Wed, 16 Feb 2011 08:20:42 GMT</pubDate>
<guid>http://snipplr.com/view/49069/specify-order-of-rows-returned-in-ms-sql-server/</guid>
</item>
<item>
<title>(C#) Remove carriage return, newline, and spaces from string</title>
<link>http://snipplr.com/view/47803/remove-carriage-return-newline-and-spaces-from-string/</link>
<description><![CDATA[ <p>Useful for detecting when a string is really empty.</p> ]]></description>
<pubDate>Tue, 25 Jan 2011 02:29:50 GMT</pubDate>
<guid>http://snipplr.com/view/47803/remove-carriage-return-newline-and-spaces-from-string/</guid>
</item>
<item>
<title>(Visual Basic) Remove all data connections from Excel Workbook</title>
<link>http://snipplr.com/view/45897/remove-all-data-connections-from-excel-workbook/</link>
<description><![CDATA[ <p>Code is VBA...</p> ]]></description>
<pubDate>Sat, 18 Dec 2010 04:31:45 GMT</pubDate>
<guid>http://snipplr.com/view/45897/remove-all-data-connections-from-excel-workbook/</guid>
</item>
<item>
<title>(C#) Create a comma-delimited list from IEnumerable</title>
<link>http://snipplr.com/view/45768/create-a-commadelimited-list-from-ienumerable/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Dec 2010 12:51:58 GMT</pubDate>
<guid>http://snipplr.com/view/45768/create-a-commadelimited-list-from-ienumerable/</guid>
</item>
<item>
<title>(SQL) Year To Date</title>
<link>http://snipplr.com/view/45376/year-to-date/</link>
<description><![CDATA[ <p>Generates a year-to-date string (ex: 2010-01-01) by appending the year to the first of the year.</p> ]]></description>
<pubDate>Tue, 07 Dec 2010 08:00:16 GMT</pubDate>
<guid>http://snipplr.com/view/45376/year-to-date/</guid>
</item>
<item>
<title>(C#) "Login" to Salesforce API using C#</title>
<link>http://snipplr.com/view/44402/login-to-salesforce-api-using-c/</link>
<description><![CDATA[ <p>"Log in" to Salesforce via this code.  Borrowed heavily from URL reference.</p> ]]></description>
<pubDate>Fri, 19 Nov 2010 06:36:45 GMT</pubDate>
<guid>http://snipplr.com/view/44402/login-to-salesforce-api-using-c/</guid>
</item>
<item>
<title>(C#) Allow enums to have spaces</title>
<link>http://snipplr.com/view/44388/allow-enums-to-have-spaces/</link>
<description><![CDATA[ <p>By default, enum values cannot have spaces in them (i.e. "Created Date" can only be "CreatedDate").  With this method, we can change that!</p> ]]></description>
<pubDate>Fri, 19 Nov 2010 02:55:51 GMT</pubDate>
<guid>http://snipplr.com/view/44388/allow-enums-to-have-spaces/</guid>
</item>
</channel>
</rss>