Browse by Tags

All Tags » DLR (RSS)

Microsoft Silverlight 2.0 Wish List by Michael Schwarz

Well, the year 2007 is nearly at the end and I have my short wish list for Microsoft Silverlight . The following (maybe not complete) unsorted list would be nice to see in 2008 with the next CTP or final version: When building Silverlight 2.0 Web applications...

[de] Silverlight Get Together by Michael Schwarz

(English: I will start new workshops about Ajax, ASP.NET and Silverlight in the next months, first will start on Thursday about Silverlight.) Am kommenden Donnersten, den 26. Juli 2007, veranstalten wir einen kleinen, kostenfreien Workshop zum Thema Microsoft...

[de] .NET User Group Franken am 5. Juli 2007 by Michael Schwarz

Die .NET User Group Franken trifft sich mal wieder, diesmal in den Räumen der evosoft GmbH (Dank geht an Igor Milovanovic ). Themen Daniel Zeiss spricht zum Thema ComfortASP.NET , nachdem ich ihm ja die Zeit beim vorletzten Treffen gestohlen hatte, sorry...

New Examples and Tutorials by Michael Schwarz

During the last days I have added some new tutorials and examples 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 Silverlight tagged articles he wrote and external...
Filed under: , , , , ,

Silverlight Tutorials by Michael Schwarz

There are a couple of great tutorials on how to developer Microsoft Silverlight 1.0 or 1.1 Web applications: Mix 07 Silverlight Sessions Building Silverlight Applications Using .NET (Part 1 of 2) Building Silverlight Applications Using .NET (Part 2 of...

Microsoft Silverlight Introduction (LiveMeeting) by Michael Schwarz

Tomorrow there is an online event for developers talking about Silverlight at 2:00 PM Eastern Time (US & Canada): " Microsoft Silverlight is a technology for delivering rich, cross-platform interactive experiences for the Web and beyond. Silverlight...
Filed under: , ,

Silverlight Examples by Michael Schwarz

During the weekend I spent some minutes to collect some of the greatest Silverlight examples. Most of them need the Silverlight 1.1 alpha runtime which is available for download here . If you are missing any great demo or article please use the comments...

JavaScript and .NET Arrays in Silverlight by Michael Schwarz

During my tests with the DLR (Dynamic Language Runtime) in Silverlight 1.1 I came accross several things that didn't work first. Most of them could be fixed by using small workarounds. Managed JavaScript (compared with IronPython) does not support generics...

IsolatedStorage and managed JavaScript by Michael Schwarz

Today I tried to use the IsolatedStorage in managed JavaScript with Silverlight 1.1 . The IsolatedStorage can be used to store data on the client. Currently the alpha version supports 1MB, which is more than storing data in cookies, but maybe will be...

DLR and Performance by Michael Schwarz

The idea was to put all JavaScript libraries into the DLR of Silverlight to get better performance, but a first tests failed or is compared to JavaScript directly in the Web browser very slow. To test this I wrote a very simple demo: var s = "" ; var...
More Posts Next page »