<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Visual Basic Frequently Asked Questions : Visual Basic 2005 (Whidbey)</title><link>http://blogs.msdn.com/vbfaq/archive/tags/Visual+Basic+2005+_2800_Whidbey_2900_/default.aspx</link><description>Tags: Visual Basic 2005 (Whidbey)</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>XML Documentation?</title><link>http://blogs.msdn.com/vbfaq/archive/2004/04/20/116581.aspx</link><pubDate>Tue, 20 Apr 2004 07:23:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:116581</guid><dc:creator>vbfaq</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/vbfaq/comments/116581.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vbfaq/commentrss.aspx?PostID=116581</wfw:commentRss><description>&lt;P&gt;Posted by: &lt;A href="http://www.philweber.com/"&gt;Phil Weber&lt;/A&gt;, VB &lt;A href="http://mvp.support.microsoft.com/default.aspx?scid=fh;EN-US;mvpintro"&gt;MVP&lt;/A&gt;&lt;BR /&gt;&lt;EM&gt;This post applies to Visual Basic .NET 2002/2003/2005&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.aliparvaresh.com/"&gt;Ali Parvaresh&lt;/A&gt; asks:
&lt;BLOCKQUOTE&gt;
How can I document VB.NET source codes like what you do for C#?
&lt;/BLOCKQUOTE&gt;
&lt;/P&gt;
&lt;P&gt;This is another feature scheduled for Visual Basic .NET 2005 (ref &lt;A href="http://panopticoncentral.net/archive/2003/11/08/239.aspx"&gt;http://panopticoncentral.net/archive/2003/11/08/239.aspx&lt;/A&gt;). In the meantime, however, there are a number of &lt;A href="http://www.google.com/search?q=vb.net+xml+documentation"&gt;third-party tools&lt;/A&gt; which add this capability to VB.NET 2002/2003. One popular (and free) alternative is the &lt;A href="http://www.gotdotnet.com/Community/Workspaces/viewUploads.aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd"&gt;VBCommenter PowerToy&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=116581" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vbfaq/archive/tags/General/default.aspx">General</category><category domain="http://blogs.msdn.com/vbfaq/archive/tags/Visual+Basic+2005+_2800_Whidbey_2900_/default.aspx">Visual Basic 2005 (Whidbey)</category></item><item><title>Operator Overloading?</title><link>http://blogs.msdn.com/vbfaq/archive/2004/04/19/116561.aspx</link><pubDate>Tue, 20 Apr 2004 06:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:116561</guid><dc:creator>vbfaq</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/vbfaq/comments/116561.aspx</comments><wfw:commentRss>http://blogs.msdn.com/vbfaq/commentrss.aspx?PostID=116561</wfw:commentRss><description>&lt;P&gt;Posted by: &lt;A href="http://www.philweber.com/"&gt;Phil Weber&lt;/A&gt;, VB &lt;A href="http://mvp.support.microsoft.com/default.aspx?scid=fh;EN-US;mvpintro"&gt;MVP&lt;/A&gt;&lt;BR&gt;&lt;EM&gt;This post applies to Visual Basic .NET 2005 (&amp;#8220;Whidbey&amp;#8221;)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://altinoren.com/"&gt;Gokhan Altinoren&lt;/A&gt; asks: 
&lt;BLOCKQUOTE&gt;&lt;EM&gt;What was the design decision behind the fact that VB.NET does not support operator overloading? Will this feature be in the VB.NET specification in the future?&lt;/EM&gt; &lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Sadly, the VB team failed to consult me while they were designing the language, so I can't comment on why they decided not to support operator overloading in VB.NET (although if I had to guess, I'd wager that it was on the list of &amp;#8220;nice-to-have&amp;#8221; features that had to be postponed in order to ship VB.NET during the Bush administration).&lt;/P&gt;
&lt;P&gt;The good news is that it is slated for the next release of VB (Visual Basic .NET 2005, code-named &lt;EM&gt;Whidbey).&lt;/EM&gt; For more information, see: 
&lt;BLOCKQUOTE&gt;&lt;A href="http://blogs.gotdotnet.com/cambecc/permalink.aspx/5de5a161-9150-4237-a751-127195cceeab"&gt;http://blogs.gotdotnet.com/cambecc/permalink.aspx/5de5a161-9150-4237-a751-127195cceeab&lt;/A&gt;&lt;BR&gt;&lt;A href="http://weblogs.asp.net/cfranklin/archive/2003/11/14/37580.aspx"&gt;http://weblogs.asp.net/cfranklin/archive/2003/11/14/37580.aspx&lt;/A&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=116561" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/vbfaq/archive/tags/Language/default.aspx">Language</category><category domain="http://blogs.msdn.com/vbfaq/archive/tags/Visual+Basic+2005+_2800_Whidbey_2900_/default.aspx">Visual Basic 2005 (Whidbey)</category></item></channel></rss>