Michael's Blog
ASP.NET and Embedded Development
-
Call Scribtable Methods from JavaScript with Silverlight
Today I wrote a very simple example how to call a C# method from JavaScript code. I was using this because I'd like to access the IsolatedStorage with a small wrapper that is working similar to the … more
-
Silverlight 1.0 and OnLoad
There are some changes for the OnLoad event handler from older beta versions (code name WPF/E). In Silverlight 1.0 beta you will use following event handler, now: function handleLoad(control, … more
-
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
-
Silverlight .NET Support
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? … more
-
Orcas and JavaScript IntelliSense
I had a great discussion with Bertrand about the feature to have dynamically (Assembly Resources or on-the-fly created JavaScript files) added JavaScripts in IntelliSense available, too. Currently it … more
-
webinale 07
[I will be available for Microsoft Silverlight discussions at the webinale 07 conference in Ludwigsburg/Stuttgart to talk and discuss about the latest version of Silverlight presented at the Mix07 in … more
-
Visual Studio Orcas JavaScript IntelliSense
Bertrand has a great post about JavaScript IntelliSense with the next Visual Studio .NET code-name Orcas. I downloaded the bits to give it a try. Oh yes, it is working great when creating ASP.NET … more
-
AjaxPro more JSON compliant
I put the next beta version online to test the new JSON converters. I have added a new web.config paramter which will bring JSON converters to render a different output. <oldStyle> & … more