[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Calling Ruby classes from .NET/C#

Vassilis Rizopoulos

8/23/2007 10:10:00 AM

I have a small C# GUI and a rather extensive ruby application.
What's the best way to marry the two (I can't change the C# GUI
requirement and I really want to keep my Ruby app :) ).
Ideally I would like to call Ruby classes from the C# code (if push come
to shove I will do a system call and run the ruby app externaly)
Cheers,
V.-
--
http://www.braveworl...

1 Answer

Huw Collingbourne

8/23/2007 5:32:00 PM

0

Vassilis Rizopoulos wrote:
> I have a small C# GUI and a rather extensive ruby application.
> What's the best way to marry the two (I can't change the C# GUI
> requirement and I really want to keep my Ruby app :) ).
> Ideally I would like to call Ruby classes from the C# code (if push come
> to shove I will do a system call and run the ruby app externaly)
> Cheers,
> V.-


Our Ruby Connector does that. The Ruby Connector will let your .NET
programs communicate with the Ruby interpreter or even run a .NET app
and a Ruby program simultaneously. It also gives you the ability to
design visual front ends to Ruby programs using the VS form designer and
a language such as C#, VB.NET or Chrome.

Currently the Ruby Connector is in beta and is only available to
registered users of Ruby In Steel Developer. We plan to make it more
widely available shortly, so if you want to keep up to date, be sure to
visit our blog from time to time.

Basic info on the Ruby Connector can be found here:
http://www.sapphir.../The-Ruby-Connecto...
http://www.sapphir.../From-C-to-Ruby-and-back...
http://www.sapphir.../Adventures-in-Ru...
http://www.sapphir.../Visual-Ruby-One-...

best wishes
Huw

SapphireSteel Software
http://www.sapphir...
Ruby and Rails Development With Visual Studio
--
Posted via http://www.ruby-....