<?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>Welcome To This Blog</title>
	<atom:link href="http://kalai.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kalai.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 30 Sep 2008 04:58:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kalai.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Welcome To This Blog</title>
		<link>http://kalai.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kalai.wordpress.com/osd.xml" title="Welcome To This Blog" />
	<atom:link rel='hub' href='http://kalai.wordpress.com/?pushpress=hub'/>
		<item>
		<title>About IEnumerator</title>
		<link>http://kalai.wordpress.com/2007/08/02/about-ienumerator/</link>
		<comments>http://kalai.wordpress.com/2007/08/02/about-ienumerator/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 06:55:12 +0000</pubDate>
		<dc:creator>kalai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kalai.wordpress.com/2007/08/02/about-ienumerator/</guid>
		<description><![CDATA[IEnumerator is used for iteration.IEnumerator can use GetEnumerator() method to get the values from arraylist and display the values using MoveNext or current method. Example: we can create the array list in vb.net using Dim list as new arraylist and add the elements in to arraylist using Add like  ab.Add(&#8220;First&#8221;) and use IEnumerator and get the values from array [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kalai.wordpress.com&amp;blog=636731&amp;post=13&amp;subd=kalai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>IEnumerator is used for iteration.IEnumerator can use GetEnumerator() method to get the values from arraylist and display the values using MoveNext or current method.</p>
<p>Example:</p>
<p><font size="2">we can create the array list in vb.net using </font></p>
<p><font size="2">Dim list as new arraylist</font></p>
<p><font size="2">and add the elements in to arraylist using Add like</font></p>
<p> <font size="2"><font size="2">ab.Add(<font size="2" color="#800000">&#8220;First&#8221;</font><font size="2">)</font></font></font></p>
<p><font size="2">and use IEnumerator and get the values from array list using GetEnumerator method.</font></p>
<p><font size="2"> Dim</font><font size="2"><font size="2"><font size="2"> en as</font><font size="2"> IEnumerator = ab.GetEnumerator()</font></font></font><font size="2"> </font><font size="2">and move to the next element in the list by using MoveNext method.</p>
<p><font size="2"><font size="2"> en.MoveNext</font></font></p>
<p></font><font size="2">We can get the current elements by using Current method.</font></p>
<p><font size="2"><font size="2">en.Current)</font><font size="2"> </font></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kalai.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kalai.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kalai.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kalai.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kalai.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kalai.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kalai.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kalai.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kalai.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kalai.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kalai.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kalai.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kalai.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kalai.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kalai.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kalai.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kalai.wordpress.com&amp;blog=636731&amp;post=13&amp;subd=kalai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kalai.wordpress.com/2007/08/02/about-ienumerator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/212da107f1dc65b07b5c6a9d8379d10f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kavitha</media:title>
		</media:content>
	</item>
		<item>
		<title>About Srinivasa Ramanujan</title>
		<link>http://kalai.wordpress.com/2006/12/28/11/</link>
		<comments>http://kalai.wordpress.com/2006/12/28/11/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 08:41:02 +0000</pubDate>
		<dc:creator>kalai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kalai.wordpress.com/2006/12/28/11/</guid>
		<description><![CDATA[Srinivasa Ramanujan was a Indian Mathematician.He was born on 22 Dec in Erode,Tamilnadu.And he discovered nearly 3900 results during his short lifetime. Ramanujan number here(Its very interesting):  The Smallest number representable in two ways as a sum of two cubes. It is given by 1729=1^3 +12^3=9^3+10^3.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kalai.wordpress.com&amp;blog=636731&amp;post=11&amp;subd=kalai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://kalai.files.wordpress.com/2007/08/ramanujan.jpg" title="ramanujan.jpg"><img src="http://kalai.files.wordpress.com/2007/08/ramanujan.thumbnail.jpg?w=500" alt="ramanujan.jpg" /></a></p>
<p>Srinivasa Ramanujan was a Indian Mathematician.He was born on 22 Dec in Erode,Tamilnadu.And he discovered nearly 3900 results during his short lifetime.</p>
<p>Ramanujan number here(Its very interesting):</p>
<p> The Smallest number representable in two ways as a sum of two cubes. It is given by</p>
<p>1729=1^3 +12^3=9^3+10^3.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kalai.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kalai.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kalai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kalai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kalai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kalai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kalai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kalai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kalai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kalai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kalai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kalai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kalai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kalai.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kalai.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kalai.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kalai.wordpress.com&amp;blog=636731&amp;post=11&amp;subd=kalai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kalai.wordpress.com/2006/12/28/11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/212da107f1dc65b07b5c6a9d8379d10f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kavitha</media:title>
		</media:content>

		<media:content url="http://kalai.files.wordpress.com/2007/08/ramanujan.thumbnail.jpg" medium="image">
			<media:title type="html">ramanujan.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Hi&#8230;.</title>
		<link>http://kalai.wordpress.com/2006/12/26/hi/</link>
		<comments>http://kalai.wordpress.com/2006/12/26/hi/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 09:41:02 +0000</pubDate>
		<dc:creator>kalai</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kalai.wordpress.com/2006/12/26/hi/</guid>
		<description><![CDATA[work hard  then success wil be yours.. Always think about your goal surely you wil reach…. plan and practise makes success…<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kalai.wordpress.com&amp;blog=636731&amp;post=6&amp;subd=kalai&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>work hard  then success wil be yours..</p>
<p>Always think about your goal surely you wil reach….</p>
<p>plan and practise makes success…</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kalai.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kalai.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kalai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kalai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kalai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kalai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kalai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kalai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kalai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kalai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kalai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kalai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kalai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kalai.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kalai.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kalai.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kalai.wordpress.com&amp;blog=636731&amp;post=6&amp;subd=kalai&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kalai.wordpress.com/2006/12/26/hi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/212da107f1dc65b07b5c6a9d8379d10f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kavitha</media:title>
		</media:content>
	</item>
	</channel>
</rss>
