Silverlight - Raj Kaimal

Browse by Tags

All Tags » Silverlight (RSS)

Silverlight 4 = death of WPF?

I was really blown away by the new features in Silverlight 4 demoed at the PDC keynote yesterday. The list is too long to include here so go here instead. If we have all these features in Silverlight, then why even bother with WPF? This will be one less...
Posted by rajbk | 3 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 | 3 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 | 2 comment(s)
Filed under: , , ,
More Posts