140 likes | 224 Views
IronRuby , The DLR and Silverlight. Carey Payette. Cleveland Day of .NET. 2008. Cleveland Day of .NET Sponsors. http://www.flickr.com/photos/wordylefty/527878644/. http://www.flickr.com/photos/gremio/243796553/. http://www.flickr.com/photos/clurr/376444203/. +. <Canvas
E N D
IronRuby, The DLR and Silverlight Carey Payette
<Canvas xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml”> <Rectangle Width=”200” Height=”150” > <Rectangle.Fill> <LinearGradientBrushStartPoint=”0,0” EndPoint=”1,1”> <LinearGradientBrush.GradientStops> <GradientStop Color=”Red” Offset=”0” /> <GradientStop Color=”Black” Offset=”1” /> </LinearGradientBrush.GradientStops> </LinearGradientBrush> </Rectangle.Fill> </Rectangle> </Canvas>
Cereal - http://theimaginaryworld.com/opost28.jpg Fish Food - http://www.hbhnet.com/Products/bettabites1.htm
Resources • www.codeplex.com/sdlsdk - Silverlight Dynamic Languages SDK • http://rubyforge.org/projects/ironruby • www.iunknown.com – John Lam’s blog • www.dynamicsilverlight.net • www.silverlightcream.com • www.programwith.net – Matt Casto’s blog • http://columbusrb.com - Columbus Ruby Brigade • http://adanacp.spaces.live.com – my blog • Twitter: careypayette