.Net Remoting Server

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

    .Net Remoting Server

    Hello,

    I would like to write a .Net Remoting application in VB, but I'm quite
    new at this. I've looked for some examples in Google (with query ".Net
    Remoting").

    In every example I see, the server is a console application. Is it a
    prerequisite ? Is there no other way ? I don't really fancy a ugly
    console mode server. I don't even know how to catch the "close" event
    in a console !

    Does anybody has an idea... a tip... a link... a google query....

    Thanks !!

    Eric
  • Norman Yuan

    #2
    Re: .Net Remoting Server

    It can be any other types of app: stand-alone Win form app, a windows
    service app, or you can use IIS. as long as it has the configured
    communication channel known to your remoting client.

    "GourouDsecours " <eric.minso@gma il.comwrote in message
    news:afda848f-9b60-42aa-8bab-994b096e2493@n5 8g2000hsf.googl egroups.com...
    Hello,
    >
    I would like to write a .Net Remoting application in VB, but I'm quite
    new at this. I've looked for some examples in Google (with query ".Net
    Remoting").
    >
    In every example I see, the server is a console application. Is it a
    prerequisite ? Is there no other way ? I don't really fancy a ugly
    console mode server. I don't even know how to catch the "close" event
    in a console !
    >
    Does anybody has an idea... a tip... a link... a google query....
    >
    Thanks !!
    >
    Eric

    Comment

    • sloan

      #3
      Re: .Net Remoting Server


      If you're starting from scratch......Sk ip .Net Remoting and go straight to
      WCF.

      WCF "includes" .Net Remoting under its family, but its alot more.


      http://sholliday.space s.live.com/Blog/cns!A68482B9628 A842A!158.entry

      Check that post, download the code...and you'll have a decent WCF
      application running in minutes.
      (A few tsql things as well).

      But WCF is the next jump in the chain....


      "GourouDsecours " <eric.minso@gma il.comwrote in message
      news:afda848f-9b60-42aa-8bab-994b096e2493@n5 8g2000hsf.googl egroups.com...
      Hello,
      >
      I would like to write a .Net Remoting application in VB, but I'm quite
      new at this. I've looked for some examples in Google (with query ".Net
      Remoting").
      >
      In every example I see, the server is a console application. Is it a
      prerequisite ? Is there no other way ? I don't really fancy a ugly
      console mode server. I don't even know how to catch the "close" event
      in a console !
      >
      Does anybody has an idea... a tip... a link... a google query....
      >
      Thanks !!
      >
      Eric

      Comment

      • Ravi Bhavnani

        #4
        Re: .Net Remoting Server

        I would like to write a .Net Remoting application in VB,

        I *strongly* recommend using WCF instead.

        /ravi


        Comment

        • Duy Lam

          #5
          Re: .Net Remoting Server

          Ravi Bhavnani wrote:
          >I would like to write a .Net Remoting application in VB,
          >
          I *strongly* recommend using WCF instead.
          >
          /ravi
          >
          >
          @GourouDsecours : WCF in .net framework 3.0 expose many ways to build a
          distributing application, you should try for.


          --
          Thanks,
          Duy Lam Phuong

          Comment

          Working...