<?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>MsDotNetMentor &#187; Definition</title>
	<atom:link href="http://www.msdotnetmentor.com/category/definition/feed" rel="self" type="application/rss+xml" />
	<link>http://www.msdotnetmentor.com</link>
	<description>Knowing Is Not Enough We Must Apply</description>
	<lastBuildDate>Wed, 26 May 2010 12:01:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Control State, Partial Class, Iterators, Nullable â€“ At a glance</title>
		<link>http://www.msdotnetmentor.com/definition/control-state-partial-class-iterators-nullable-%e2%80%93-at-a-glance.html</link>
		<comments>http://www.msdotnetmentor.com/definition/control-state-partial-class-iterators-nullable-%e2%80%93-at-a-glance.html#comments</comments>
		<pubDate>Sat, 15 Nov 2008 11:07:33 +0000</pubDate>
		<dc:creator>Gaurav Arora</dc:creator>
				<category><![CDATA[Definition]]></category>
		<category><![CDATA[Control State]]></category>
		<category><![CDATA[Iterators]]></category>
		<category><![CDATA[Nullable]]></category>
		<category><![CDATA[Partial Class]]></category>

		<guid isPermaLink="false">http://www.msdotnetheaven.com/?p=269</guid>
		<description><![CDATA[Control State, Partial Class, Iterators, Nullable â€“ At a glance 
Control State 
Control State is a new feature added in Asp.net2.0 framework. Control state is very similar to View State, where value is stored in the hidden_VIEWSTATE  form field, with a little difference i.e. Control State cannot be disabled. Control state is intended to be used only for storing crucial information across postbacks.
Partial Classes 
Partial Classes  are new feature added to the .net framework 2.0. Partial classes allow dividing up a single class into multiple class file. These ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.msdotnetmentor.com/definition/control-state-partial-class-iterators-nullable-%e2%80%93-at-a-glance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
