Any corba implementation in C#?

  • Thread starter Thread starter Kun Niu
  • Start date Start date
K

Kun Niu

Dear all,
I'm trying to write a client program in c# to communicate with omniorb.
Anyone here can give some kind of hints?
Thanks in advance.
 
Kun said:
I'm trying to write a client program in c# to communicate with omniorb.
Anyone here can give some kind of hints?

Borland had a CORBA implementation in C# Builder called Janeva once, but C#
Builder has since been subsumed into Delphi and AFAICT Janeva isn't
available separately.

Remoting.Corba is an open source project that aims to bring CORBA to .NET.
It's still in beta, but it looks promising:
http://sourceforge.net/projects/remoting-corba/
 
Thank you for your reply.:)
It seems that it is what I want.
I'll try if it is stable enough.
 
Back
Top