<?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: C# Protected Internal</title>
	<atom:link href="http://kossovsky.net/index.php/2009/06/cshar-protected-internal/feed/" rel="self" type="application/rss+xml" />
	<link>http://kossovsky.net/index.php/2009/06/cshar-protected-internal/</link>
	<description>C# Code Snippets, ASP.NET Code Samples, .NET Tips and Tricks</description>
	<lastBuildDate>Mon, 23 Aug 2010 22:58:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: internal class</title>
		<link>http://kossovsky.net/index.php/2009/06/cshar-protected-internal/comment-page-1/#comment-3545</link>
		<dc:creator>internal class</dc:creator>
		<pubDate>Thu, 01 Apr 2010 23:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://kossovsky.net/?p=242#comment-3545</guid>
		<description>[...] class     C# Protected Internal &#124; .NET Tips &amp; TricksI&#039;ve noticed that most of the c# developers i&#039;am talking to, know exactly what public, private, [...]</description>
		<content:encoded><![CDATA[<div style="color:#008200">
<p>[...] class     C# Protected Internal | .NET Tips &amp; TricksI&#39;ve noticed that most of the c# developers i&#39;am talking to, know exactly what public, private, [...]</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shemeer NS</title>
		<link>http://kossovsky.net/index.php/2009/06/cshar-protected-internal/comment-page-1/#comment-3425</link>
		<dc:creator>Shemeer NS</dc:creator>
		<pubDate>Thu, 18 Mar 2010 08:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://kossovsky.net/?p=242#comment-3425</guid>
		<description>nice presentation</description>
		<content:encoded><![CDATA[<p>nice presentation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://kossovsky.net/index.php/2009/06/cshar-protected-internal/comment-page-1/#comment-3328</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Mon, 22 Feb 2010 11:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://kossovsky.net/?p=242#comment-3328</guid>
		<description>Both Protected and ProtectedInternal members can be accessed outside the assembly by 
inheriting the contained Class.  

internal - can be accessed with in the assembly anywhere by Inheriting/Creating instance.
protected - can be accessed only by Inheriting with in the Assembly/Outside the Assembly.
ProtectedInternal - can be accessed with in the assembly anywhere by Inherting/Creating   instance  AND accessed outside the assembly by only Inherting the Contained Class

so protectedInternal behaves like both protected or internal. 

Thanks 
Suresh Raj</description>
		<content:encoded><![CDATA[<p>Both Protected and ProtectedInternal members can be accessed outside the assembly by<br />
inheriting the contained Class.  </p>
<p>internal &#8211; can be accessed with in the assembly anywhere by Inheriting/Creating instance.<br />
protected &#8211; can be accessed only by Inheriting with in the Assembly/Outside the Assembly.<br />
ProtectedInternal &#8211; can be accessed with in the assembly anywhere by Inherting/Creating   instance  AND accessed outside the assembly by only Inherting the Contained Class</p>
<p>so protectedInternal behaves like both protected or internal. </p>
<p>Thanks<br />
Suresh Raj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathya</title>
		<link>http://kossovsky.net/index.php/2009/06/cshar-protected-internal/comment-page-1/#comment-2275</link>
		<dc:creator>Sathya</dc:creator>
		<pubDate>Thu, 26 Nov 2009 07:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://kossovsky.net/?p=242#comment-2275</guid>
		<description>Good and simple explanation 

Thanks
Sathya</description>
		<content:encoded><![CDATA[<p>Good and simple explanation </p>
<p>Thanks<br />
Sathya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C# Handler</title>
		<link>http://kossovsky.net/index.php/2009/06/cshar-protected-internal/comment-page-1/#comment-801</link>
		<dc:creator>C# Handler</dc:creator>
		<pubDate>Sat, 26 Sep 2009 14:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://kossovsky.net/?p=242#comment-801</guid>
		<description>Simply speaking ....
Protected internal Removing restriction of one another and hence come out with different accessibility specifier .
Means..protected provide accessibility outside the assembly also..
&amp; internal provide accessibility to any class within the assembly even it is not derived from the mention class ..
One can&#039;t say, the use of protected internal is redundant...
because its a different accessibility specifier than public,private, internal,protected..(just match)..:)</description>
		<content:encoded><![CDATA[<p>Simply speaking &#8230;.<br />
Protected internal Removing restriction of one another and hence come out with different accessibility specifier .<br />
Means..protected provide accessibility outside the assembly also..<br />
&amp; internal provide accessibility to any class within the assembly even it is not derived from the mention class ..<br />
One can&#8217;t say, the use of protected internal is redundant&#8230;<br />
because its a different accessibility specifier than public,private, internal,protected..(just match)..:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahesh</title>
		<link>http://kossovsky.net/index.php/2009/06/cshar-protected-internal/comment-page-1/#comment-466</link>
		<dc:creator>Mahesh</dc:creator>
		<pubDate>Thu, 03 Sep 2009 12:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://kossovsky.net/?p=242#comment-466</guid>
		<description>Great article. Thank you.</description>
		<content:encoded><![CDATA[<p>Great article. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin</title>
		<link>http://kossovsky.net/index.php/2009/06/cshar-protected-internal/comment-page-1/#comment-338</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Tue, 11 Aug 2009 17:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://kossovsky.net/?p=242#comment-338</guid>
		<description>Simple &amp; great explanation,Thanks!</description>
		<content:encoded><![CDATA[<p>Simple &amp; great explanation,Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C# - What is protected internal class in C#</title>
		<link>http://kossovsky.net/index.php/2009/06/cshar-protected-internal/comment-page-1/#comment-17</link>
		<dc:creator>C# - What is protected internal class in C#</dc:creator>
		<pubDate>Thu, 02 Jul 2009 20:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://kossovsky.net/?p=242#comment-17</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<div style="color:#008200">
<p>[...]  [...]</p>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>
