InfoQ

News

.NET to Ruby connector available

Posted by Werner Schuster on Sep 11, 2007 07:43 PM

Community
.NET,
Ruby
Topics
.NET Framework ,
Interop
Tags
CLR ,
GUI
The free of charge Ruby Connector brings the .NET and Ruby world closer together. The library is provided by SapphireSteel Software, the makers of the Ruby in Steel IDE. To avoid confusion: Ruby, for the Ruby Connector, means Ruby 1.8.x, the Ruby interpreter provided by Yukihiro Matsumoto (also called MRI). Neither Ruby.NET nor IronRuby are involved.

The SapphireSteel blog shows an example of a GUI form built with Visual Studio that connects to Ruby and fetches and sets data. For Windows or .NET developers, this allows to reuse the existing GUI creation tools to build a GUI, while keeping the program logic in a Ruby backend.

The system requirements and licensing for the Ruby Connector are simple:
The Ruby Connector is free for personal and commercial use (please read the license agreement which is included in the Zip download). It can be used with standard installations of Visual Studio and does not require Ruby In Steel (though, naturally, Ruby In Steel would be highly advantageous when developing for Ruby!).

The Ruby Connector can be downloaded at the SapphireSteel Software website.

No comments

Watch Thread Reply

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.