<?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>The Way Of Coding &#187; AndAlso</title>
	<atom:link href="http://thewayofcoding.com/tag/andalso/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Sep 2010 19:39:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Short-circuit conditionals in VB.NET</title>
		<link>http://thewayofcoding.com/2009/09/short-circuit-conditionals-in-vb-net/</link>
		<comments>http://thewayofcoding.com/2009/09/short-circuit-conditionals-in-vb-net/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 14:22:41 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[AndAlso]]></category>
		<category><![CDATA[orElse]]></category>
		<category><![CDATA[short circuit]]></category>
		<category><![CDATA[vb.net]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/2009/09/short-circuit-conditionals-in-vb-net/</guid>
		<description><![CDATA[I&#8217;m in a situation now where I am required to write programming code in VB.NET. Which brings me up to a simple programming construct that I came upon by writing code like I would in C#, but getting a different expected result in VB.NET. In C#, using the &#038;&#038; operator in conditionals is *by default* [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2009/09/short-circuit-conditionals-in-vb-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
