communication between apps

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Luiz

    #1

    communication between apps

    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
  • John Timney \( MVP \)

    #2
    Re: communication between apps

    Apparently powrbuilder comes with a .NET compiler, so much of the work may
    have already been done for you.



    --
    Regards

    John Timney
    Microsoft MVP

    "Luiz" <Luiz@discussio ns.microsoft.co m> wrote in message
    news:1A58989A-3BB5-4D5B-9411-D77B96381BC6@mi crosoft.com...[color=blue]
    > 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[/color]


    Comment

    • Michael Nemtsev

      #3
      Re: communication between apps

      Hello Luiz,

      interact between .net apps? or pb?
      for .net choose between EnterpriseServi ces, 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


      Comment

      Working...