Services talking to each other.

  • Thread starter Thread starter UJ
  • Start date Start date
UJ,

Are they both written using .NET? If so, the answer is remoting, IMO.

You can also use MSMQ, raw sockets, or anything else really. It all
depends on the underlying technologies involved.

Hope this helps.
 
It's all .Net. Thanks. I'll look into remoting.

Nicholas Paldino said:
UJ,

Are they both written using .NET? If so, the answer is remoting, IMO.

You can also use MSMQ, raw sockets, or anything else really. It all
depends on the underlying technologies involved.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

UJ said:
What's the easiest way to have two services talk to each other?
 
Back
Top