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 d1 = new Date(); for (var i=0; i<1000; i++) { s...