<?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>VB Society.com &#187; if statement in VB</title>
	<atom:link href="http://www.vbsociety.com/tag/if-statement-in-vb/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vbsociety.com</link>
	<description>Visual Basic Programming Tutorials</description>
	<lastBuildDate>Mon, 09 Jan 2012 00:01:21 +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>The if Statement in .net</title>
		<link>http://www.vbsociety.com/the-if-statement-in-net.html</link>
		<comments>http://www.vbsociety.com/the-if-statement-in-net.html#comments</comments>
		<pubDate>Fri, 05 Feb 2010 03:46:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[conditional statement in .net]]></category>
		<category><![CDATA[if statement]]></category>
		<category><![CDATA[if statement in c#]]></category>
		<category><![CDATA[if statement in VB]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=20</guid>
		<description><![CDATA[If statment is very useful in decision making.  We will examine different ways of using if statment in VB and  C# (Visual basic and C Sharp). The simplest use of an if statement is as follows: if  (&#60;condition&#62;)       &#60;code executed if &#60;test&#62; is true&#62;: In this the code is executed when the test condition [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/the-if-statement-in-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

