<?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>Shakti Tanwar &#187; VB.Net Interview Questions</title>
	<atom:link href="http://shaktitanwar.com/category/vb-net-interview-questions/feed/" rel="self" type="application/rss+xml" />
	<link>http://shaktitanwar.com</link>
	<description>Shakti Tanwar - “Dot Net Training”</description>
	<lastBuildDate>Tue, 26 Aug 2025 09:23:19 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.4</generator>
	<item>
		<title>What’s the difference between const and readonly?</title>
		<link>http://shaktitanwar.com/whats-the-difference-between-const-and-readonly/</link>
		<comments>http://shaktitanwar.com/whats-the-difference-between-const-and-readonly/#comments</comments>
		<pubDate>Sun, 17 May 2015 12:33:36 +0000</pubDate>
		<dc:creator><![CDATA[Shakti Tanwar]]></dc:creator>
				<category><![CDATA[C# Interview Questions]]></category>
		<category><![CDATA[VB.Net Interview Questions]]></category>

		<guid isPermaLink="false">http://shaktitanwar.com/?p=457</guid>
		<description><![CDATA[const are compile time constants where as readonly are runtime constants. Once assigned you cannot change the values assigned to variables declared as const or readonly. Usage: Const variable just like their static(shared in VB) counterparts are accessible via Class Names only. They are not accessible via objects. Readonly variable [&#8230;]]]></description>
		<wfw:commentRss>http://shaktitanwar.com/whats-the-difference-between-const-and-readonly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
