I'd like to answer on one of very frequent question I've been asked by great many developers, which playing with Silverlight v1.1 Alpha. So, how one can execute managed code from JavaScript, and how JavaScript can get notification (event) from Silverlight (and possibly lunch some JavaScript functionality)? Well, it's pretty simple. First, lets create Silverlight project (I'm using Visual Studio 2008 with Silverlight tools for Visual Studio 2008 installed). Well... After creating the...