<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>best practice CSharp Archives - IODocs</title>
	<atom:link href="https://www.iodocs.com/tag/best-practice-csharp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/tag/best-practice-csharp/</link>
	<description>IODocs: Comprehensive How-To Guides, Software Tutorials, and More IODocs.com</description>
	<lastBuildDate>Mon, 14 Aug 2017 21:31:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.iodocs.com/wp-content/uploads/2019/01/cropped-logoIODOCSretina-32x32.avif</url>
	<title>best practice CSharp Archives - IODocs</title>
	<link>https://www.iodocs.com/tag/best-practice-csharp/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the difference between const and readonly?</title>
		<link>https://www.iodocs.com/difference-const-readonly/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Tue, 22 Aug 2017 17:33:32 +0000</pubDate>
				<category><![CDATA[NET]]></category>
		<category><![CDATA[best practice CSharp]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=992</guid>

					<description><![CDATA[<p>Const vs Readonly Const The value of your const property is set at compile time and can’t change at runtime. Where the const is used in the callee, this value is replaced by the compiler. This can lead to versioning problems if your const changes in later versions. So if you have version 1 of [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/difference-const-readonly/">What is the difference between const and readonly?</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
