<?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>VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx</link><description>One of the great things about being on the VB team is that we’re generally in the loop early and often with teams developing new technologies and products. It’s always exciting to see ideas take shape, evolve into a product, and eventually hit the market—often</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2363250</link><pubDate>Wed, 02 May 2007 00:21:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2363250</guid><dc:creator>Jason@TeacherTube</dc:creator><description>&lt;p&gt;Joe,&lt;/p&gt;
&lt;p&gt;I am CEO of TeacherTube. &amp;nbsp;We are seriously considering transitioning from Flash 9 to Silverlight. &amp;nbsp;Regarding VB, what issues should we look to overcome?&lt;/p&gt;
&lt;p&gt;Jason@TeacherTube.com&lt;/p&gt;
</description></item><item><title>Visual Basic running on a Mac! Seriously.</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2363970</link><pubDate>Wed, 02 May 2007 01:13:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2363970</guid><dc:creator>Beth Massi - Sharing the goodness that is VB</dc:creator><description>&lt;p&gt;Have you ever dreamed of writing Visual Basic code that ran cross-platform AND cross-browser? Well wake&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2365387</link><pubDate>Wed, 02 May 2007 02:55:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2365387</guid><dc:creator>Bill</dc:creator><description>&lt;p&gt;IIF should be a compiler operation not a runtime function ;)&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2365565</link><pubDate>Wed, 02 May 2007 03:09:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2365565</guid><dc:creator>rogerj</dc:creator><description>&lt;p&gt;This (and to some extent Paul Vick's post) answers the question I asked Amanda earlier today.&lt;/p&gt;
&lt;p&gt;--rj&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2365575</link><pubDate>Wed, 02 May 2007 03:10:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2365575</guid><dc:creator>VBTeam</dc:creator><description>&lt;p&gt;Bill,&lt;/p&gt;
&lt;p&gt;I've got some great news for you!&lt;/p&gt;
&lt;p&gt;We are doing what you ask as part of Orcas.&lt;/p&gt;
&lt;p&gt;We've added 2 new &amp;quot;if&amp;quot; operators (we chose to use &amp;quot;if&amp;quot; instead of &amp;quot;iif&amp;quot; in order to preserve backwards compatibility for pre-orcas projects), that offer short circuiting equivalents of iif.&lt;/p&gt;
&lt;p&gt;There syntax is:&lt;/p&gt;
&lt;p&gt;if(&amp;lt;expression&amp;gt;, &amp;lt;expression&amp;gt;, &amp;lt;expression&amp;gt;)&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;if(expr1, expr2)&lt;/p&gt;
&lt;p&gt;The first operator is equivalent to iif in VB 8.&lt;/p&gt;
&lt;p&gt;The second operator is a special case for:&lt;/p&gt;
&lt;p&gt;if(expr1 is not nothing, expr1, expr2)&lt;/p&gt;
&lt;p&gt;(however &amp;quot;expr1&amp;quot; is only ever evaluated once)&lt;/p&gt;
&lt;p&gt;Unlike IIF, however, if is short circuiting. This means it will only ever execute the third operand if the condition parameter returns false.&lt;/p&gt;
&lt;p&gt;Support for &amp;quot;if&amp;quot; was not included in Beta 1 as it was not scheduled to be completed before the Beta 1 cutoff time. It should, however, be present in the Orcas Beta 2 release.&lt;/p&gt;
&lt;p&gt;-Scott Wisniewski&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2366432</link><pubDate>Wed, 02 May 2007 04:30:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2366432</guid><dc:creator>Mike McIntyre MVP</dc:creator><description>&lt;p&gt;This is fantastic!!!!!!!!!!!!!!!!!!!!&lt;/p&gt;
</description></item><item><title>Just when you think you have it figured out, the MIX it up again</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2366454</link><pubDate>Wed, 02 May 2007 04:31:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2366454</guid><dc:creator>Wooley's Wonderings</dc:creator><description>&lt;p&gt;I was starting to think I had a good grasp on the technologies Microsoft was bringing out with Orcas,...&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2367051</link><pubDate>Wed, 02 May 2007 05:37:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2367051</guid><dc:creator>Anthony D. Green, MCPD</dc:creator><description>&lt;p&gt;AWESOME.&lt;/p&gt;
&lt;p&gt;I can't say just yet what from the Vbr is missing but I think we can live without any redundant functionality. I know there are some subtle differences that I should be refreshed on but why Now rather than Date.Now, Instr, Mid, Len, UCase rather than the String class methods, and UBound and LBound rather than the array class methods. Shouldn't LBound always be 0? Doesn't Length - 1 give a bounds checking JIT optimization?&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2367134</link><pubDate>Wed, 02 May 2007 05:44:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2367134</guid><dc:creator>Tomohiro Kinugawa</dc:creator><description>&lt;p&gt;Oh, It's interesting.&lt;/p&gt;
&lt;p&gt;&amp;quot;IIF&amp;quot; is in evolution silently.&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2367846</link><pubDate>Wed, 02 May 2007 06:51:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2367846</guid><dc:creator>Ben</dc:creator><description>&lt;p&gt;I just tried the Blend 2 May Preview and didn't need to do any .config file hackery to get Orcas interoperability&lt;/p&gt;
</description></item><item><title>Silverlight上（DLR上）のVBについてサポート・非サポートとなるテクノロジが公開されています。</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2370981</link><pubDate>Wed, 02 May 2007 11:38:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2370981</guid><dc:creator>ひろえむの日々是勉強</dc:creator><description>&lt;p&gt;Silverlight上（DLR上）のVBについてサポート・非サポートとなるテクノロジが公開されています。&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2388599</link><pubDate>Thu, 03 May 2007 09:45:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2388599</guid><dc:creator>Mike Galos</dc:creator><description>&lt;p&gt;Wow! That's just scary level powerful and easy.&lt;/p&gt;
&lt;p&gt;Adam Rauch and Nevet Basker should be pleased to see where their product has gone!&lt;/p&gt;
&lt;p&gt;&amp;quot;Real Apps, Real Fast&amp;quot; taken forward instead of just sideways.&lt;/p&gt;
</description></item><item><title>Silverlight surfing</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2456387</link><pubDate>Mon, 07 May 2007 06:10:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2456387</guid><dc:creator>Joben.Rara.blogs(".NET")</dc:creator><description>&lt;p&gt;Pardon the silver surfer tagline, I just watched the FF trailer, and as Johnny would say &amp;amp;quot;That is&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2465598</link><pubDate>Mon, 07 May 2007 20:03:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2465598</guid><dc:creator>Stefan Wenig</dc:creator><description>&lt;p&gt;In some other blog I read that while LINQ 2 XML is not supported in silverlight 1.1 _alpha_, you'd still be looking into delivering it with 1.1 release. Who's right?&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2467963</link><pubDate>Mon, 07 May 2007 23:47:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2467963</guid><dc:creator>Jero</dc:creator><description>&lt;p&gt;Great!! &lt;/p&gt;
&lt;p&gt; &amp;nbsp; I Hope to probe it soon.&lt;/p&gt;
</description></item><item><title>Building Orcas Projects with Expression Blend 2</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2477532</link><pubDate>Tue, 08 May 2007 13:46:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2477532</guid><dc:creator>TestDriven.NET by Jamie Cansdale</dc:creator><description>&lt;p&gt;Joe &amp;amp;amp; The VB Team has a tip for building Orcas projects with Expression Blend 2 . This trick allows&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2500167</link><pubDate>Wed, 09 May 2007 13:32:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2500167</guid><dc:creator>Stefan Wenig</dc:creator><description>&lt;p&gt;OK, i found the blog i was referring to in my previous comment:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/xmlteam/archive/2007/04/30/live-from-mix07-silverlight-and-xml.aspx"&gt;http://blogs.msdn.com/xmlteam/archive/2007/04/30/live-from-mix07-silverlight-and-xml.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;this seems to rule out LINQ2XML only for 1.1 alpha.&lt;/p&gt;
&lt;p&gt;infoq has already reported that LINQ2XML was cancelled for silverlight 1.1, so you should probably make that clear.&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2545388</link><pubDate>Fri, 11 May 2007 14:41:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2545388</guid><dc:creator>George</dc:creator><description>&lt;p&gt;Does Silverlight run on Internet Explorer of a PDA running CE.Net 4.2 or CE.Net 5.0 ?&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2545390</link><pubDate>Fri, 11 May 2007 14:41:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2545390</guid><dc:creator>George</dc:creator><description>&lt;p&gt;Does Silverlight run on Internet Explorer of a PDA running CE.Net 4.2 or CE.Net 5.0 ?&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2548427</link><pubDate>Fri, 11 May 2007 18:33:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2548427</guid><dc:creator>George Birbilis</dc:creator><description>&lt;p&gt;What happens if people type iif instead of if or vice-versa by accident? Also IntelliSense autocomplete might mess up with their typing without them noticing. Should have some way to minimize typos there&lt;/p&gt;
</description></item><item><title>Just when you think you have it figured out, the MIX it up again</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2636944</link><pubDate>Tue, 15 May 2007 03:45:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2636944</guid><dc:creator>Wooley's LINQ Wonderings</dc:creator><description>&lt;p&gt;I was starting to think I had a good grasp on the technologies Microsoft was bringing out with Orcas,&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2667425</link><pubDate>Wed, 16 May 2007 10:45:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2667425</guid><dc:creator>Fargii</dc:creator><description>&lt;p&gt;Like the previous comment, I am beginning to give up on my efforts to keep up to date with products being churned out by Microsoft. You don't get a full grasp of one product or tool before a new one or version is released. I know there is competition from other platforms but PLEASE slow down. &lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2689596</link><pubDate>Thu, 17 May 2007 09:46:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2689596</guid><dc:creator>SpeedySathyRaj</dc:creator><description>&lt;p&gt;Wow!&lt;/p&gt;
&lt;p&gt;it's amazing to work with the silver light environment ,i am a teacher in csc computer education it's interesting to teach silver light tools&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2700479</link><pubDate>Thu, 17 May 2007 22:34:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2700479</guid><dc:creator>Jarek</dc:creator><description>&lt;p&gt;Ktoś tu coś napisał po japońsku. Czy może ktoś przetłumaczyć? To na pewno bardzo ważne.&lt;/p&gt;
</description></item><item><title>Silverlight: Where to start?</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2769222</link><pubDate>Mon, 21 May 2007 18:54:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2769222</guid><dc:creator>Ezequiel Jadib</dc:creator><description>&lt;p&gt;Microsoft Silverlight is a cross-browser , cross-platform plug-in for delivering the next generation&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2775418</link><pubDate>Tue, 22 May 2007 00:43:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2775418</guid><dc:creator>giorgio</dc:creator><description>&lt;p&gt;from server side can I call com object such adodb??&lt;/p&gt;
</description></item><item><title>Silverlight in the lime light</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2828852</link><pubDate>Thu, 24 May 2007 04:58:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2828852</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;I've kept away from Silverlight for a bit since it was a bit too new for me. Now that I've had more time&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#2852869</link><pubDate>Fri, 25 May 2007 01:50:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2852869</guid><dc:creator>Ed</dc:creator><description>&lt;p&gt;You're right about one thing, there are so many products coming out I can't keep up. &amp;nbsp;Silverlight 1.1? &amp;nbsp;I didn't even think 1.0 was really here yet!&lt;/p&gt;
&lt;p&gt;Well I applaud this effort, I think having cross platform VB is awesome! &amp;nbsp;I have really been thinking that MS was giving up on VB. &amp;nbsp;Every job posting you see these days is for C#. &amp;nbsp;Maybe there is a future for VB here.&lt;/p&gt;
&lt;p&gt;Anyway, about the language... I cannot emphasize enough that using IIF in code is BAD practice. &amp;nbsp;Always has been. &amp;nbsp;Yeah I know there is the similar construct in C like languages, but I think it is bad there too. &amp;nbsp;Using good old IF-Then-Else promotes readability, efficiency, and code-correctness. &amp;nbsp;I wouldn't waste the space on it. &amp;nbsp;And I won't use it, nor accept any developers turning in code with it.&lt;/p&gt;
&lt;p&gt;viva VB!!!&lt;/p&gt;
</description></item><item><title>Silverlight Examples</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#3096019</link><pubDate>Tue, 05 Jun 2007 14:13:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3096019</guid><dc:creator>Michael's Blog</dc:creator><description>&lt;p&gt;During the weekend I spent some minutes to collect some of the greatest Silverlight examples. Most of&lt;/p&gt;
</description></item><item><title>TechReady in Seattle- Amanda Silver Rocks the house!</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#4052652</link><pubDate>Thu, 26 Jul 2007 03:59:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4052652</guid><dc:creator>Ozzie Rules Blogging </dc:creator><description>&lt;p&gt;Been in Seattle all week at an internal conference called &amp;quot;TechReady&amp;quot; watching the latest and greatest&lt;/p&gt;
</description></item><item><title>TechReady in Seattle- Amanda Silver Rocks the house!</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#4052732</link><pubDate>Thu, 26 Jul 2007 04:20:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4052732</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;Been in Seattle all week at an internal conference called &amp;amp;quot;TechReady&amp;amp;quot; watching the latest and&lt;/p&gt;
</description></item><item><title>re: VB On Silverlight</title><link>http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx#9527824</link><pubDate>Wed, 01 Apr 2009 23:49:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9527824</guid><dc:creator>Charles W. Young</dc:creator><description>&lt;p&gt;&amp;quot;my interest was definitely peaked&amp;quot; should read &amp;quot;my interest was definitely piqued&amp;quot;&lt;/p&gt;
</description></item></channel></rss>