<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Verician</title>
<link>http://snipplr.com/users/Verician</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 21:56:06 GMT</pubDate>
<item>
<title>(C#) Write to the Event Log C#</title>
<link>http://snipplr.com/view/67389/write-to-the-event-log-c/</link>
<description><![CDATA[ <p>Output your errors to the Windows event log. Very effective to output from try catch blocks.</p> ]]></description>
<pubDate>Wed, 26 Sep 2012 23:16:35 GMT</pubDate>
<guid>http://snipplr.com/view/67389/write-to-the-event-log-c/</guid>
</item>
<item>
<title>(C#) Open Web Browser Window to URL C#</title>
<link>http://snipplr.com/view/67388/open-web-browser-window-to-url-c/</link>
<description><![CDATA[ <p>I needed to open a browser window from my small C# app as a result of a dynamic URL build from data received from the command line. This did the trick!</p> ]]></description>
<pubDate>Wed, 26 Sep 2012 23:10:35 GMT</pubDate>
<guid>http://snipplr.com/view/67388/open-web-browser-window-to-url-c/</guid>
</item>
<item>
<title>(C#) Read From Text File C#</title>
<link>http://snipplr.com/view/67387/read-from-text-file-c/</link>
<description><![CDATA[ <p>Read from a text file using a stream reader in C#</p> ]]></description>
<pubDate>Wed, 26 Sep 2012 23:07:14 GMT</pubDate>
<guid>http://snipplr.com/view/67387/read-from-text-file-c/</guid>
</item>
<item>
<title>(C#) Kill Named Process C#</title>
<link>http://snipplr.com/view/67386/kill-named-process-c/</link>
<description><![CDATA[ <p>I built a middleware app to fire from an ERP addon, as part of the trigger process my app needed to close the ERP addon to reduce errors during a re-run of the event. I used this to kill the process.</p> ]]></description>
<pubDate>Wed, 26 Sep 2012 23:00:40 GMT</pubDate>
<guid>http://snipplr.com/view/67386/kill-named-process-c/</guid>
</item>
</channel>
</rss>