<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: Option strict and option explicit defined&#8230;</title>
	<atom:link href="http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/feed/" rel="self" type="application/rss+xml" />
	<link>http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/</link>
	<description>My notes on computer hardware, application development &#38; the odd extra</description>
	<lastBuildDate>Wed, 09 Dec 2009 09:13:26 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bruce</title>
		<link>http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-8405</link>
		<dc:creator>bruce</dc:creator>
		<pubDate>Fri, 27 Jun 2008 07:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-8405</guid>
		<description>i found one tutorial about option explicit and option strict . it in basic level 

http://vb.net-informations.com/language/vb.net_option_explicit.htm

http://vb.net-informations.com/language/vb.net_option_strict.htm

hope it will help u to understnd more</description>
		<content:encoded><![CDATA[<p>i found one tutorial about option explicit and option strict . it in basic level </p>
<p><a href="http://vb.net-informations.com/language/vb.net_option_explicit.htm" rel="nofollow">http://vb.net-informations.com/language/vb.net_option_explicit.htm</a></p>
<p><a href="http://vb.net-informations.com/language/vb.net_option_strict.htm" rel="nofollow">http://vb.net-informations.com/language/vb.net_option_strict.htm</a></p>
<p>hope it will help u to understnd more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry Cornwell</title>
		<link>http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-342</link>
		<dc:creator>Terry Cornwell</dc:creator>
		<pubDate>Sat, 03 Feb 2007 13:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-342</guid>
		<description>Another VB.Net idiosyncracy.

In VB.Net 2003 (Not sure about 2005 since I don&#039;t do VB these days) you can turn on so called advanced members, tools &gt; options &gt; text editor &gt; basic, remove the tick from &quot;hide advanced members&quot;. Gives all you VB&#039;ers the advanced members such as the ever powerful &quot;ToString&quot; on the Object object.......</description>
		<content:encoded><![CDATA[<p>Another VB.Net idiosyncracy.</p>
<p>In VB.Net 2003 (Not sure about 2005 since I don&#8217;t do VB these days) you can turn on so called advanced members, tools &gt; options &gt; text editor &gt; basic, remove the tick from &#8220;hide advanced members&#8221;. Gives all you VB&#8217;ers the advanced members such as the ever powerful &#8220;ToString&#8221; on the Object object&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Gaskell</title>
		<link>http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-311</link>
		<dc:creator>Chris Gaskell</dc:creator>
		<pubDate>Mon, 29 Jan 2007 22:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-311</guid>
		<description>Thanks Wes, good tip didn&#039;t know it was in there.

Chris.</description>
		<content:encoded><![CDATA[<p>Thanks Wes, good tip didn&#8217;t know it was in there.</p>
<p>Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Potter</title>
		<link>http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-310</link>
		<dc:creator>Wes Potter</dc:creator>
		<pubDate>Mon, 29 Jan 2007 18:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-310</guid>
		<description>Mr Gaskell nice article.

One thing i will add, something that makes life a little easier is;

In Visual Studio 2005 if you select Tools -&gt; Options, then in the Options window expand Projects and  Solutions, there is a section called VB Defaults where you can switch on or off (why you would i don&#039;t know) Option Explicit and Option Strict for all future projects.

Cheers mate

Wes</description>
		<content:encoded><![CDATA[<p>Mr Gaskell nice article.</p>
<p>One thing i will add, something that makes life a little easier is;</p>
<p>In Visual Studio 2005 if you select Tools -&gt; Options, then in the Options window expand Projects and  Solutions, there is a section called VB Defaults where you can switch on or off (why you would i don&#8217;t know) Option Explicit and Option Strict for all future projects.</p>
<p>Cheers mate</p>
<p>Wes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asif chaudry</title>
		<link>http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-280</link>
		<dc:creator>Asif chaudry</dc:creator>
		<pubDate>Tue, 23 Jan 2007 16:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://cgaskell.wordpress.com/2007/01/23/option-strict-and-option-explicit-defined/#comment-280</guid>
		<description>Excellent methods to implement. 

I can say from experience it will reduce the occurrence of bugs/errors appearing in your software drastically.


asif</description>
		<content:encoded><![CDATA[<p>Excellent methods to implement. </p>
<p>I can say from experience it will reduce the occurrence of bugs/errors appearing in your software drastically.</p>
<p>asif</p>
]]></content:encoded>
	</item>
</channel>
</rss>
