150 likes | 271 Views
IronRuby and the Silverlight DLR. Carey Payette. Central Ohio Day of .NET. 2008. Hosted By:. Open Spaces. No slides, no code, no gear (unless you want) Converse with other geeks about anything Propose a topic on the Open Spaces board in the foyer
E N D
IronRuby and the Silverlight DLR Carey Payette
Central Ohio Day of .NET 2008 Hosted By:
Open Spaces • No slides, no code, no gear (unless you want) • Converse with other geeks about anything • Propose a topic on the Open Spaces board in the foyer • Mark sessions you’re interested in with a hash • Check later to find when the session meets • Show up! • Vote with your feet if it’s not of value to you • Open Spaces in the Liberty Room after Lunch • Got questions? Ask a staff member
<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’sblog • http://columbusrb.com - Columbus Ruby Brigade • http://adanacp.spaces.live.com – my blog • Twitter: careypayette