August
6

Let’s say you have a class where you want to declare elements via a XAML template instead of dynamically creating them. For example, the XAML to declare an image and add it to a canvas would look like this: <Canvas x:Name= "MyCanvas" > <Image x:Name= "MyImage" Source= "Grass.png" ></Image> </Canvas> To do the same thing programmatically you would need to declare the following code: Image myImage = new Image(); Uri uri = new Uri( "Grass.png"…(read more)

Read full story

August
6

Technorati Tags: Silverlight , Olympics , NBC , China del.icio.us Tags: Silverlight , Olympics , NBC , China When the Olympics were first awarded to Beijing, I have to admit that I was very skeptical. But I've been fortunate enough to spend a lot…( read more )…(read more)

Read full story

August
6

From Lutz Gerhard:
 
Hey everyone – I started a deep zoom blog to answer some of the many questions I’ve been getting and to put some nice content and samples out there. My first post is here: http://blogs.msdn.com/lutzg/…( read more )…(read more)

Read full story

August
6

With the Olympic ceremony only days away and being able to enjoy the Olympic experience online via Silverlight , why not get a little excited and play some casual games , Olympic style. All of these were build using Silverlight and the Popfly game creator Read More……(read more)

Read full story

Copyright Silverlight Guide, All Rights Reserved 2008 StickyThemes