Screencasts by Mark Johnston
-
Silverlight Streaming
Silverlight Streaming is a hosted service at http://silverlight.live.com/ which provides developers and content creators the ability to host Silverlight content ...
Posted: 30/07/2007 by Mark Johnston
Tags: Silverlight
-
Silverlight - Linking Silverlight and ASP.NET Projects
With Silverlight Tools for Visual Studio 2008 it is possible to develop Silverlight applications as a separate project and embed that project within an ASP.NET site. This gives clean separation between ...
Posted: 30/07/2007 by Mark Johnston
Tags: Silverlight
-
Silverlight - Debugging between Mac and Windows
An unusual Screencast in that it was recorded on a MacBook Pro. It demonstrates the concept of debugging a Silverlight application running on Safari from a Visual Studio (on Windows) developer machine. ...
Posted: 30/07/2007 by Mark Johnston
Tags: Silverlight
-
Silverlight - Using Ink
A brief introduction to using an InkPresenter element to receive ink based input from users. First, we introduce the InkPresenter element in XAML and follow-up with the code (C#) to capture and process ...
Posted: 30/07/2007 by Mark Johnston
Tags: Silverlight
-
Silverlight - Accessing HTML from managed code
Silverlight enables developers to access the host HTML from managed code. This is an extremely powerful feature which can be used to create seamless experiences between the HTML and Silverlight UI. ...Posted: 30/07/2007 by Mark Johnston
Tags: Silverlight