<?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>Tim&#039;s Blog &#187; development</title>
	<atom:link href="http://blog.timaki.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.timaki.com</link>
	<description>Web Thoughts of Tim Patrick</description>
	<lastBuildDate>Sun, 15 Nov 2009 22:59:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Visual Basic 2010 Sharp!</title>
		<link>http://blog.timaki.com/2009/03/07/visual-basic-2010-sharp/</link>
		<comments>http://blog.timaki.com/2009/03/07/visual-basic-2010-sharp/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 18:12:31 +0000</pubDate>
		<dc:creator>Tim Patrick</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[computer languages]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://timaki.wordpress.com/?p=148</guid>
		<description><![CDATA[Since 1991, Visual Basic has held the hand of new and experienced programmers as they meandered their way through the minefield of Windows application development. That&#8217;s why we here at Microsoft are pleased to announce some of the exciting changes included in the upcoming release of Visual Basic 2010. These new features will simplify each [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_149" class="wp-caption alignleft" style="width: 210px"><img class="size-full wp-image-149" title="vb2010sharp" src="http://www.wellreadman.com/timakiblog/wp-content/uploads/2009/03/vb2010sharp.jpg" alt="New From Microsoft!" width="200" height="169" /><p class="wp-caption-text">New From Microsoft!</p></div>
<p>Since 1991, Visual Basic has held the hand of new and experienced programmers as they meandered their way through the minefield of Windows application development. That&#8217;s why we here at Microsoft are pleased to announce some of the exciting changes included in the upcoming release of <em>Visual Basic 2010</em>. These new features will simplify each and every programming task you encounter, and will help bring about an age of language parity never before offered from any company that owned a collection of popular programming languages.</p>
<p>Here are just a few of the great changes included in <em>Visual Basic 2010</em>.</p>
<ul>
<li> <strong>No More Line Continuation Characters.</strong> Hit the Enter key whenever you want; we don&#8217;t care! To assist you in identifying the end of each line, use the new &#8220;Full Line Termination&#8221; character&#8211;the semicolon.</li>
</ul>
<ul>
<li> <strong>Variable Declaration Simplification.</strong> As a Visual Basic programmer, you&#8217;re always looking to simplify your programming experience. So now, instead of the verbose, wasteful variable declaration syntax found in past editions, you&#8217;ll be able to use the new time-saving syntax. (Don&#8217;t forget that new Full Line Termination character.)</li>
</ul>
<p style="padding-left:60px;"><strong>Old:</strong> Dim customerName As String</p>
<p style="padding-left:60px;"><strong> New:</strong> String customerName;</p>
<ul>
<li> <strong>Simplified Control Structure Syntax.</strong> Block statements such as If/End If and For/Next are great, but they don&#8217;t allow you to easily find the end of the block from the beginning, something that is especially vexing in large block statements. The new Block Match feature of Visual Studio lets you jump quickly between the start and end of a block. To support this feature, Visual Basic requires the new &#8220;Curly Brace&#8221; syntax for loops, conditions, and Select Case statements.</li>
</ul>
<ul>
<li> <strong>Lower Case Alternatives.</strong> If your pinkie fingers are all tuckered out from typing the mixed-case keyword names that define Visual Basic, you&#8217;ll love our new lowercase alternatives. For instance, instead of &#8220;Imports,&#8221; try &#8220;using.&#8221;</li>
</ul>
<p>These are just a few of the productivity enhancements you find in every box of Visual Basic&#8211;if we were still shipping physical boxes, that is. And remember, kids, the new version of Visual Basic makes a great gift for the C# programmers in your life.</p>
<p><em>(Text copyright (c) 2009 by Tim Patrick. Image Credits: Microsoft)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.timaki.com/2009/03/07/visual-basic-2010-sharp/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
