<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with IronRuby</title>
    <description>the latest stories tagged with 'IronRuby' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Silverlight: Embed IronRuby/DLR Scripting within XAML using IValueConv</title>
      <description>After I wrote the "Intro to IronRuby/DLR Scripting in C# Silverlight 4 Application" post, I came across an interesting series on embedding DLR scripts in XAML with WPF. This is an interesting series, although the code doesn't run in Silverlight, due to the fact that Silverlight is only a subset of WPF and doesn't support the System.Windows.Markup.MarkupExtension class. I test out a couple things in Silverlight, and I was able to get similar DLR scripting functionality working under Silverlight using a combination of a simple, custom IValueConverter and a custom UserControl class.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2010%2f10%2f02%2fSilverlight-Embed-IronRubyDLR-Scripting-within-XAML-using-IValueConverter-and-Custom-UserControl.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2010%2f10%2f02%2fSilverlight-Embed-IronRubyDLR-Scripting-within-XAML-using-IValueConverter-and-Custom-UserControl.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Silverlight_Embed_IronRuby_DLR_Scripting_within_XAML_using_IValueConv</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Silverlight_Embed_IronRuby_DLR_Scripting_within_XAML_using_IValueConv</guid>
      <pubDate>Sat, 02 Oct 2010 21:50:55 GMT</pubDate>
    </item>
    <item>
      <title>Intro to IronRuby/DLR Scripting in C# Silverlight 4 Application</title>
      <description>I thought I'd share what I'm learning about adding IronRuby scripting to Silverlight 4 applications. I'm also focusing on C# as the host language, but the .NET object and methods used will be the same from VB.NET. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2010%2f09%2f29%2fIntro-to-IronRubyDLR-Scripting-in-C-Silverlight-4-Application.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2010%2f09%2f29%2fIntro-to-IronRubyDLR-Scripting-in-C-Silverlight-4-Application.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/silverlight/Intro_to_IronRuby_DLR_Scripting_in_C_Silverlight_4_Application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/silverlight/Intro_to_IronRuby_DLR_Scripting_in_C_Silverlight_4_Application</guid>
      <pubDate>Wed, 29 Sep 2010 17:45:44 GMT</pubDate>
    </item>
    <item>
      <title>Embedding DLR Scripts in XAML- Part 2, A Simple DLR Markup Extension</title>
      <description>This article demonstrates how to embed DLR scripts in XAML using a custom MarkupExtension. The scripting language can be any language supported by the DLR, such as Python or Ruby.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thinkbottomup.com.au%2fsite%2fblog%2fEmbedding_DLR_Scripts_in_XAML_Part_2"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thinkbottomup.com.au%2fsite%2fblog%2fEmbedding_DLR_Scripts_in_XAML_Part_2" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Embedding_DLR_Scripts_in_XAML_Part_2_A_Simple_DLR_Markup_Extension</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Embedding_DLR_Scripts_in_XAML_Part_2_A_Simple_DLR_Markup_Extension</guid>
      <pubDate>Wed, 29 Sep 2010 16:30:20 GMT</pubDate>
    </item>
    <item>
      <title>Say Goodbye to NAnt and MSBuild With IronRuby</title>
      <description>Tired of writing tons of XML in order to create automated .NET builds? Well, look no further... IronRuby, Rake, and Albacore are here to rescue you! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2010%2f04%2f26%2fSay-Goodbye-to-NAnt-and-MSBuild-With-IronRuby.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2010%2f04%2f26%2fSay-Goodbye-to-NAnt-and-MSBuild-With-IronRuby.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Say_Goodbye_to_NAnt_and_MSBuild_With_IronRuby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Say_Goodbye_to_NAnt_and_MSBuild_With_IronRuby</guid>
      <pubDate>Thu, 29 Apr 2010 06:45:52 GMT</pubDate>
    </item>
    <item>
      <title>C# Recorder using IronRuby</title>
      <description>The Ruby languages has some very powerful built-in abilities. These are now available in C# 4.0 thanks to the dynamic keyword and IronRuby. In this post I take advantage of some of the powerful Ruby built-in abilities to create a class that records C# statements and playbacks them on an arbitrary object - a task that has been very complicated to achieve until now. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ironshay.com%2fpost%2fC-Recorder-using-IronRuby.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ironshay.com%2fpost%2fC-Recorder-using-IronRuby.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_Recorder_using_IronRuby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_Recorder_using_IronRuby</guid>
      <pubDate>Tue, 27 Oct 2009 17:00:00 GMT</pubDate>
    </item>
    <item>
      <title>What do we need to use IronRuby?</title>
      <description>Blog post about requirements to using IronRuby at existing .NET project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsuhinini.blogspot.com%2f2009%2f09%2fwhat-do-we-need-to-use-ironruby.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsuhinini.blogspot.com%2f2009%2f09%2fwhat-do-we-need-to-use-ironruby.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/What_do_we_need_to_use_IronRuby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/What_do_we_need_to_use_IronRuby</guid>
      <pubDate>Sat, 26 Sep 2009 09:34:13 GMT</pubDate>
    </item>
    <item>
      <title>Specification Testing in .NET using Ruby</title>
      <description>The purpose of this post is to run through a process which will ultimately allow you to write Ruby based specifications for your .NET code. Why would you want to do this? The intended purpose for this practice is to gain the most benefit when doing BDD. Trying to do BDD in C# results in a lot of syntactical noise in the code which distracts from the goal of having clear, readable specifcations of how the intended function should behave. The advantage of using Ruby is that the scripted nature of the language allows physical (as well as logical) separation of speficiations from code, opening up the realm of possibility that specifications are written by non-technical folk. Furthermore, the Ruby syntax lends itself to building DSLs perfect for the purpose of allowing clean, almost human-readable code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.xerxesb.com%2f2009%2fspecification-testing-in-net-using-ruby%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.xerxesb.com%2f2009%2fspecification-testing-in-net-using-ruby%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Specification_Testing_in_NET_using_Ruby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Specification_Testing_in_NET_using_Ruby</guid>
      <pubDate>Wed, 15 Apr 2009 05:29:31 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started With IronRuby And RSpec, Part 1</title>
      <description>An introduction to IronRuby and the RSpec BDD framework &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fmagazine%2fdd434651.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fen-us%2fmagazine%2fdd434651.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Getting_Started_With_IronRuby_And_RSpec_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Getting_Started_With_IronRuby_And_RSpec_Part_1</guid>
      <pubDate>Mon, 09 Feb 2009 16:19:06 GMT</pubDate>
    </item>
    <item>
      <title>Make Your Application Extendable Using the DLR</title>
      <description>Application extensibility comes in various ways and names. It seems, though, that one kind of extensibility was left to the very few - application macros. This kind is now easier to achieve than ever before, using the new Dynamic Language Runtime. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f02%2f01%2fmake-your-application-extendable-using-the-dlr.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2009%2f02%2f01%2fmake-your-application-extendable-using-the-dlr.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Make_Your_Application_Extendable_Using_the_DLR</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Make_Your_Application_Extendable_Using_the_DLR</guid>
      <pubDate>Mon, 02 Feb 2009 03:29:41 GMT</pubDate>
    </item>
    <item>
      <title>Getting Started with Dynamic Languages</title>
      <description>I've grouped together some resources and blogs for all of you out there who are willing to start working with dynamic languages that are built on top of the DLR. Enjoy! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2008%2f12%2f14%2fgetting-started-with-dynamic-languages.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2008%2f12%2f14%2fgetting-started-with-dynamic-languages.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Getting_Started_with_Dynamic_Languages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Getting_Started_with_Dynamic_Languages</guid>
      <pubDate>Sun, 14 Dec 2008 21:06:34 GMT</pubDate>
    </item>
    <item>
      <title>Running IRake</title>
      <description>A step-by-step introduction to IRake from IronRuby Alpha2 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsuhinini.blogspot.com%2f2008%2f12%2frunning-irake.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsuhinini.blogspot.com%2f2008%2f12%2frunning-irake.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Running_IRake</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Running_IRake</guid>
      <pubDate>Thu, 04 Dec 2008 04:15:09 GMT</pubDate>
    </item>
    <item>
      <title>Combining The Powers of .Net and IronRuby</title>
      <description>An explanation of the great things you can do when you combine the powers of .Net and dynamic languages. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2008%2f11%2f29%2fdynamic-languages-and-the-net-framework-promo-4-with-our-powers-combined.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fshayf%2farchive%2f2008%2f11%2f29%2fdynamic-languages-and-the-net-framework-promo-4-with-our-powers-combined.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Combining_The_Powers_of_Net_and_IronRuby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Combining_The_Powers_of_Net_and_IronRuby</guid>
      <pubDate>Sun, 30 Nov 2008 01:35:44 GMT</pubDate>
    </item>
    <item>
      <title>Embedding an IronRuby console in your applications</title>
      <description>How to make use of IronRuby today.  Along the same lines as parts of John Lam's IronRuby PDC talk.  How to use IronRuby in your applications as an interactive console. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.brechtel.us%2fpost%2fEmbedding-an-IronRuby-console-in-your-applications.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.brechtel.us%2fpost%2fEmbedding-an-IronRuby-console-in-your-applications.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Embedding_an_IronRuby_console_in_your_applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Embedding_an_IronRuby_console_in_your_applications</guid>
      <pubDate>Mon, 10 Nov 2008 20:57:59 GMT</pubDate>
    </item>
    <item>
      <title>Using IronRuby To Implement Dynamic Business Rules</title>
      <description>A quick look at how to use IronRuby and the Microsoft.Scripting namespace in order to dynamically load and run business Rules against domain objects written in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f25%2fUsing-IronRuby-To-Implement-Dynamic-Business-Rules.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f10%2f25%2fUsing-IronRuby-To-Implement-Dynamic-Business-Rules.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Using_IronRuby_To_Implement_Dynamic_Business_Rules</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Using_IronRuby_To_Implement_Dynamic_Business_Rules</guid>
      <pubDate>Mon, 27 Oct 2008 18:21:39 GMT</pubDate>
    </item>
    <item>
      <title>Improve your C# with IronRuby</title>
      <description>Go get the IronRuby source and look at all the wonderful library code that the IronRuby developers have written for you! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f09%2f10%2fImprove-your-C-with-IronRuby.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f09%2f10%2fImprove-your-C-with-IronRuby.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Improve_your_C_with_IronRuby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Improve_your_C_with_IronRuby</guid>
      <pubDate>Thu, 11 Sep 2008 19:58:14 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 7</title>
      <description>In this post we talk about one of the best features of Ruby... duck typing. We show you what it is, and how it affects the way that you interact with objects in Ruby. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f12%2fLearning-Ruby-via-IronRuby-and-C-Part-7.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f12%2fLearning-Ruby-via-IronRuby-and-C-Part-7.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Learning_Ruby_via_IronRuby_and_C_Part_7</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Learning_Ruby_via_IronRuby_and_C_Part_7</guid>
      <pubDate>Thu, 14 Aug 2008 22:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 6</title>
      <description>In part 6 we look at Hashes (or Associative Arrays) and how they are used in the Ruby language. We also look at how you can use them in place of explicit method parameters. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f03%2fLearning-Ruby-via-IronRuby-and-C-Part-6.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f08%2f03%2fLearning-Ruby-via-IronRuby-and-C-Part-6.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_6</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_6</guid>
      <pubDate>Tue, 05 Aug 2008 14:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 5</title>
      <description>In part 5 of the IronRuby versus C# series, we talk about Arrays in Ruby and how they are a different beast from what we are used to in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2f28%2fLearning-Ruby-via-IronRuby-and-C-Part-5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2f28%2fLearning-Ruby-via-IronRuby-and-C-Part-5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_5</guid>
      <pubDate>Tue, 29 Jul 2008 20:46:15 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 5</title>
      <description>In part 5 of the IronRuby versus C# series, we talk about Arrays in Ruby and how they are a different beast from what we are used to in C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2f28%2fLearning-Ruby-via-IronRuby-and-C-Part-5.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2f28%2fLearning-Ruby-via-IronRuby-and-C-Part-5.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_5</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_5</guid>
      <pubDate>Tue, 29 Jul 2008 20:46:15 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 4</title>
      <description>Part 4 in a multi-part series on learning Ruby using IronRuby and C#. Justin continues his series using familiar C# code to explain Ruby programming concepts. In this post, he goes over additional functionality of loops and ranges. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2f25%2fLearning-Ruby-via-IronRuby-and-C-Part-4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2f25%2fLearning-Ruby-via-IronRuby-and-C-Part-4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_4</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_4</guid>
      <pubDate>Sat, 26 Jul 2008 01:16:03 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 3</title>
      <description>Part 3 in a multi-part series on learning Ruby using IronRuby and C#. Justin continues his series using familiar C# code to explain Ruby programming concepts. In this post, he goes over static methods (class methods in Ruby), parameters, conditionals and loops.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2f24%2fLearning-Ruby-via-IronRuby-and-C-Part-3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2f24%2fLearning-Ruby-via-IronRuby-and-C-Part-3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_3</guid>
      <pubDate>Thu, 24 Jul 2008 20:46:09 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 2</title>
      <description>Part 2 in a multi-part series on learning Ruby using IronRuby and C#. C# is used to give you a basis for which to interpret the Ruby and migrate your skills. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost.aspx%3fid%3d5f5ad17a-8019-4b56-9ddb-d0447f5d2879"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost.aspx%3fid%3d5f5ad17a-8019-4b56-9ddb-d0447f5d2879" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_2</guid>
      <pubDate>Wed, 23 Jul 2008 02:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Learning Ruby via IronRuby and C# Part 1</title>
      <description>Part one of many in migrating your C# skills over to Ruby &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost.aspx%3fid%3d5ae9c02c-2c0e-42e4-ad33-6a85dffebe99"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost.aspx%3fid%3d5ae9c02c-2c0e-42e4-ad33-6a85dffebe99" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Learning_Ruby_via_IronRuby_and_C_Part_1</guid>
      <pubDate>Tue, 22 Jul 2008 16:16:15 GMT</pubDate>
    </item>
    <item>
      <title>Running Applications in IronRuby</title>
      <description>Simple as that. Shows you how to get a Ruby app running in IronRuby. Who doesn't want to write Ruby on .net!? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2fRunning-Applications-in-IronRuby.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2fRunning-Applications-in-IronRuby.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Running_Applications_in_IronRuby</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Running_Applications_in_IronRuby</guid>
      <pubDate>Fri, 18 Jul 2008 20:46:03 GMT</pubDate>
    </item>
    <item>
      <title>Getting IronRuby Up and Running</title>
      <description>A very detailed tutorial on getting IronRuby installed and built with VS2008. If you are running into problems, check it out! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2fGetting-IronRuby-Up-and-Running.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f07%2fGetting-IronRuby-Up-and-Running.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Getting_IronRuby_Up_and_Running</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Getting_IronRuby_Up_and_Running</guid>
      <pubDate>Tue, 15 Jul 2008 20:05:00 GMT</pubDate>
    </item>
  </channel>
</rss>
