<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To: Connect to a MySQL database using Connector/.NET in C#</title>
	<atom:link href="http://r3dux.org/2012/10/how-to-connect-to-a-mysql-database-using-connector-dot-net-in-c-sharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://r3dux.org/2012/10/how-to-connect-to-a-mysql-database-using-connector-dot-net-in-c-sharp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-connect-to-a-mysql-database-using-connector-dot-net-in-c-sharp</link>
	<description>A number-pimping side project from the valleys in *NEW* upside-down flavour.</description>
	<lastBuildDate>Mon, 13 May 2013 03:00:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: r3dux</title>
		<link>http://r3dux.org/2012/10/how-to-connect-to-a-mysql-database-using-connector-dot-net-in-c-sharp/#comment-8167</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Fri, 19 Oct 2012 10:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6646#comment-8167</guid>
		<description><![CDATA[I see your point - I just know nothing about using hibernate and/or spring in any language.

Maybe next time I need to do database things I&#039;ll give it a shot.]]></description>
		<content:encoded><![CDATA[<p>I see your point &#8211; I just know nothing about using hibernate and/or spring in any language.</p>
<p>Maybe next time I need to do database things I&#8217;ll give it a shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shetboy</title>
		<link>http://r3dux.org/2012/10/how-to-connect-to-a-mysql-database-using-connector-dot-net-in-c-sharp/#comment-8160</link>
		<dc:creator>shetboy</dc:creator>
		<pubDate>Wed, 17 Oct 2012 11:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=6646#comment-8160</guid>
		<description><![CDATA[Hi
I understand your thrust in &#039;getting something working&#039; that&#039;s simple.

But going down this roll-your-own coding road should be avoided.  You&#039;ll end up with objects not being released properly, non standardised db access, vendor lock in (due to your code), etc.  An example is not having dbConn.close() in your exception where you bomb out to the environment, you&#039;ll likely have a connection still being used as they&#039;re not always closed automatically for you.

Your readers may be interested in alternatives that are simpler to use for non-trivial projects.
http://en.wikipedia.org/wiki/NHibernate
There is a penalty due to setup/configuration but it&#039;s not too large, hence the non-trivial projects caveat.  But the benefits are huge and it really is quite a spiffy project :)

If you&#039;re going to go down the Java route then Spring/Hibernate is really powerful too
http://www.springsource.org/
http://www.hibernate.org/]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
I understand your thrust in &#8216;getting something working&#8217; that&#8217;s simple.</p>
<p>But going down this roll-your-own coding road should be avoided.  You&#8217;ll end up with objects not being released properly, non standardised db access, vendor lock in (due to your code), etc.  An example is not having dbConn.close() in your exception where you bomb out to the environment, you&#8217;ll likely have a connection still being used as they&#8217;re not always closed automatically for you.</p>
<p>Your readers may be interested in alternatives that are simpler to use for non-trivial projects.<br />
<a href="http://en.wikipedia.org/wiki/NHibernate">http://en.wikipedia.org/wiki/NHibernate</a><br />
There is a penalty due to setup/configuration but it&#8217;s not too large, hence the non-trivial projects caveat.  But the benefits are huge and it really is quite a spiffy project <img src='http://r3dux.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If you&#8217;re going to go down the Java route then Spring/Hibernate is really powerful too<br />
<a href="http://www.springsource.org/">http://www.springsource.org/</a><br />
<a href="http://www.hibernate.org/">http://www.hibernate.org/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
