<?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; Visual Basic</title>
	<atom:link href="http://www.vbsociety.com/category/visual-basic/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>Value Type and Reference Type</title>
		<link>http://www.vbsociety.com/value-type-and-reference-type.html</link>
		<comments>http://www.vbsociety.com/value-type-and-reference-type.html#comments</comments>
		<pubDate>Mon, 22 Mar 2010 16:08:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C Sharp]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Reference Type]]></category>
		<category><![CDATA[Value Type]]></category>

		<guid isPermaLink="false">http://www.vbsociety.com/?p=83</guid>
		<description><![CDATA[What is Value Type and Reference Type? Value types are variables that comyain the data directly instead of containing a reference to the data stored elsewhere in memory.  Instances of value types are stored in an area of memory called stack. Related Posts:Different Types of Connectors used in PCASP.net2.0 Data ControlsC Sharp Test Question 7C [...]]]></description>
		<wfw:commentRss>http://www.vbsociety.com/value-type-and-reference-type.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>

