<?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>Abhijeet Maharana &#187; .NET</title>
	<atom:link href="http://abhijeetmaharana.com/blog/category/programming/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://abhijeetmaharana.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 16 May 2010 05:53:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C# &#8211; Alternative to overriding static variables</title>
		<link>http://abhijeetmaharana.com/blog/2009/12/25/csharp-alternative-to-overriding-static-variables/</link>
		<comments>http://abhijeetmaharana.com/blog/2009/12/25/csharp-alternative-to-overriding-static-variables/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 15:52:38 +0000</pubDate>
		<dc:creator>Abhijeet Maharana</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://abhijeetmaharana.com/blog/?p=87</guid>
		<description><![CDATA[In a recent project, I came across a peculiar requirement. 
Modified version of the requirement:
1. Define a static variable in base class (say Code)
2. Define a property in base class that accesses Code (say Message)
3. Modify the value of Code in derived class
4. BaseInstance.Message should access the value of Code defined in base class whereas [...]]]></description>
		<wfw:commentRss>http://abhijeetmaharana.com/blog/2009/12/25/csharp-alternative-to-overriding-static-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
