Archives
-
IsolatedStorage and managed JavaScript
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
-
DLR and Performance
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 … more
-
Running managed JavaScript in Silverlight
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 … more