<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sujoy&#039;s Blog</title>
	<atom:link href="http://prsujoy.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://prsujoy.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 19 Apr 2011 07:40:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='prsujoy.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sujoy&#039;s Blog</title>
		<link>http://prsujoy.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://prsujoy.wordpress.com/osd.xml" title="Sujoy&#039;s Blog" />
	<atom:link rel='hub' href='http://prsujoy.wordpress.com/?pushpress=hub'/>
		<item>
		<title>String is value type or reference type</title>
		<link>http://prsujoy.wordpress.com/2011/04/19/string-is-value-type-or-reference-type/</link>
		<comments>http://prsujoy.wordpress.com/2011/04/19/string-is-value-type-or-reference-type/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 07:38:53 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=201</guid>
		<description><![CDATA[A String is a reference type even though it has most of the characteristics of a value type such as being immutable and having == overloaded to compare the text rather than making sure they reference the same object.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=201&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A String is a reference type even though it has most of the characteristics of a value type such as being immutable and having == overloaded to compare the text rather than making sure they reference the same object.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/201/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=201&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2011/04/19/string-is-value-type-or-reference-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
		<item>
		<title>preventing inheritence in C#</title>
		<link>http://prsujoy.wordpress.com/2010/10/21/preventing-inheritence-in-c/</link>
		<comments>http://prsujoy.wordpress.com/2010/10/21/preventing-inheritence-in-c/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 05:51:15 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=191</guid>
		<description><![CDATA[There are two ways to prevent inheritance: a) Use either sealed keyword or b) make the default constructor as private in the base class c) make the class as static<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=191&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are two ways to prevent inheritance:<br />
a) Use either <strong>sealed </strong>keyword or<br />
b) make the default constructor as <strong>private </strong>in the base class<br />
c) make the class as <strong>static</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=191&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2010/10/21/preventing-inheritence-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Value Types and Reference Types</title>
		<link>http://prsujoy.wordpress.com/2010/08/16/value-types-and-reference-types/</link>
		<comments>http://prsujoy.wordpress.com/2010/08/16/value-types-and-reference-types/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 10:45:55 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=169</guid>
		<description><![CDATA[Intriguing Question Value Type Reference Type Where is this type allocated? Allocated on the stack. Allocated on the managed heap. How is a variable represented? Value type variables are local copies. Reference type variables are pointing to the memory occupied by the allocated instance. What is the base type? Must derive fromSystem.ValueType. Can derive from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=169&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="213" valign="top"><strong> Intriguing Question</strong></td>
<td width="213" valign="top"><strong>Value Type</strong></td>
<td width="213" valign="top"><strong>Reference Type</strong></td>
</tr>
<tr>
<td width="213" valign="top">Where is this type allocated?</td>
<td width="213" valign="top">Allocated on the stack.</td>
<td width="213" valign="top">Allocated on the managed heap.</td>
</tr>
<tr>
<td width="213" valign="top">How is a variable represented?</td>
<td width="213" valign="top">Value type variables are local copies.</td>
<td width="213" valign="top">Reference type variables are pointing to the memory occupied by the allocated instance.</td>
</tr>
<tr>
<td width="213" valign="top">What is the base type?</td>
<td width="213" valign="top">Must derive fromSystem.ValueType.</td>
<td width="213" valign="top">Can derive from any othertype (except System. ValueType),   as long as that type is not “sealed”</td>
</tr>
<tr>
<td width="213" valign="top">Can this type function as a baseto other types?</td>
<td width="213" valign="top">No. Value types are alwayssealed and cannot be</p>
<p>inherited from.</td>
<td width="213" valign="top">Yes. If the type is not sealed, itmay function as a base to other types.</td>
</tr>
<tr>
<td width="213" valign="top">What is the default parameter passing behavior?</td>
<td width="213" valign="top">Variables are passed by value (i.e., a copy of the variable is passed into the called function).</td>
<td width="213" valign="top">For value types, the object iscopied-by-value. For reference types, the reference is copied-by-value.</td>
</tr>
<tr>
<td width="213" valign="top">Can this type overrideSystem.Object.Finalize()?</td>
<td width="213" valign="top">No. Value types are never placed onto the heap and therefore do not need to be finalized.</td>
<td width="213" valign="top">Yes, indirectly.</td>
</tr>
<tr>
<td width="213" valign="top">Can I define constructors forthis type?</td>
<td width="213" valign="top">Yes, but the defaultconstructor is reserved (i.e.,your custom constructors must all have arguments).</td>
<td width="213" valign="top">But of course!</td>
</tr>
<tr>
<td width="213" valign="top">When do variables of this typedie?</td>
<td width="213" valign="top">When they fall out of the defining scope</td>
<td width="213" valign="top">When the object is garbagecollected.</td>
</tr>
<tr>
<td width="213" valign="top"></td>
<td width="213" valign="top"></td>
<td width="213" valign="top"></td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=169&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2010/08/16/value-types-and-reference-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
		<item>
		<title>partial keyword in C#</title>
		<link>http://prsujoy.wordpress.com/2010/08/14/partial-keyword-in-c/</link>
		<comments>http://prsujoy.wordpress.com/2010/08/14/partial-keyword-in-c/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 09:03:11 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=158</guid>
		<description><![CDATA[C# 2.0 introduces the concept of partial type definitions for classes, structs, and interfaces, as a means to break types in a program into multiple pieces to be stored in different source files for easier maintenance and development. In short, it allows a single class to be defined in more than one file within the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=158&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>C# 2.0 introduces the concept of  partial type definitions for classes, structs, and interfaces, as a  means to break types in a program into multiple pieces to be stored in  different source files for easier maintenance and development. In short, it allows a single class to be defined in more than one file within the same namespace.</p>
<p>It is possible to split the definition of a class or a struct, or an interface  over two or more source files. Each source file contains a section of the class definition, and all parts are combined when the application is compiled. It enables easier<strong> maintenance and development of code</strong>.There are several situations when splitting a class definition is desirable:</p>
<p>* When working on large projects, spreading a class over separate files allows multiple programmers to work on it simultaneously.<br />
* When working with automatically generated source, code can be added to the class without having to recreate the source file. Visual Studio uses this approach when creating Windows Forms, Web Service wrapper code, and so on. You can create code that uses these classes without having to edit the file created by Visual Studio.<br />
* To split a class definition, use the partial keyword modifier, as shown below:</p>
<p><pre class="brush: csharp;">
public partial class A
{
  private int x;
  private int y;
  public A(int x, int y)
  {
    this.x = x;
    this.y = y;
  }
}
public partial class A
{
 public void Print()
 {
  System.Console.WriteLine(&quot;Values: {0},{1}&quot;, x, y);
 }
}
</pre></p>
<p>In the above example, the fields and the constructor of the class, A, are declared in one partial class definition, while the member, <tt>Print</tt>, is declared in another partial class definition.</p>
<p>Using the <strong>partial</strong> keyword indicates that other parts of the class, struct, or interface can be defined within the same namespace</p>
<li style="text-align:left;">The <strong>partial </strong>modifier can only appear immediately before &#8216;class&#8217;, &#8216;struct&#8217;, or &#8216;interface&#8217;.</li>
<li style="text-align:left;">All the parts must use the <strong>partial</strong> keyword. All of the parts must be available at compile time to form the final type.</li>
<li style="text-align:left;">All the parts must have the same accessibility, such as public, private, and so on.</li>
<li style="text-align:left;">If any of the parts are declared <strong>abstract</strong>, then the entire type is  considered abstract.</li>
<li style="text-align:left;">If any of the parts are declared <strong>sealed</strong>, then the  entire type is considered sealed.</li>
<li style="text-align:left;">If any of the parts declare a <strong>base  type</strong>, then the entire type inherits that class. All of the parts that specify a base class must agree, but parts that  omit a base class still inherit the base type. Parts can specify  different base interfaces, and the final type implements all of the  interfaces listed by all of the partial declarations.</li>
<li style="text-align:left;">Any class, struct, or interface members declared in a partial definition  are available to all of the other parts. The final type is the  combination of all the parts at compile time.</li>
<li style="text-align:left;">The partial modifier is not available on <strong>delegate or enumeration</strong> declarations.</li>
<li style="text-align:left;">All partial-type definitions meant to be parts of the same type must be  defined in the same assembly and the same module (.exe or .dll file).  Partial <strong>definitions cannot span multiple modules</strong>.</li>
<p><a href="http://msdn.microsoft.com/en-us/library/wa80x488%28VS.80%29.aspx" target="_blank">for more details</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=158&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2010/08/14/partial-keyword-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
		<item>
		<title>accessing C# variable in javascript</title>
		<link>http://prsujoy.wordpress.com/2010/08/14/accessing-c-variable-in-javascript/</link>
		<comments>http://prsujoy.wordpress.com/2010/08/14/accessing-c-variable-in-javascript/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 08:19:18 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=154</guid>
		<description><![CDATA[Here,m_Conn is a public variable of C# code<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=154&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here,m_Conn is a public variable of C# code<br />
<pre class="brush: jscript;">
function Button1_onclick() {
var t_Value = '&lt;%=m_Conn%&gt;';
 alert(t_Value);
 }
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=154&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2010/08/14/accessing-c-variable-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Call Webservice using javascript (Which works on both IE and Fire fox)</title>
		<link>http://prsujoy.wordpress.com/2010/08/14/call-webservice-using-javascript-which-works-on-both-ie-and-fire-fox/</link>
		<comments>http://prsujoy.wordpress.com/2010/08/14/call-webservice-using-javascript-which-works-on-both-ie-and-fire-fox/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 06:09:05 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=152</guid>
		<description><![CDATA[Check out the following video. http://www.asp.net/ajax/videos/how-do-i-aspnet-ajax-enable-an-existing-web-service<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=152&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Check out the following video.</p>
<p><a href="http://www.asp.net/ajax/videos/how-do-i-aspnet-ajax-enable-an-existing-web-service" target="_blank">http://www.asp.net/ajax/videos/how-do-i-aspnet-ajax-enable-an-existing-web-service</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=152&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2010/08/14/call-webservice-using-javascript-which-works-on-both-ie-and-fire-fox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Abstraction and Encapsulation in OOPS</title>
		<link>http://prsujoy.wordpress.com/2010/08/05/abstraction-and-encapsulation-in-oops/</link>
		<comments>http://prsujoy.wordpress.com/2010/08/05/abstraction-and-encapsulation-in-oops/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 08:06:06 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=148</guid>
		<description><![CDATA[Abstraction is another good feature of OOPS. Abstraction means to show only the necessary details to the client of the object. click the following link for more detail: http://forums.asp.net/t/1258933.aspx Encapsulation is the concept of grouping of data members and member functions. Basically, Encapsulation is a process of binding or wrapping the data and the codes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=148&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Abstraction </strong>is another good feature of OOPS. Abstraction means to show  only the necessary details to the client of the object.</p>
<p>click the following link for more detail:</p>
<p><a href="http://forums.asp.net/t/1258933.aspx" target="_blank">http://forums.asp.net/t/1258933.aspx</a></p>
<p><strong>Encapsulation </strong>is the concept of  grouping of data members and member functions. Basically, Encapsulation is a process of binding or  wrapping the data and the codes that operates on the data into a single  entity. This keeps the data safe from outside interface and misuse. One  way to think about encapsulation is as a protective wrapper that  prevents code and data from being arbitrarily accessed by other code  defined outside the wrapper.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=148&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2010/08/05/abstraction-and-encapsulation-in-oops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Abstract Class versus Interface</title>
		<link>http://prsujoy.wordpress.com/2010/07/31/abstract-class-versus-interface/</link>
		<comments>http://prsujoy.wordpress.com/2010/07/31/abstract-class-versus-interface/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 07:41:13 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=144</guid>
		<description><![CDATA[Feature Interface Abstract class Multiple inheritance A class may inherit several interfaces. A class may inherit only one abstract class. Default implementation An interface cannot provide any code, just the signature. An abstract class can provide complete, default code and/or just the details that have to be overridden. Access Modfiers An interface cannot have access [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=144&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table cellspacing="0" cellpadding="7" width="568">
<thead>
<tr>
<td width="33%" valign="top">Feature</td>
<td width="33%" valign="top">Interface</td>
<td width="33%" valign="top">Abstract class</td>
</tr>
</thead>
<tbody>
<tr>
<td width="33%" valign="top">Multiple inheritance</td>
<td width="33%" valign="top">A class may inherit several interfaces.</td>
<td width="33%" valign="top">A class may inherit only one abstract class.</td>
</tr>
<tr>
<td width="33%" valign="top">Default implementation</td>
<td width="33%" valign="top">An interface cannot provide any code, just the signature.</td>
<td width="33%" valign="top">An abstract class can provide complete, default code and/or just the details that have to be overridden.</td>
</tr>
<tr>
<td width="33%" valign="top">Access Modfiers</td>
<td width="33%" valign="top">An interface cannot have access modifiers for the subs, functions, properties etc everything is assumed as public</td>
<td width="33%" valign="top">An abstract class can contain access modifiers for the subs, functions, properties</td>
</tr>
<tr>
<td width="33%" valign="top">Core VS Peripheral</td>
<td width="33%" valign="top">Interfaces are used to define the peripheral abilities of a class. In  other words both Human and Vehicle can inherit from a IMovable  interface.</td>
<td width="33%" valign="top">An abstract class defines the core identity of a class and there it is used for objects of the same type.</td>
</tr>
<tr>
<td width="33%" valign="top">Homogeneity</td>
<td width="33%" valign="top">If various implementations only share method signatures then it is better to use Interfaces.</td>
<td width="33%" valign="top">If various implementations are of the same kind and use common behaviour or status then abstract class is better to use.</td>
</tr>
<tr>
<td width="33%" valign="top">Speed</td>
<td width="33%" valign="top">Requires more time to find the actual method in the corresponding classes.</td>
<td width="33%" valign="top">Fast</td>
</tr>
<tr>
<td width="33%" valign="top">Adding functionality (Versioning)</td>
<td width="33%" valign="top">If we add a new method to an Interface then we have to track down all  the implementations of the interface and define implementation for the  new method.</td>
<td width="33%" valign="top">If we add a new method to an abstract class then we have the option  of providing default implementation and therefore all the existing code  might work properly.</td>
</tr>
<tr>
<td width="33%" valign="top">Fields and Constants</td>
<td width="33%" valign="top">No fields can be defined in interfaces</td>
<td width="33%" valign="top">An abstract class can have fields and constrants defined</td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/144/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/144/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/144/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=144&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2010/07/31/abstract-class-versus-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
		<item>
		<title>String intern pool</title>
		<link>http://prsujoy.wordpress.com/2010/07/16/string-intern-pool/</link>
		<comments>http://prsujoy.wordpress.com/2010/07/16/string-intern-pool/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 08:44:32 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=135</guid>
		<description><![CDATA[The string intern pool is a table that contains a single reference to each unique literal string declared or created programmatically in your application. The Common Language Runtime (CLR) uses the intern pool to minimize string storage requirements. As a result, an instance of a literal string with a particular value only exists once in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=135&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The string <em>intern pool</em> is a table that contains a single  reference to each unique literal string declared or created  programmatically in your application. The Common Language Runtime (CLR)  uses the intern pool to minimize string storage requirements. As a  result, an instance of a literal string with a particular value only  exists once in the system. For example, if you assign the same literal  string to several different variables, at runtime, the CLR retrieves the  unique reference to that literal string from the intern pool and  assigns it to each variable.  The String.Intern (string) method searches the  intern pool for a string equal to the specified value. If such a string  exists, its reference in the intern pool is returned. Otherwise, a  reference to the specified string is added to the intern pool and that  reference is returned.  In the following example, the string, <em><strong>declared</strong></em> with a  value of &#8220;Intern pool&#8221; is interned; because, it is a string literal. The  string <em><strong>built</strong></em> is a new string object with the same value as declared but generated by the System.Text.StringBuilder class. The Intern method searches for a string with the  same value as built. Since the string already exists in the  intern pool, the method returns the same reference that is assigned to declared and assigns that reference to interned.  References  declared  and  built  compare  unequal because they refer to different objects, while references  declared  and  interned  compare equal because they refer to the same  string.</p>
<p><pre class="brush: csharp;">
String declared = &quot;Intern pool&quot;;
String built    = new StringBuilder().Append(&quot;Intern &quot;)
   .Append(&quot;pool&quot;).ToString();
String interned = String.Intern(built);
Console.WriteLine ((Object)built==(Object)declared);    // different references
Console.WriteLine ((Object)interned==(Object)declared); // same reference
</pre></p>
<h3>Performance considerations</h3>
<p>When trying to reduce the total memory allocated by your application,  remember that interning has two unfortunate side effects. Firstly, the  memory allocated for interned <code>String</code> objects is unlikely to  be released until the CLR terminates: the CLR&#8217;s references to interned <code>String</code> objects may persist after your application or application domain  terminates. Secondly, to intern a string, a string must first be  created. Thus, despite the fact that the memory will eventually be  garbage collected, the memory used by the <code>String</code> object  will still be allocated.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=135&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2010/07/16/string-intern-pool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
		<item>
		<title>Volatile fields</title>
		<link>http://prsujoy.wordpress.com/2010/07/16/volatile-fields/</link>
		<comments>http://prsujoy.wordpress.com/2010/07/16/volatile-fields/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 07:41:08 +0000</pubDate>
		<dc:creator>prsujoy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://prsujoy.wordpress.com/?p=124</guid>
		<description><![CDATA[When a field-declaration includes a volatile modifier, the fields introduced by that declaration are volatile fields. In brief, when a field is declared as volatile compilers  doesn&#8217;t reorders the instruction. for Ex: The following code sets the value stored in foo to 0. It then starts to poll that value repeatedly until it changes to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=124&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When a <em>field-declaration</em> includes a <code>volatile</code> modifier, the fields introduced by that declaration are volatile  fields.</p>
<p>In brief, when a field is declared as volatile compilers  doesn&#8217;t reorders the instruction.</p>
<p>for Ex: The following code sets the value stored in foo to 0. It  then starts to poll that value repeatedly until  it changes to 255.</p>
<p><pre class="brush: csharp;">

static int foo;
void bar(void)
{
  foo = 0;
  while (foo != 255) ;
}
</pre></p>
<p>An optimizing compiler will notice that no other code can possibly change the value stored in foo,  and will assume that it will remain equal to 0 at all  times. The compiler will therefore replace the function body with an infinite loop similar to this:</p>
<p><pre class="brush: csharp;">
void bar_optimized(void)
{
    foo = 0;
    while (true) ;
}
</pre></p>
<p>However, <em><strong>foo</strong></em> might represent a location that can be  changed by other elements of the computer system at any time, such as a hardware register of a device connected to the CPU. The above code would never detect such a change; without the volatile keyword, the compiler assumes that the current program is the only part  of the system that could change the value (which is by far the most  common situation).<br />
To prevent the compiler from optimizing code as above, the volatile keyword is used.</p>
<p><pre class="brush: csharp;">
static volatile int foo;
void bar (void)
{
foo = 0;
while (foo != 255);
}

</pre></p>
<p>for more detail just click on the below link:</p>
<pre><a class="alignleft" href="http://msdn.microsoft.com/en-us/library/Aa645755" target="_blank">http://msdn.microsoft.com/en-us/library/Aa645755</a></pre>
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/prsujoy.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/prsujoy.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/prsujoy.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/prsujoy.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/prsujoy.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/prsujoy.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/prsujoy.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/prsujoy.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/prsujoy.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/prsujoy.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/prsujoy.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/prsujoy.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/prsujoy.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/prsujoy.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=prsujoy.wordpress.com&amp;blog=9021488&amp;post=124&amp;subd=prsujoy&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://prsujoy.wordpress.com/2010/07/16/volatile-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/39b169e39d2831bf9fb8652eb2292b0f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">P.R.Sujoy</media:title>
		</media:content>
	</item>
	</channel>
</rss>
