<?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: Using the Settings file in C#</title>
	<atom:link href="http://www.daveoncsharp.com/2009/07/using-the-settings-file-in-csharp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncsharp.com/2009/07/using-the-settings-file-in-csharp/</link>
	<description>C# Programming Tutorials</description>
	<lastBuildDate>Fri, 03 Sep 2010 10:48:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Connecting to a MySQL Database Programmatically</title>
		<link>http://www.daveoncsharp.com/2009/07/using-the-settings-file-in-csharp/comment-page-1/#comment-315</link>
		<dc:creator>Connecting to a MySQL Database Programmatically</dc:creator>
		<pubDate>Sun, 18 Oct 2009 20:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=634#comment-315</guid>
		<description>[...] Since the connection string is an application setting and usually only changes per installation of your application, I would recommend placing the connection string in the Settings.settings file. If you do not know what this file is you can check out my article on Using the Settings file in C#. [...]</description>
		<content:encoded><![CDATA[<p>[...] Since the connection string is an application setting and usually only changes per installation of your application, I would recommend placing the connection string in the Settings.settings file. If you do not know what this file is you can check out my article on Using the Settings file in C#. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Read, Write, and Delete from the Windows Registry with C#</title>
		<link>http://www.daveoncsharp.com/2009/07/using-the-settings-file-in-csharp/comment-page-1/#comment-38</link>
		<dc:creator>How to Read, Write, and Delete from the Windows Registry with C#</dc:creator>
		<pubDate>Mon, 17 Aug 2009 07:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncsharp.com/?p=634#comment-38</guid>
		<description>[...] Although many applications use the registry for storing their settings and configurations, nowadays it&#8217;s not the recommended practise any more. Instead you should store your application&#8217;s settings in an XML file &#8211; such as the Settings.settings file in your C# project. If you don&#8217;t know what the Settings.settings file is I wrote an article on it which you can read here &#8211; Using the Settings file in C#. [...]</description>
		<content:encoded><![CDATA[<p>[...] Although many applications use the registry for storing their settings and configurations, nowadays it&#8217;s not the recommended practise any more. Instead you should store your application&#8217;s settings in an XML file &#8211; such as the Settings.settings file in your C# project. If you don&#8217;t know what the Settings.settings file is I wrote an article on it which you can read here &#8211; Using the Settings file in C#. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
