<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Search results matching tags 'silverlight' and 'DLR'</title><link>http://weblogs.asp.net/search/SearchResults.aspx?q=&amp;tag=silverlight%2cDLR&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tags 'silverlight' and 'DLR'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Uploaded Silverlight sample for VBScript.net compiler</title><link>http://weblogs.asp.net/lichen/archive/2009/11/04/uploaded-silverlight-sample-for-vbscript-net-compiler.aspx</link><pubDate>Wed, 04 Nov 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246535</guid><dc:creator>dotneteer</dc:creator><author>dotneteer</author><description>&lt;P mce_keep="true"&gt;I have uploaded Silverlight sample that uses my VBScript.net compiler to &lt;A href="http://www.codeplex.com/aspclassiccompiler"&gt;http://www.codeplex.com/aspclassiccompiler&lt;/A&gt;. It is available under the source tag in change set 31328 or later.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I am not quite using the capabilities in Microsoft.Scripting.Silverlight yet. I want to take advantages of it when its document becomes available. For the time being, I created my own little host called VBScriptHost in the SilverlightApplication1 project.&lt;/P&gt;
&lt;P mce_keep="true"&gt;I modified App.xaml.cs to create an instance of VBScriptHost and expose it. In MainPage.xaml.cs, I created a ScriptScope object. This is the object that I feed host variables to VBScript. I then parse this object to the Execute method of a CompiledCode object.&lt;/P&gt;
&lt;P mce_keep="true"&gt;In the example, I passed MainPage itself with the variable name "page" to the VBScript. In order to expose the object hierachy of the MainPage, I have to expose MyButton using the x:FieldModifier="public" attribute; otherwise, it is an internal property and is hidden from the dynamic code. In future versions, I will modify my binder in an attempt to access the internal properties so that we do not have to change the access level of objects in&amp;nbsp;the page.&lt;/P&gt;</description></item><item><title>.NET 4.1 Preview - New Base Class Library (BCL) Extension Methods - RFC</title><link>http://weblogs.asp.net/aspnet-whatsnew/archive/2009/04/01/net-4-1-preview-new-base-class-library-bcl-extension-methods-rfc.aspx</link><pubDate>Wed, 01 Apr 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7019407</guid><dc:creator>Anonymous</dc:creator><author>Anonymous</author><description>As web programmers, we use a lot of strings to move data around the web. Often we’ll use a string to represent a date or an integer or a boolean. Basically &amp;quot;1&amp;quot; in instead of 1, or &amp;quot;April 1, 2009&amp;quot; rather than a proper ISO-8601 formatted culture-invariant date. While these strings are flying around via HTTP it&amp;#39;s not a huge deal, but sometimes this loose, even sloppy, use of strings can leak into our own code. We might find ourselves leaving the data times as strings longer and longer, or not even bothering to convert them to their proper type at all. This problem is made worse by the proliferation of JSON, and schema-less/namespace-less XML (that I&amp;#39;ve often called &amp;quot; angle-bracket delimited files &amp;quot; as they&amp;#39;re...(&lt;a href="http://feedproxy.google.com/~r/ScottHanselmanASPNET/~3/DaXZds_mSvs/NET41PreviewNewBaseClassLibraryBCLExtensionMethodsRFC.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7019261" width="1" height="1" alt="" /&gt;</description></item><item><title>Microsoft Silverlight 2.0 Wish List</title><link>http://weblogs.asp.net/mschwarz/archive/2007/12/20/microsoft-silverlight-2-0-wish-list.aspx</link><pubDate>Thu, 20 Dec 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5479758</guid><dc:creator>interactive</dc:creator><author>interactive</author><description>&lt;p&gt;&lt;a href="http://www.ajaxpro.info/images/blog/Whishlist1MicrosoftSilverlight2.0_10794/silverlight.jpg"&gt;&lt;img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 20px 25px; border-right-width: 0px" height="240" alt="silverlight" src="http://www.ajaxpro.info/images/blog/Whishlist1MicrosoftSilverlight2.0_10794/silverlight_thumb.jpg" width="215" align="right" border="0" /&gt;&lt;/a&gt;Well, the year 2007 is nearly at the end and I have my short wish list for &lt;a href="http://www.silverlight.net/"&gt;Microsoft Silverlight&lt;/a&gt;. The following (maybe not complete) unsorted list would be nice to see in 2008 with the next CTP or final version:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;When building Silverlight 2.0 Web applications I must be able to consume services (REST, Web Service,...) from cross-domain locations. There are several ideas on how to restrict or allow those access as it should not be possible to access every domain because of security reasons. There are different ideas on how to specify the allowed domains: one could be a file in the root folder of the domain to access where the origin domain must be specified. A configuration on the local Silverlight plug-in would not be very good as applications will not work correctly. &lt;/li&gt;    &lt;li&gt;Windows Mobile UI options with the &lt;a href="http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx"&gt;Compact Framework&lt;/a&gt; are very dire, without doing some workarounds like writing interop code your are not able to write nice looking applications. They look like years old applications. As WPF is not yet available for Windows Mobile (and maybe will never be available there) Silverlight could be the best answer. I had a look at &lt;a href="http://www.adobe.com/products/flashlite/"&gt;Adobe Flash Lite&lt;/a&gt; on my &lt;a href="http://www.dell.com/us/en/gen/topics/segtopic_axim.htm"&gt;Dell Axim&lt;/a&gt; device and I'm very happy to see that the hardware is able to render vector graphics in a very good time. Well, the Dell Axim has a good built-in graphics card which is able to render 3D graphics, when I'm correct. In my opinion it is very easy to create UI applications (like the &lt;a href="http://www.apple.com/iphone/"&gt;iPhone&lt;/a&gt;) on &lt;a href="http://www.microsoft.com/windowsmobile/pocketpc/default.mspx"&gt;Windows Mobile&lt;/a&gt; devices if there is a framework available like Silverlight. &lt;/li&gt;    &lt;li&gt;As WPF is unimportant for me (only because I'm a Web developer) I would like to see Silverlight running standalone applications. Currently I need some JavaScript and HTML to get it running. I created a small host application that is running something similar to the built-in Web server of Visual Studio .NET to have a standalone application running Silverlight. &lt;/li&gt;    &lt;li&gt;Better design experience: well, I think that it is still not very easy for a designer to interact with a developer. I don't know the real problem why it is hard to work together. Looking at WPF I feel that there is the same problem. How many WPF applications do you know or use already? And how long does WPF be available? &lt;/li&gt;    &lt;li&gt;Most developers that want to use Silverlight stopped playing with the CTP bits because of missing controls. I had some discussions with Silverlight experts which controls they are missing? I think that we should not put the Windows UI controls to Silverlight (like copy'n paste everything). What about the Mac and Linux users? They don't understand the behavior of Windows UI controls. And the same in the other direction, I don't understand the behavior of Mac controls and don't want to learn all different controls. In my eyes Silverlight should have some base controls like a button which is clickable, or a text box where I can enter some text, but should not work &lt;em&gt;Silverlight-like&lt;/em&gt;. &lt;/li&gt;    &lt;li&gt;Silverlight (and WPF) in my eyes is a very good technology to built touch-screen usable applications (if used as Web applications or not). They are very easy to adapt to the customers corporate design. Maybe we need more hardware support for input controls like the iPhone or Surface is doing. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Well, one of my last wish list Microsoft already changed: the &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/11/29/net-web-product-roadmap-asp-net-silverlight-iis7.aspx"&gt;rename from Silverlight 1.1 to Silverlight 2.0.&lt;/a&gt; It is not an update for Silverlight 1.0, it is something complete different. I don't know how Microsoft will name the updates or newer versions of Silverlight 1.0 in the future, maybe there will be no new version for it.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Update 12/21/2007&lt;/strong&gt;: I got a lot of feedback what maybe is missing on my list. Yes, I know that there are more features that are nice to have. Below you will find some more important missing features:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Socket Support: I don't see this in real life because firewalls will block nearly everything by default. But Sockets are interesting if we want to built peer-to-peer applications (online games and maybe streaming from other web users).&lt;/li&gt;    &lt;li&gt;What happen if you print an Silverlight application? There are some ideas to render forms to print. Well, I would'n use Silverlight for printing, maybe generating a &lt;a href="http://www.microsoft.com/whdc/xps/default.mspx"&gt;XPS&lt;/a&gt; or &lt;a href="http://en.wikipedia.org/wiki/Portable_Document_Format"&gt;PDF&lt;/a&gt; document is much easier.&lt;/li&gt;    &lt;li&gt;More space in local isolated storage to store documents or any other data. This should be easily made configurable in the &lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/07/30/silverlight-configuration-tool.aspx"&gt;Silverlight configuration&lt;/a&gt;.&lt;/li&gt;    &lt;li&gt;One thing I would like, too: I don't want to see more different Media Players. I think you agree that there is only a very small range of web developers that have video or audio content to deliver. The media support is very good when i.e. looking at &lt;a href="http://www.microsoft.com/presspass/press/2007/apr07/04-15WPFEPR.mspx"&gt;HD video streaming with Silverlight&lt;/a&gt;. I would like to see real-world applications instead (my greetings to &lt;a href="http://blogs.msdn.com/olivers/"&gt;Oliver Scheer&lt;/a&gt;).&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;One comment for the feature wish no. 3 (running standalone Silverlight applications) in my first list: maybe you can compare it with Adobe Flex. You can run the application in a browser or &lt;a href="http://www.adobe.com/devnet/air/flex/articles/flex_to_air_migration.html"&gt;taking a flex application to the desktop&lt;/a&gt;. WPF is not working as it is only supported on Windows desktop PCs. I would like to see Silverlight applications on desktop PCs and, the more important, on Windows Mobile devices. I don't want to connect to the Internet always to run a Silverlight application. Does this make sense?&lt;/p&gt;</description></item><item><title>[de] Silverlight Get Together</title><link>http://weblogs.asp.net/mschwarz/archive/2007/07/23/de-silverlight-get-together.aspx</link><pubDate>Mon, 23 Jul 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:3257805</guid><dc:creator>interactive</dc:creator><author>interactive</author><description>&lt;p&gt;&lt;em&gt;(English: I will start new workshops about Ajax, ASP.NET and Silverlight in the next months, first will start on Thursday about Silverlight.)&lt;/em&gt;&lt;/p&gt; &lt;p&gt;Am kommenden Donnersten, den 26. Juli 2007, veranstalten wir einen kleinen,&amp;nbsp;kostenfreien&amp;nbsp;Workshop zum Thema &lt;a href="http://www.silverlight.net/"&gt;Microsoft Silverlight&lt;/a&gt;. Danke an Thomas Müller, der bei der &lt;a href="http://www.conplement.de/"&gt;complement AG&lt;/a&gt; Platz gefunden hat. Wir treffen uns gegen 18 Uhr, &lt;a href="http://www.conplement.de/Anfahrt.html"&gt;Anfahrt&lt;/a&gt; findet ihr auf der Web Seite der complement AG.&lt;/p&gt; &lt;p&gt;Wer sich noch kurzfristig anmelden möchte: kurze E-Mail hier über die &lt;a href="http://weblogs.asp.net/mschwarz/contact.aspx"&gt;Kontaktseite&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>[de] .NET User Group Franken am 5. Juli 2007</title><link>http://weblogs.asp.net/mschwarz/archive/2007/06/13/de-net-user-group-franken-am-5-juli-2007.aspx</link><pubDate>Wed, 13 Jun 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2806655</guid><dc:creator>interactive</dc:creator><author>interactive</author><description>&lt;p&gt;Die &lt;a href="http://www.dodned.de/"&gt;.NET User Group Franken&lt;/a&gt; trifft sich mal wieder, diesmal in den Räumen der evosoft GmbH (Dank geht an &lt;a href="https://www.xing.com/profile/Igor_Milovanovic/"&gt;Igor Milovanovic&lt;/a&gt;).&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;Themen&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.geekswithblogs.com/danielz"&gt;Daniel Zeiss&lt;/a&gt; spricht zum Thema &lt;a href="http://comfortasp.de/"&gt;ComfortASP.NET&lt;/a&gt;, nachdem ich ihm ja die Zeit beim vorletzten Treffen gestohlen hatte, sorry nochmal!&lt;/li&gt; &lt;li&gt;Ich selber werde einen Überblick über &lt;a href="http://www.silverlight.net/"&gt;Microsoft Silverlight 1.0 und 1.1&lt;/a&gt; geben. In der &lt;a href="http://www.dodned.de/PermaLink.aspx?guid=c3894044-1b4d-4c9d-a24e-0dad53ea5416"&gt;Ankündigung&lt;/a&gt; steht etwas von "&lt;em&gt;Webpräsentations-Technologie&lt;/em&gt;". Nun, Silverlight ist nicht nur etwas für die Anzeige, wie auch&amp;nbsp;&lt;a href="http://blogs.msdn.com/tims/"&gt;Tim Sneath&lt;/a&gt; in seinem Post &lt;a href="http://blogs.msdn.com/tims/archive/2007/06/07/silverlight-isn-t-just-about-presentation.aspx"&gt;Silverligth Isn't Just about Presentation&lt;/a&gt; schreibt. Bei dem letzen Treffen hatte ich bereits WPF/E (der alte Codename) gezeigt, deswegen werde ich diesmal etwas mehr die nicht-grafischen&amp;nbsp;Möglichkeiten&amp;nbsp;in Silverlight zeigen.&lt;/li&gt; &lt;li&gt;Außerdem natürlich wie immer allgemeine Diskussionen.&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Und zum Schluß gibt's natürlich wie immer wieder eine Buchverlosung.&lt;/p&gt; &lt;p&gt;Hier noch die Adresse von der evosoft GmbH:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;evosoft GmbH&lt;br&gt;Hugo-Junkers-Str. 11&lt;br&gt;D-90411 Nürnberg&lt;/p&gt; &lt;p&gt;&lt;a href="http://maps.google.de/maps?f=q&amp;amp;hl=de&amp;amp;q=Hugo-Junkers-Str.+11,+90411+N%C3%BCrnberg&amp;amp;sll=51.124213,10.546875&amp;amp;sspn=15.636274,34.541016&amp;amp;ie=UTF8&amp;amp;ll=49.489092,11.039886&amp;amp;spn=0.126229,0.382462&amp;amp;z=12&amp;amp;iwloc=addr&amp;amp;om=1"&gt;Google Maps&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;</description></item><item><title>New Examples and Tutorials</title><link>http://weblogs.asp.net/mschwarz/archive/2007/06/08/new-examples-and-tutorials.aspx</link><pubDate>Fri, 08 Jun 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2759352</guid><dc:creator>interactive</dc:creator><author>interactive</author><description>&lt;p&gt;During the last days I have added some new &lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/06/06/silverlight-tutorials.aspx"&gt;tutorials&lt;/a&gt; and &lt;a title="Silverlight Examples" href="http://weblogs.asp.net/mschwarz/archive/2007/06/04/silverlight-examples.aspx"&gt;examples&lt;/a&gt; to my list. Dave Campbell sent me a short message that he has already a kind of Silverlight examples collection. Have a look on his list of &lt;a href="http://www.wynapse.com/TagContentLocal.aspx?Tag=Silverlight"&gt;Silverlight tagged articles he wrote&lt;/a&gt; and &lt;a href="http://www.wynapse.com/TagContent.aspx?Tag=Silverlight"&gt;external Silverlight examples as well&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;There is starting a new series of &lt;a href="http://www.wynapse.com/Silverlight_Tutorials.aspx"&gt;Silverlight JavaScript Tutorial&lt;/a&gt;. The first article is about &lt;a href="http://www.wynapse.com/Silverlight/Tutor/Silverlight_With_Java_Script_Tutorial_01.aspx"&gt;how to add Silverlight to a Web page&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blog.wekeroad.com/"&gt;Rob Conery&lt;/a&gt; did his Day 2 article about &lt;a href="http://blog.wekeroad.com/archive/2007/06/06/silverlight-day-2-creating-a-data-driven-control.aspx"&gt;how to create a data-driven control&lt;/a&gt;&amp;nbsp;in Silverlight.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;Silverlight Features&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/tims/"&gt;Tim Sneath&lt;/a&gt;&amp;nbsp;writes on his blog about that &lt;a href="http://blogs.msdn.com/tims/archive/2007/06/07/silverlight-isn-t-just-about-presentation.aspx"&gt;Silverlight isn't just about presentation&lt;/a&gt;&amp;nbsp;and that there are enough that link Silverlight always with user interface developing. Yes, I thought the same already, everybody is thinking about UI. UI with XAML is only a small part of the great features that Silverlight offers.&lt;/p&gt; &lt;p&gt;&lt;a href="http://blogs.msdn.com/brada/"&gt;Brad Abrams&lt;/a&gt; posted a new &lt;a href="http://blogs.msdn.com/brada/archive/2007/06/07/silverlight1-1-asp-net-photoviewer-application.aspx"&gt;PhotoViewer application&lt;/a&gt; which supports great UI features like panning an dzooming effects, but he also added FileUpload and Networking to his example (incl. &lt;a href="http://brad_abrams.members.winisp.net/Projects/TechEd07/SilverlightPicturesSample.zip"&gt;source code&lt;/a&gt;).&lt;/p&gt; &lt;p&gt;Scott Wisniewski from the &lt;a href="http://blogs.msdn.com/vbteam/default.aspx"&gt;Visual Basic Team&lt;/a&gt; wrotes about the&amp;nbsp;&lt;a href="http://blogs.msdn.com/vbteam/archive/2007/06/07/what-is-the-difference-between-vb-9-vbx-and-silverlight.aspx"&gt;difference between VB 9, VBx and Silverlight&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;Webcast Follow Up&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Those who have attended to the Silverlight webcast&amp;nbsp;on 6th June: &lt;a href="http://blogs.msdn.com/publicsector/archive/2007/05/10/webcast-follow-up-introduction-to-microsoft-silverlight.aspx"&gt;here&lt;/a&gt; are the links to download the&amp;nbsp;&lt;a title="Silverlight 1.0/1.1 QuickStart Examples" href="http://blogs.msdn.com/publicsector/archive/2007/05/09/visual-studio-codename-orcas-solution-with-most-of-the-silverlight-quickstarts.aspx"&gt;quickstart examples&lt;/a&gt; from Marc.&lt;/p&gt;</description></item><item><title>Silverlight Tutorials</title><link>http://weblogs.asp.net/mschwarz/archive/2007/06/06/silverlight-tutorials.aspx</link><pubDate>Wed, 06 Jun 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2738332</guid><dc:creator>interactive</dc:creator><author>interactive</author><description>&lt;p&gt;There are a couple of great tutorials on how to developer &lt;a href="http://www.silverlight.net/"&gt;Microsoft Silverlight&lt;/a&gt; 1.0 or 1.1 Web applications:&lt;/p&gt; &lt;p&gt;&lt;u&gt;&lt;strong&gt;Mix 07 Silverlight Sessions&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=143"&gt;Building Silverlight Applications Using .NET (Part 1 of 2)&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=144"&gt;Building Silverlight Applications Using .NET (Part 2 of 2)&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=152"&gt;Building Rich Web Experiences Using Silverlight and JavaScript for Developers&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=150"&gt;Building Rich Web Experience with Silverlight and Microsoft Expression Studio for Designers&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=145"&gt;Deep Dive on Silverlight Media Integration&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=153"&gt;Creating and Delivering Rich Media and Video on the Web with Silverlight, Microsoft Expression Studio, and Windows Server Codename "Longhorn"&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=146"&gt;Developing ASP.NET AJAX Controls with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=148"&gt;Building Rich, Interactive E-commerce Applications Using ASP.NET and Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=149"&gt;A View from the Front: Real World Experiences of WPF and Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=151"&gt;Extending the Browser Programming Model with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=147"&gt;Just Glue It! Ruby and the DLR in Silverlight&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;u&gt;&lt;strong&gt;Silverlight 1.0 Tutorials&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=120"&gt;Overlaying HTML and Silverlight Content&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=105"&gt;Basic Keyboard Input with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=108"&gt;Building Video Overlays with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=121"&gt;Real-Time Data Update with Silverlight and Web Services&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=116"&gt;Using AJAX to Dynamically Update Silverlight Content&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=112"&gt;Animating and Clipping Video with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=101"&gt;Using Silverlight Brushes for Color, Gradient and Video&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=107"&gt;2D Geometries in Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=110"&gt;Using Silverlight for Full Screen Experiences&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=109"&gt;Creating a Video Scrubbing Control with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=111"&gt;Silverlight Event Handling with JavaScript&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=122"&gt;Using Input Method Editors for Text Entry in Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=106"&gt;Adding Ink Support to a Silverlight-based Application&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=113"&gt;Delivering Parameterized Silverlight Content with ASP.NET&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=114"&gt;Delivering Parameterized Silverlight Content with PHP&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=115"&gt;Delivering Parameterized Silverlight Content with Java&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;u&gt;&lt;strong&gt;Silverlight 1.1 Tutorials&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=123"&gt;Getting Started with Silverlight 1.1&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=125"&gt;Top Banana&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=126"&gt;Dynamic Languages with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=124"&gt;Silverlight in Their Own Words&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;u&gt;&lt;strong&gt;Expression Blend with Silverlight 1.0&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://movielibrary.lynda.com/html/modPage.asp?ID=384"&gt;Getting Started with Expression Blend&lt;/a&gt;&amp;nbsp;&lt;font color="#ff0000"&gt;&lt;strong&gt;New!&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=129"&gt;Creating Vector Art for Silverlight with Expression Blend&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=130"&gt;Animating Vector Art for Silverlight with Expression Blend Part I&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=131"&gt;Animating Vector Art for Silverlight with Expression Blend Part II&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=127"&gt;Animating Raster Art for Silverlight with Expression Blend&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideo.aspx?video=128"&gt;Using Expression Blend to Control Silverlight Media Playback&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;u&gt;&lt;strong&gt;Silverlight QuickStarts&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.silverlight.net/quickstarts/silverlight10/default.aspx"&gt;Silverlight 1.0 Beta QuickStarts&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlight.net/quickstarts/managed.aspx"&gt;Silverlight 1.1 Alpha QuickStarts&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;MSDN Library&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb190636(msdn.10).aspx"&gt;Silverlight Technical Articles&lt;/a&gt;  &lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/bb404703(msdn.10).aspx"&gt;Getting Started with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx"&gt;MSDN Silverlight Dev Center&lt;/a&gt;  &lt;li&gt;&lt;a title="Silverlight 1.0 Beta SDK" href="http://msdn.microsoft.com/vstudio/eula.aspx?id=a40f3ffc-2657-02ec-7d67-7a79b4eac832"&gt;Silverlight 1.0 Beta SDK&lt;/a&gt;  &lt;li&gt;&lt;a href="http://msdn.microsoft.com/vstudio/eula.aspx?id=c8bf88e7-841c-43fd-c63d-379943617f36"&gt;Silverlight 1.1 Alpha SDK&lt;/a&gt;  &lt;li&gt;&lt;a href="http://msdn2.microsoft.com/bb187448"&gt;Silverlight Reference&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.microsoft.com/events/EventDetails.aspx?CMTYSvcSource=MSCOMMedia&amp;amp;Params=%7eCMTYDataSvcParams%5e%7earg+Name%3d%22ID%22+Value%3d%221032340719%22%2f%5e%7earg+Name%3d%22ProviderID%22+Value%3d%22A6B43178-497C-4225-BA42-DF595171F04C%22%2f%5e%7earg+Name%3d%22lang%22+Value%3d%22en%22%2f%5e%7earg+Name%3d%22cr%22+Value%3d%22US%22%2f%5e%7esParams%5e%7e%2fsParams%5e%7e%2fCMTYDataSvcParams%5e"&gt;A Lap Around Silverlight&lt;/a&gt; (Level 300) &lt;font color="#ff0000"&gt;&lt;strong&gt;New!&lt;/strong&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;u&gt;&lt;strong&gt;Tutorials from other Web sites&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="http://www.wynapse.com/Silverlight_Tutorials.aspx"&gt;Silverlight JavaScript Tutorials&lt;/a&gt;&amp;nbsp;&lt;font color="#ff0000"&gt;&lt;strong&gt;New!&lt;/strong&gt;&lt;/font&gt; &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/06/03/create-glass-button-in-ms-expression-blend/"&gt;Silverlight Tutorial - Create Glass Button in MS Expression Blend&lt;/a&gt;  &lt;li&gt;&lt;a title="Permanent Link to Tutorial 9- Gradient Fills in MS Expression Blend" href="http://www.silverlightfan.com/2007/05/31/tutorial-9-gradient-fills-in-ms-expression-blend/"&gt;Lesson&amp;nbsp;9: Gradient Fills in MS Expression Blend&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/05/30/lesson-8-motion-paths-in-ms-expression-blend/"&gt;Lesson&amp;nbsp;8: Motion paths in MS Expression Blend&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/04/27/lesson-7-using-microsoft-expression-for-silverlight/"&gt;Lesson 7: Using Microsoft Expression for Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/04/26/lesson-6-silverlight-media/"&gt;Lesson 6: Silverlight Media&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/04/25/lesson-5-silverlight-text/"&gt;Lesson 5: Silverlight Text&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/04/24/lesson-4-using-images-in-silverlight/"&gt;Lesson 4: Using Images in Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/04/23/lesson-3b-silverlight-shapes/"&gt;Lesson 3b: Silverlight Shapes&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/04/20/lesson-3a-silverlight-canvas/"&gt;Lesson 3a: Silverlight Canvas&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/04/19/lesson-2-the-xaml-file/"&gt;Lesson 2: The XAML File&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.silverlightfan.com/2007/04/18/lesson-1-beginning-silverlight-creating-a-project/"&gt;Lesson 1: Beginning Silverlight - Creating a Project&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.codeproject.com/useritems/SilverlightsOut.asp"&gt;The Code Project: Silverlights Out - An Introduction into Silverlight by Example&lt;/a&gt;  &lt;li&gt;&lt;a href="http://msdn.microsoft.com/msdnmag/issues/07/06/Silverlight/Default.aspx"&gt;Get Started Building A Deeper Experience Across The Web&lt;/a&gt;  &lt;li&gt;&lt;a href="http://channel9.msdn.com/tags/Silverlight"&gt;Channel9 Videos tagged with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/06/05/how-to-create-silverlight-applications-with-notepad.aspx"&gt;How to create Silverlight Applications with Notepad&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/06/04/silverlight-with-visual-studio-net-2005.aspx"&gt;Silverlight with Visual Studio .NET 2005&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/06/01/javascript-and-net-arrays-in-silverlight.aspx"&gt;JavaScript and .NET Arrays in Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/06/01/silverlight-and-json-isolatedstorage-example.aspx"&gt;Silverlight and JSON&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/06/01/call-scribtable-methods-from-javascript-with-silverlight.aspx"&gt;Call Scribtable Methods from JavaScript with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/05/31/isolatedstorage-and-managed-javascript.aspx"&gt;IsolatedStorage and managed JavaScript&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/05/31/running-managed-javascript-in-silverlight.aspx"&gt;Running managed JavaScript in Silverlight&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Updated: fixed some wrong URLs... :(&lt;/p&gt;</description></item><item><title>Microsoft Silverlight Introduction (LiveMeeting)</title><link>http://weblogs.asp.net/mschwarz/archive/2007/06/05/microsoft-silverlight-introduction-livemeeting.aspx</link><pubDate>Tue, 05 Jun 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2732876</guid><dc:creator>interactive</dc:creator><author>interactive</author><description>&lt;p&gt;&lt;/p&gt; &lt;p&gt;Tomorrow there is an online event for developers talking about Silverlight at 2:00 PM Eastern Time (US &amp;amp; Canada): &lt;blockquote&gt; &lt;p&gt;"&lt;a href="http://www.silverlight.net/"&gt;Microsoft Silverlight&lt;/a&gt; is a technology for delivering rich, cross-platform interactive experiences for the Web and beyond. Silverlight will enable the creation of rich, visually stunning and interactive content and applications that run on multiple browsers and operating systems. In this session, learn more about the benefits of Silverlight from a developer perspective and get an introduction to building Silverlight applications using JavaScript and C# using Microsoft developer and designer tools."&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;To register for this online event click &lt;a title="Introduction to Microsoft Silverlight (Register Online)" href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032341054&amp;amp;EventCategory=4&amp;amp;culture=en-US&amp;amp;CountryCode=US"&gt;here&lt;/a&gt;. &lt;p&gt;If you never heared about Silverlight (hm, really?) you should have a look at my &lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/06/04/silverlight-examples.aspx"&gt;Silverlight examples&lt;/a&gt; collection. There are some blogs listed, too,&amp;nbsp;that are writing more or less about this technology.&lt;/p&gt;</description></item><item><title>Silverlight Examples</title><link>http://weblogs.asp.net/mschwarz/archive/2007/06/04/silverlight-examples.aspx</link><pubDate>Mon, 04 Jun 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2724033</guid><dc:creator>interactive</dc:creator><author>interactive</author><description>&lt;p&gt;During the weekend I spent some minutes to collect some of the greatest &lt;a href="http://www.silverlight.net/"&gt;Silverlight&lt;/a&gt; examples. Most of them need the Silverlight 1.1 alpha runtime which is available for download &lt;a title="Silverlight 1.1 alpha runtime download" href="http://msdn.microsoft.com/vstudio/eula.aspx?id=e2c1a44f-0b5c-face-28c8-08a26f2e0b3c"&gt;here&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;If you are missing any great demo or article please use the comments or contact page to add it.&lt;/p&gt; &lt;ol&gt; &lt;li&gt;Great &lt;a href="http://blogs.msdn.com/publicsector/archive/2007/05/10/webcast-follow-up-introduction-to-microsoft-silverlight.aspx"&gt;Visual Studio QuickStarts&lt;/a&gt;&amp;nbsp;for Silverlight 1.0/1.1 &lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;  &lt;li&gt;&lt;font color="#000000"&gt;&lt;a href="http://www.thedatafarm.com/blog/2007/06/04/MySilverlightInkExperimentsNextStepTryToLookLikeASilverlightApplication.aspx"&gt;Silverlight Ink Experiments&lt;/a&gt;&amp;nbsp;&lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;font color="#000000"&gt;&lt;a href="http://blogs.msdn.com/webnext/archive/2007/05/22/silverlight-convert-text-to-path.aspx"&gt;Convert Text to Path&lt;/a&gt;&amp;nbsp;&lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;font color="#000000"&gt;&lt;a href="http://rickgaribay.net/archive/2007/05/02/HTML-DOM-Interop-With-Silverlight.aspx"&gt;HTML DOM Interop with Silverlight&lt;/a&gt;&amp;nbsp;&lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;font color="#000000"&gt;&lt;a href="http://www.hoffmancentral.org/sample/silverlight.htm"&gt;Drag and Drop in Silverlight 1.0&lt;/a&gt;&amp;nbsp;&lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;font color="#000000"&gt;&lt;a href="http://strangelights.com/blog/archive/2007/05/25/1584.aspx"&gt;Game of Life in Silverlight and F#&lt;/a&gt;&amp;nbsp;&lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;font color="#000000"&gt;&lt;a href="http://blogs.msdn.com/publicsector/archive/2007/05/08/update-virtual-earth-with-silverlight-sample.aspx"&gt;Virtual Earth and Silverlight&lt;/a&gt;&amp;nbsp;&lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;font color="#000000"&gt;&lt;a href="http://vistasmalltalk.wordpress.com/2007/06/05/smalltalk-in-firefox/"&gt;Smalltalk based on Silverlight/DLR&lt;/a&gt;&amp;nbsp;&lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;a href="http://scissormonkey.wordpress.com/2007/06/06/silverlight-and-gears-so-happy-together/"&gt;Silverlight and Google Gears&lt;/a&gt;&lt;font color="#000000"&gt;&amp;nbsp;&lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;a href="http://blog.wekeroad.com/archive/2007/06/06/silverlight-day-2-creating-a-data-driven-control.aspx"&gt;Creating A Data-driven Control&lt;/a&gt;&lt;font color="#000000"&gt;&amp;nbsp;&lt;strong&gt;&lt;font color="#ff0000"&gt;New!&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;  &lt;li&gt;&lt;a href="http://www.dolittle.com/blogs/einar/archive/2007/05/19/3d-in-silverlight-1-1-alpha.aspx"&gt;3D in Silverlight 1.1 Alpha&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.telerik.com/demos/aspnet/silverlight/Cube/Examples/RoomDesigner/DefaultCS.aspx"&gt;RadControls for Silverlight&lt;/a&gt; by Telerik  &lt;li&gt;&lt;a href="http://chriscavanagh.wordpress.com/2007/05/22/silverlight-11-2d-physics/"&gt;Silverlight 1.1 2D Physics&lt;/a&gt;&amp;nbsp;with &lt;a href="http://chriscavanagh.wordpress.com/2007/05/24/silverlight-2d-physics-source-code/"&gt;Source Code&lt;/a&gt;&amp;nbsp;  &lt;li&gt;Lutz's &lt;a href="http://www.aisto.com/Roeder/Silverlight/Digger/Default.aspx"&gt;Digger&lt;/a&gt;, &lt;a href="http://www.aisto.com/Roeder/Silverlight/Monotone/Default.aspx"&gt;Monotone&lt;/a&gt; and &lt;a href="http://www.aisto.com/Roeder/Silverlight/Inplay/Default.aspx?Audio=http://perseus.franklins.net/hanselminutes_0063.mp3"&gt;Inplay&lt;/a&gt;; see also &lt;a href="http://blogs.msdn.com/ebooth/archive/2007/05/19/view-source-reflector-tool-for-net-silverlight-sites.aspx"&gt;.NET Reflector Plugin for Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/Samples/1.1/DLR-Console/python/index.htm"&gt;DLR Console&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/samples/1.1/chess/run/default.html"&gt;Silverlight Chess&lt;/a&gt; (JavaScript vs. C#)  &lt;li&gt;&lt;a href="http://blogs.msdn.com/mswanson/archive/2007/03/14/swf2xaml-0-2-a-slightly-better-flash-to-xaml-conversion.aspx"&gt;SWF2XAML&lt;/a&gt;: A Slightly better Flash to XAML Conversion  &lt;li&gt;Scott Guthrie's &lt;a href="http://weblogs.asp.net/scottgu/archive/tags/Silverlight/default.aspx"&gt;blog posts&amp;nbsp;tagged&amp;nbsp;with&amp;nbsp;Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/vivekd/archive/2007/05/14/silverlight-toolbar.aspx"&gt;Silverlight Toolbar&lt;/a&gt;  &lt;li&gt;Use &lt;a href="http://vivekdalvi.wordpress.com/2007/06/01/safe-file-open-dialog/"&gt;File Open Dialog&lt;/a&gt; with Silverlight  &lt;li&gt;Microsoft &lt;a href="http://www.popfly.com/"&gt;PopFly&lt;/a&gt;  &lt;li&gt;Microsoft Silverlight 1.1 Alpha &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=811d8ad6-8d48-4684-b08c-686462d58a56&amp;amp;DisplayLang=en"&gt;Developer Reference Poster&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/learn/learnvideos.aspx"&gt;How-to videos&lt;/a&gt;  &lt;li&gt;&lt;a href="http://delay.members.winisp.net/SilverlightSurface/"&gt;Silverlight Surface Demo&lt;/a&gt;&amp;nbsp;(with &lt;a href="http://weblogs.asp.net/mschwarz/archive/2007/06/04/silverlight-surface-demonstration-video-support.aspx"&gt;simple video support&lt;/a&gt;)  &lt;li&gt;&lt;a href="http://delay.members.winisp.net/SimpleSilverlightXpsViewer/"&gt;Silverlight XPS Viewer&lt;/a&gt;  &lt;li&gt;Miguel de Icaza about &lt;a href="http://tirania.org/blog/archive/2007/May-01.html"&gt;Silverlight, DLR and OpenSource&lt;/a&gt;  &lt;li&gt;Eyeblaster Rich Media &lt;a href="http://ds.pilot.serving-sys.com/BurstingRes/WPFE/msn_tech.html"&gt;Silverlight AD&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.codeplex.com/nibbles"&gt;SilverNibbles&lt;/a&gt; - Converting a Windows Forms Game to Silverlight  &lt;li&gt;&lt;a href="http://blogs.msdn.com/charlie/default.aspx"&gt;Silverlight Controls and LINQ&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlightrocks.com/community/blogs/silverlight_games_101/default.aspx"&gt;Silverlight Games 101&lt;/a&gt;&amp;nbsp;(&lt;a href="http://silverlightrocks.com/cs/default.aspx"&gt;Silverlight Rocks!&lt;/a&gt;)  &lt;li&gt;&lt;a href="http://codeplex.com/IronPython"&gt;DLR &amp;amp; IconPython at Codeplex&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlight.net/community/gallerydetail.aspx?cat=1&amp;amp;sort=2#vid46"&gt;Silverlight Pad&lt;/a&gt;  &lt;li&gt;Video support with Silverlight &lt;a href="http://silverlight.net/fox/"&gt;Fox Example&lt;/a&gt;  &lt;li&gt;&lt;a href="http://dev.aol.com/mail"&gt;AOL Social Mail Gadget&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/tims/archive/2007/04/30/silverlight-screencasts.aspx"&gt;Silverlight Screencasts&lt;/a&gt;&amp;nbsp;(more than 20 videos!!)  &lt;li&gt;&lt;a href="http://explosivedog.com/archive/2007/05/09/silverlight-disco.aspx"&gt;Silverlight Disco Dance Floor&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.cjcraft.com/silverlight/silverlightsout/silverlightsout.html"&gt;Silverlights Out 2.0&lt;/a&gt; and &lt;a href="http://cjcraft.com/silverlight/silverlightsout1/silverlightsout.html"&gt;older version 1.1&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.zillinois.com/blog/2007/05/16/YetAnotherSilverLightXAMLDemo.aspx"&gt;Silverlight GardientBrush Demo&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/robunoki/archive/2007/05/01/silverlight-and-the-compact-framework.aspx"&gt;Silverlight and the Compact Framework&lt;/a&gt;&amp;nbsp;(&lt;a href="http://www.visitmix.com/Blogs/Joshua/major-league-baseball-mix07-demo/"&gt;Mix 07 demo video&lt;/a&gt;)  &lt;li&gt;&lt;a href="http://www.bluerosegames.com/brg/drpopper/"&gt;Dr. Popper Silverlight Edition&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.sqlxml.org/wpfe/"&gt;Bryant's Silverlight Examples&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.andybeaulieu.com/Home/tabid/67/EntryID/73/Default.aspx"&gt;Asteroids Clone&lt;/a&gt;  &lt;li&gt;&lt;a href="http://explosivedog.com/silverlight/binaryclock/default.html"&gt;Binary Clock&lt;/a&gt;  &lt;li&gt;&lt;a href="http://daspstaff00.web120.discountasp.net/silver/scrib/default.html"&gt;Silverlight Scribbler&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/shawnfa/archive/tags/Silverlight/default.aspx"&gt;Silverlight and Security&lt;/a&gt; (.NET Security Blog)  &lt;li&gt;&lt;a href="http://silverlightrocks.com/community/blogs/silverlight_games_101/archive/2007/05/20/keyboard-input.aspx"&gt;Keyboard Input&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.phoenixwebgroup.com/devs/2007/06/04/silverlight-10-glass-button/"&gt;Silverlight Glass Button&lt;/a&gt;&amp;nbsp;(from &lt;a href="http://blogs.msdn.com/mgrayson/archive/2007/02/16/creating-a-glass-button-the-complete-tutorial.aspx"&gt;WPF Glass demo&lt;/a&gt;)  &lt;li&gt;Silverlight 1.1 &lt;a href="http://blogs.msdn.com/devdave/archive/2007/05/17/silverlight-1-1-alpha-layout-system-and-controls-framework.aspx"&gt;Layout System and Controls Framework&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/05/17/tip-trick-supporting-full-screen-mode-with-silverlight.aspx"&gt;Full Screen Mode&lt;/a&gt; with Silverlight  &lt;li&gt;&lt;a href="http://blogs.msdn.com/jaimer/archive/2007/05/17/early-version-of-snoop-for-silverlight-1-0.aspx"&gt;Early version of Snoop for Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.visitmix.com/Blogs/Joshua/new-york-times-reader-in-silverlight/"&gt;New York Times Reader&lt;/a&gt; in Silverlight (video)  &lt;li&gt;&lt;a href="http://blogs.msdn.com/msmossyblog/archive/2007/05/14/the-basics-of-a-silverlight-control.aspx"&gt;The basics of a Silverlight Control&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.erain.com/Products/harmony/"&gt;Convert SWF to WPF and Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/nunitaddin/archive/2007/05/16/test-with-silverlight-coreclr.aspx"&gt;Test with Silverlight/CoreCLR&lt;/a&gt; (TestDriven.NET)  &lt;li&gt;&lt;a href="http://blogs.msdn.com/nickkramer/archive/2007/05/02/source-code-for-my-mix-demo.aspx"&gt;Fantasy Baseball&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/silverlight_sdk/archive/2007/05/31/using-playlists-in-silverlight.aspx"&gt;Using Playlists in Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/silverlight_sdk/archive/2007/05/13/Using-Silverlight-Pad-to-Test-XAML-Content.aspx"&gt;Silverlight Pad&lt;/a&gt; to Test XAML Content  &lt;li&gt;&lt;a href="http://blogs.msdn.com/silverlight_sdk/archive/2007/05/06/animation-using-keyframes-and-splines.aspx"&gt;Animation Using Keyframes and Splines&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/silverlight_sdk/archive/2007/05/02/Handling-Runtime-Error-Messages-in-IE-and-Mozilla.aspx"&gt;Handling Runtime Error Messages in IE and Mozilla&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/silverlight_sdk/archive/2007/05/02/downloading-fonts-using-the-downloader-object.aspx"&gt;Downloading Fonts Using the Downloader Object&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/silverlight_sdk/archive/2007/04/30/converting-a-wpfe-application-to-a-silverlight-scripting-application.aspx"&gt;Converting a WPF/E Application to a Silverlight Scripting Application&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/vbteam/archive/2007/05/01/vb-on-silverlight.aspx"&gt;VB on Silverlight&lt;/a&gt;  &lt;li&gt;Great &lt;a href="http://blogs.msdn.com/ebooth/archive/2007/05/08/silverlight-net-introduction-for-javascript-developers.aspx"&gt;Silverlight Introduction for JavaScript Developers&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/ebooth/archive/2007/05/13/silverlight-c-3-0-features.aspx"&gt;Silverlight C# 3.0 Features&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;Blogs about Silverlight&lt;/u&gt;&lt;/strong&gt; (unsorted order)&lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;a href="http://weblogs.asp.net/scottgu/"&gt;Scott Guthrie&lt;/a&gt;  &lt;li&gt;&lt;a title="Jim Hugunin -" href="http://blogs.msdn.com/hugunin/default.aspx"&gt;Jim Hugunin&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/mharsh/"&gt;Mike Harsh&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/brada/archive/tags/Silverlight/default.aspx"&gt;Brad Abrams&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.sqlxml.org/tags/Silverlight/default.aspx"&gt;SqlXml Blogs tagged with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/tims/archive/tags/silverlight/default.aspx"&gt;Tim Sneath&lt;/a&gt;  &lt;li&gt;&lt;a href="http://geekswithblogs.net/WynApseTechnicalMusings/Default.aspx"&gt;Wyn Apse&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.sqlxml.org/bryantlikes/default.aspx"&gt;Bryant Likes&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.aisto.com/Roeder/Silverlight/"&gt;Lutz Roeder&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/ebooth/default.aspx"&gt;Ernie Booth&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/webnext/"&gt;Web.Next&lt;/a&gt;  &lt;li&gt;&lt;a href="http://cornucopia30.blogspot.com/"&gt;Chad Campbell&lt;/a&gt;&amp;nbsp;(.NET 3.0 Cornucopia)  &lt;li&gt;&lt;a href="http://www.adoguy.com/"&gt;Shawn Wildermuth&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.thewpfblog.com/"&gt;theWPFblog&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/delay/"&gt;David Anson&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.wintellect.com/cs/blogs/jprosise/default.aspx"&gt;Jeff Prosise&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/ironpython/"&gt;IronPython&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/bardak/archive/tags/SILVERLIGHT/default.aspx"&gt;Barak's Blog&lt;/a&gt;  &lt;li&gt;&lt;a href="http://windowsvistablog.com/blogs/windowsexperience/archive/tags/Silverlight/default.aspx"&gt;Windows Vista blog tagged with Silverlight&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/mschwarz/"&gt;My own blog&lt;/a&gt; ;)  &lt;li&gt;&lt;a href="http://explosivedog.com/default.aspx"&gt;ExplosiveDog&lt;/a&gt;  &lt;li&gt;&lt;a href="http://nerddawg.blogspot.com/"&gt;Ashish Shetty&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/publicsector/default.aspx"&gt;Public Sector Developer&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/nickkramer/default.aspx"&gt;Nick Kramer&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/robunoki/default.aspx"&gt;Robert Unoki&lt;/a&gt;  &lt;li&gt;&lt;a href="http://msmvps.com/tags/Silverlight/default.aspx"&gt;MVPs posts&lt;/a&gt;  &lt;li&gt;&lt;a href="http://weblogs.asp.net/jezell/archive/tags/Silverlight/default.aspx"&gt;Jesse Ezell Blog&lt;/a&gt;  &lt;li&gt;&lt;a href="http://devintelligence.com/tags/Silverlight/default.aspx"&gt;Decintelligence&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/astrauss/default.aspx"&gt;Alexander Strauss&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/bclteam/archive/tags/Silverlight/default.aspx"&gt;BCL Team Blog&lt;/a&gt;  &lt;li&gt;&lt;a href="http://www.iunknown.com/"&gt;John Lam&lt;/a&gt;  &lt;li&gt;&lt;a href="http://silverlighting.blogspot.com/"&gt;Andrew's Silverlight Blog&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/dthorpe/default.aspx"&gt;Danny Thorpe&lt;/a&gt;  &lt;li&gt;&lt;a href="http://blogs.msdn.com/mgrayson"&gt;Adventures with WPF&lt;/a&gt;  &lt;li&gt;&lt;a href="http://groups.google.com/group/wpf-everywhere"&gt;Google Group about Silverlight&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;Updated: 5./7. June 07&lt;/p&gt;</description></item><item><title>JavaScript and .NET Arrays in Silverlight</title><link>http://weblogs.asp.net/mschwarz/archive/2007/06/01/javascript-and-net-arrays-in-silverlight.aspx</link><pubDate>Fri, 01 Jun 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2705544</guid><dc:creator>interactive</dc:creator><author>interactive</author><description>&lt;p&gt;During my tests with the DLR (Dynamic Language Runtime) in &lt;a href="http://www.silverlight.net/"&gt;Silverlight 1.1&lt;/a&gt; I came accross several things that didn't work first. Most of them could be fixed by using small workarounds.&lt;/p&gt; &lt;p&gt;Managed JavaScript (compared with IronPython) does not support generics or .NET arrays. Those features require changes or additions to the language syntax, and therefore are not yet implemented. The main focus on the first version of managed JavaScript was to be EcmaScript compatible.&lt;/p&gt; &lt;p&gt;&lt;u&gt;&lt;strong&gt;How can I create a byte array?&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt; &lt;p&gt;The simplies way is to create a helper function that will get a JavaScript array as argument and will return a .NET byte array.&lt;/p&gt; &lt;blockquote&gt; &lt;div class="CodeFormatContainer"&gt;&lt;pre class="csharpcode"&gt;function ConvertToByteArray(inputArray)
{
   var list = &lt;span class="kwrd"&gt;new&lt;/span&gt; System.Collections.ArrayList();
   
   &lt;span class="kwrd"&gt;for&lt;/span&gt;(var i=0; i&amp;lt;inputArray.length; i++)
      list.Add(inputArray[i]);

   &lt;span class="kwrd"&gt;return&lt;/span&gt; list.ToArray(System.Byte.UnderlyingSystemType);
}&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;This helper function can convert a JavaScript array to a byte array to be passed to .NET methods (i.e. IsolatedStorageFile.Write(...)).&lt;/p&gt;
&lt;p&gt;In IronPython generics are already supported, so you can use a List of Byte:&lt;/p&gt;
&lt;blockquote&gt;
&lt;div class="CodeFormatContainer"&gt;&lt;pre class="csharpcode"&gt;from System.Collections.Generic import List
from System import Byte

s = List[Byte]()
s.Add(58)
s.Add(32)

&lt;span class="rem"&gt;// the byte[] array you get with following line&lt;/span&gt;
ba = s.ToArray()&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;In future releases this will be changed, I hope so, and will be more transparent.&lt;/p&gt;</description></item></channel></rss>