Home » Archives

Content tagged with: ironruby

[4 Oct 2010 | No Comment | ]

Have you heard of Ruby? It’s an expressive, malleable, and fun language you can use in any Microsoft .NET-connected application. In this session we look at using IronRuby and the DLR to extend .NET-connected applications, test user interfaces, and even script behavior in the browser.

[21 Sep 2010 | No Comment | ]

Have you heard of Ruby? It’s an expressive, malleable, and fun language you can use in any Microsoft .NET-connected application. In this session we look at using IronRuby and the DLR to extend .NET-connected applications, test user interfaces, and even script behavior in the browser.

[4 Aug 2010 | No Comment | ]

Ben Hall shows how Ruby testing tools can help with .NET and ASP.NET development and takes a look at RSpec, Webrat, Cucumber, Selenium and others. Also: a peek at using IronRuby for testing .NET apps.
http://www.infoq.com/presentations/hall-testing-with-ruby

[10 Jun 2010 | No Comment | ]

Learn how to use the Microsoft Visual Basic/C# DLR integration to test a statically-typed application with IronRuby. See how to develop a Silverlight application end-to-end with IronRuby, and how programming with dynamic languages helps improve the dev experience.

[23 Nov 2009 | No Comment | ]

Jimmy Schementi is a Program Manager (and developer) on the IronRuby team. IronRuby is an Open Source implementation of the Ruby programming language for .NET, heavily relying on Microsoft’s Dynamic Language Runtime. IronRuby is Ruby, but implemented on top of the DLR (which of course provides the capability for dynamic languages to interact with the BCL and CLR). Here, Jimmy explains the thinking behind the IronRuby project. Why are we doing this, anyway? When/Why would Ruby developers use IronRuby? What’s the current status of the project? What’s the future hold …