Silverlight - Raj Kaimal

Browse by Tags

All Tags » Silverlight (RSS)

Running a Silverlight application in the Google App Engine platform

This post shows you how to host a Silverlight application in the Google App Engine (GAE) platform. You deploy and host your Silverlight application on Google’s infrastructure by creating a configuration file and uploading it along with your application...
Posted by rajbk | 4 comment(s)
Filed under: , , ,

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 | 8 comment(s)
Filed under: , , ,
More Posts