communication between apps

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Basically my dept. needs to rewrite a big powerbuilder app into C#(vs 2005)
and since we're doing it in modules, the 2 apps need to talk to each
other(like passing string back and forth). Does anyone have an idea on how to
aproach that? Any sample code would be great

Thanks in advance
 
Hello Luiz,

interact between .net apps? or pb?
for .net choose between EnterpriseServices, WS, Remoting, Pipes - up to your
design constraints

L> Basically my dept. needs to rewrite a big powerbuilder app into C#(vs
L> 2005) and since we're doing it in modules, the 2 apps need to talk to
L> each other(like passing string back and forth). Does anyone have an
L> idea on how to aproach that? Any sample code would be great
L>
L> Thanks in advance
L>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top