Silverlight - Raj Kaimal

Browse by Tags

All Tags » Silverlight (RSS)

Implementing Deeplinking in Silverlight

Version: Silverlight 2 Beta 2 / .NET 3.5 SP1 See demo and source code links at the bottom of this post. The following post is an attempt at implementing deep linking in Silverlight. Deeplinking allows users to use the browser back and forward buttons...
Posted by rajbk | 2 comment(s)

Loading an XML file in your Silverlight project into memory

Version : Silverlight 2 Beta 2 Reading an XML file in an XAP package can easily be done with the help of a helper class like so: 1: public static class XmlHelper 2: { 3: public static XElement LoadDocument( string fileName) 4: { 5: //No longer required...
Posted by rajbk | 2 comment(s)
Filed under: , , ,

A four stroke engine in Silverlight

I decided to try out Expression Blend 2.5 beta by creating a four stroke engine animation. A screen capture is shown below: You can see a working demo here (Silverlight 2 plugin required) Here are a few observations while working on this project. Writing...
Posted by rajbk | 1 comment(s)
Filed under: , , ,
More Posts