<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - TechDays 11 Basel - The Future of C# and Visual Basic</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/TechDays-11-Switzerland/TechDays-11-Basel-The-Future-of-C-and-Visual-Basic/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/653e/68b4f436-ec7d-49a4-a359-9ed800ad653e/TD11BL19_100_ch9.jpg</url>
		<title>Channel 9 - TechDays 11 Basel - The Future of C# and Visual Basic</title>
		<link></link>
	</image>
	<description> Come see what’s coming in the next version of C# and Visual Basic. The major new feature is “Async”, which makes for much simpler code whenever you’re writing database or internet-connected apps – both in client apps that need responsive UIs, and server apps that need to be responsive. We have recently released a public CTP of this feature. This talk will tell you how to get the most out of the CTP today, and what is its roadmap for the future. As for further features planned after that? Think of this session as your direct connection to the VB and C# language design teams – I’ll tell you what we’re thinking, and you can tell us what you want. Speaker: Lucian Wischik Presentation (PPTX) Demo (ZIP) </description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 21 May 2013 08:17:25 GMT</pubDate>
	<lastBuildDate>Tue, 21 May 2013 08:17:25 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: TechDays 11 Basel - The Future of C# and Visual Basic</title>
		<description>
			<![CDATA[Very nice talk&#33;<br><br>Bob ross is back... &#40;His voice at least&#41;<p>posted by SImon</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/TechDays-11-Switzerland/TechDays-11-Basel-The-Future-of-C-and-Visual-Basic#c634403154560000000</link>
		<pubDate>Fri, 06 May 2011 21:50:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/TechDays-11-Switzerland/TechDays-11-Basel-The-Future-of-C-and-Visual-Basic#c634403154560000000</guid>
		<dc:creator>SImon</dc:creator>
	</item>
	<item>
		<title>Re: TechDays 11 Basel - The Future of C# and Visual Basic</title>
		<description>
			<![CDATA[ <p>Really enjoyed this talk, Lucian.</p><p>You gave some nice clear and concise metaphors for Async. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /></p><p>posted by PeterAce</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/TechDays-11-Switzerland/TechDays-11-Basel-The-Future-of-C-and-Visual-Basic#c634407944530000000</link>
		<pubDate>Thu, 12 May 2011 10:54:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/TechDays-11-Switzerland/TechDays-11-Basel-The-Future-of-C-and-Visual-Basic#c634407944530000000</guid>
		<dc:creator>PeterAce</dc:creator>
	</item>
	<item>
		<title>Re: TechDays 11 Basel - The Future of C# and Visual Basic</title>
		<description>
			<![CDATA[ <p>Just an Observation Lucian, in the Paste As VB demo. the code after the paste</p><p><pre class="brush: vb">Function factorial(i As Integer) As Integer
  If i = 0
    Return 1
  Else
    Return i * factorial(i - 1)
  End If
End Function</pre></p><p>is missing a Then</p><p><pre class="brush: vb">Function factorial(i As Integer) As Integer
  If i = 0 Then
    Return 1
  Else
    Return i * factorial(i - 1)
  End If
End Function</pre></p><p>posted by AdamSpeight2008</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/TechDays-11-Switzerland/TechDays-11-Basel-The-Future-of-C-and-Visual-Basic#c634409109890000000</link>
		<pubDate>Fri, 13 May 2011 19:16:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/TechDays-11-Switzerland/TechDays-11-Basel-The-Future-of-C-and-Visual-Basic#c634409109890000000</guid>
		<dc:creator>AdamSpeight2008</dc:creator>
	</item>
</channel>
</rss>