<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devlicio.us/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Rob Reynolds - The Fervent Coder - All Comments</title><link>http://devlicio.us/blogs/rob_reynolds/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>re: RoundhousE – ADO.NET over SMO</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2010/02/23/roundhouse-ado-net-over-smo.aspx#55770</link><pubDate>Tue, 09 Mar 2010 03:14:14 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:55770</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;Okay - so this is working great as of revision 150. And I was wrong about all of those things I said would not work. They all work.&lt;/p&gt;
&lt;p&gt;If you are using SMO, the batches are not split.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=55770" width="1" height="1"&gt;</description></item><item><title>re: RoundhousE – ADO.NET over SMO</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2010/02/23/roundhouse-ado-net-over-smo.aspx#55587</link><pubDate>Mon, 01 Mar 2010 21:29:04 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:55587</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;Awesome! I&amp;#39;ll take a look.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=55587" width="1" height="1"&gt;</description></item><item><title>re: RoundhousE – ADO.NET over SMO</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2010/02/23/roundhouse-ado-net-over-smo.aspx#55575</link><pubDate>Sun, 28 Feb 2010 18:14:39 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:55575</guid><dc:creator>Harry M</dc:creator><description>&lt;p&gt;I think SMO is redistributable &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C6C3E9EF-BA29-4A43-8D69-A2BED18FE73C&amp;amp;displaylang=en"&gt;www.microsoft.com/.../details.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=55575" width="1" height="1"&gt;</description></item><item><title>re: RoundhousE – ADO.NET over SMO</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2010/02/23/roundhouse-ado-net-over-smo.aspx#55525</link><pubDate>Wed, 24 Feb 2010 22:56:04 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:55525</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;Well - it appears the logic still isn&amp;#39;t quite ironed out. Be on the lookout for a release sometime later this weekend!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=55525" width="1" height="1"&gt;</description></item><item><title>Lessons In Building An Email Parser</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2009/12/08/how-to-check-email-programmatically-sidepop.aspx#54628</link><pubDate>Fri, 18 Dec 2009 09:19:06 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:54628</guid><dc:creator>Rob Reynolds - The Fervent Coder</dc:creator><description>&lt;p&gt;The Classic Infinite Email Loop When building an email parser, one must think about validating an email&lt;/p&gt;
&lt;img src="http://devlicio.us/aggbug.aspx?PostID=54628" width="1" height="1"&gt;</description></item><item><title>re: How To Check Email Programmatically - SidePOP</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2009/12/08/how-to-check-email-programmatically-sidepop.aspx#54361</link><pubDate>Tue, 08 Dec 2009 18:47:03 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:54361</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;This has now been updated to be used with a configurator. This looks something like this: &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; private&amp;nbsp;void configure_mail_watcher()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;EmailWatcherConfigurator configurator = new SidePopXmlConfigurator();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;foreach (EmailWatcher emailWatcher in configurator.configure())&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;emailWatcher.MessagesReceived += runner_messages_received;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;emailWatcher.start();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;I will get a post up to show it soon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=54361" width="1" height="1"&gt;</description></item><item><title>re: How To Use Windsor to Change a Deployed Application’s Behavior Without Touching a Single Line of Existing Code</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2009/12/03/how-to-use-windsor-to-change-a-deployed-application-s-behavior-without-touching-a-single-line-of-existing-code.aspx#54315</link><pubDate>Fri, 04 Dec 2009 15:43:11 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:54315</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;@MichaelMJ: Yes, you are correct. Technically I am still editing a configuration file and that is arguably code. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;The point I am aiming for is that you could come up to an existing system and not have access to anything but the application in production and make it work differently without having to go back to the source of the existing system at all. &lt;/p&gt;
&lt;p&gt;:D&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=54315" width="1" height="1"&gt;</description></item><item><title>re: How To Use Windsor to Change a Deployed Application’s Behavior Without Touching a Single Line of Existing Code</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2009/12/03/how-to-use-windsor-to-change-a-deployed-application-s-behavior-without-touching-a-single-line-of-existing-code.aspx#54314</link><pubDate>Fri, 04 Dec 2009 15:25:41 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:54314</guid><dc:creator>MichaelMJ</dc:creator><description>&lt;p&gt;Isn&amp;#39;t it a bit of a misnomer to say that you aren&amp;#39;t editing code? &amp;nbsp;You&amp;#39;ve just moved your code specification to an XML file rather than having it in C#. &amp;nbsp;You&amp;#39;ve done it without re-compiling the system definitely. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=54314" width="1" height="1"&gt;</description></item><item><title>re: Command Line Parsing on Windows with Mono.Options</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2009/11/22/command-line-parsing-with-mono-options.aspx#54143</link><pubDate>Thu, 26 Nov 2009 09:32:28 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:54143</guid><dc:creator>James Gregory</dc:creator><description>&lt;p&gt;This is one of those things that I hand roll on every new project, and with every one think &amp;quot;there should be an easier way to do this!&amp;quot;. Seems like there has been all along. Thanks for bringing this to my attention!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=54143" width="1" height="1"&gt;</description></item><item><title>re: Command Line Parsing on Windows with Mono.Options</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2009/11/22/command-line-parsing-with-mono-options.aspx#54071</link><pubDate>Mon, 23 Nov 2009 20:54:31 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:54071</guid><dc:creator>Rob Reynolds</dc:creator><description>&lt;p&gt;I&amp;#39;m using Mono.Options on the Windows platform. You are not the first person to mention the Mono part. &amp;nbsp;The Options library can be used with either Windows or Linux. Thanks for helping me see that. I will try to be more clear.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=54071" width="1" height="1"&gt;</description></item><item><title>re: Command Line Parsing with Mono.Options</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2009/11/22/command-line-parsing-with-mono-options.aspx#54067</link><pubDate>Mon, 23 Nov 2009 18:44:28 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:54067</guid><dc:creator>csharptest.net</dc:creator><description>&lt;p&gt;Interesting stuff, I found myself recently wishing this was built-in to the .Net Library. &amp;nbsp;Finding that it wasn&amp;#39;t and being very tired of writing and re-writing this code I finally developed a similar approach. &amp;nbsp;I&amp;#39;m glad to see this finally starting to eek it&amp;#39;s way into a more core library. &amp;nbsp;If your looking for a solution similar to this on the Windows platform check out: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://csharptest.net/?p=299"&gt;http://csharptest.net/?p=299&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=54067" width="1" height="1"&gt;</description></item><item><title>re: Command Line Parsing with Mono.Options</title><link>http://devlicio.us/blogs/rob_reynolds/archive/2009/11/22/command-line-parsing-with-mono-options.aspx#54027</link><pubDate>Mon, 23 Nov 2009 04:10:43 GMT</pubDate><guid isPermaLink="false">40756a8b-6212-4073-9d98-6c26781577de:54027</guid><dc:creator>Ronald Widha</dc:creator><description>&lt;p&gt;excellent stuff. I&amp;#39;ll make an excuse to use it in a project&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devlicio.us/aggbug.aspx?PostID=54027" width="1" height="1"&gt;</description></item></channel></rss>