<?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>HajveriHosting.Com Blog</title>
	<atom:link href="http://www.hajverihosting.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hajverihosting.com/blog</link>
	<description>Information About Latest Updates</description>
	<lastBuildDate>Tue, 20 Sep 2011 16:42:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Do Loops in VB .NET</title>
		<link>http://www.hajverihosting.com/blog/general/do-loops-in-vb-net</link>
		<comments>http://www.hajverihosting.com/blog/general/do-loops-in-vb-net#comments</comments>
		<pubDate>Tue, 20 Sep 2011 16:42:47 +0000</pubDate>
		<dc:creator>Dr. Zia-al-Hassan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.hajverihosting.com/blog/general/do-loops-in-vb-net</guid>
		<description><![CDATA[Number of View: 0We saw with the For Loop that a specific number of times to loop was coded into it. We said For startNumber = 1 To 4 We knew that we only wanted to loop four times. But what if we don&#8217;t know how many times around the loop we want to go? [...]]]></description>
		<wfw:commentRss>http://www.hajverihosting.com/blog/general/do-loops-in-vb-net/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>For Loops in VB .NET</title>
		<link>http://www.hajverihosting.com/blog/general/for-loops-in-vb-net</link>
		<comments>http://www.hajverihosting.com/blog/general/for-loops-in-vb-net#comments</comments>
		<pubDate>Tue, 20 Sep 2011 16:42:11 +0000</pubDate>
		<dc:creator>Dr. Zia-al-Hassan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.hajverihosting.com/blog/general/for-loops-in-vb-net</guid>
		<description><![CDATA[Number of View: 0This first type of loop we&#8217;ll look at is called a For Loop. It is the most common type of loop you&#8217;ll use when you programme. We&#8217;ll use one to add up our 4 numbers, and then discuss the code. Study the following. In fact, create a new Project. Add a button [...]]]></description>
		<wfw:commentRss>http://www.hajverihosting.com/blog/general/for-loops-in-vb-net/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to Loops</title>
		<link>http://www.hajverihosting.com/blog/general/an-introduction-to-loops</link>
		<comments>http://www.hajverihosting.com/blog/general/an-introduction-to-loops#comments</comments>
		<pubDate>Tue, 20 Sep 2011 16:42:02 +0000</pubDate>
		<dc:creator>Dr. Zia-al-Hassan</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.hajverihosting.com/blog/general/an-introduction-to-loops</guid>
		<description><![CDATA[Number of View: 0There are three types of loop for us to cover with VB.NET: a For loop, a Do loop, and a While … End While loop. This last one is almost the same as a Do loop, and we won&#8217;t be covering it here. But the other two types of loop come in [...]]]></description>
		<wfw:commentRss>http://www.hajverihosting.com/blog/general/an-introduction-to-loops/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

