<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - ronklein</title>
<link>http://snipplr.com/users/ronklein</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 12:40:31 GMT</pubDate>
<item>
<title>(DOS Batch) powershell run scripts permission</title>
<link>http://snipplr.com/view/58119/powershell-run-scripts-permission/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Aug 2011 09:23:51 GMT</pubDate>
<guid>http://snipplr.com/view/58119/powershell-run-scripts-permission/</guid>
</item>
<item>
<title>(C#) Get enum values by Reflection</title>
<link>http://snipplr.com/view/48028/get-enum-values-by-reflection/</link>
<description><![CDATA[ <p>This code keeps the code order. For instance:

public enum Color
{
    Red = 100,
    Green = 0,
    Blue = 5        
}


-Will generate the names as Red, Green, Blue.
Using the Enum.GetNames approach won't make it.</p> ]]></description>
<pubDate>Fri, 28 Jan 2011 02:50:31 GMT</pubDate>
<guid>http://snipplr.com/view/48028/get-enum-values-by-reflection/</guid>
</item>
<item>
<title>(C#) Refresh Controls to the root</title>
<link>http://snipplr.com/view/46855/refresh-controls-to-the-root/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 10 Jan 2011 18:31:42 GMT</pubDate>
<guid>http://snipplr.com/view/46855/refresh-controls-to-the-root/</guid>
</item>
<item>
<title>(C#) String extension useful for logging</title>
<link>http://snipplr.com/view/46237/string-extension-useful-for-logging/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 29 Dec 2010 21:35:10 GMT</pubDate>
<guid>http://snipplr.com/view/46237/string-extension-useful-for-logging/</guid>
</item>
</channel>
</rss>