May 2007 - Posts

3
Comments

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...
3
Comments

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...
5
Comments

Running managed JavaScript in Silverlight by Michael Schwarz

At MIX 07 Jim Hugunin announced a new level of support for dynamic languages on .NET that they're calling the DLR (Dynamic Language Runtime). With Silverlight 1.1 you get support for dynamic languages today: Phyton, JavaScript (EcmaScript 3.0), Visual...
7
Comments

Silverlight .NET Support by Michael Schwarz

The Silverlight team has released a new version today at the MIX with .NET support. Since Mike announced this Web developers are waiting for this new feature. What's New in Silverlight? The Silverlight 1.0 Beta Enhancements : Improved install experience...
More Posts