Windows communication foundation

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

    #1

    Windows communication foundation

    Hi,
    I am about to start on a new project. It is a server app running as a win32
    service. I was thinking about using remoting to create a user interface (web
    based) to this service. Now that WCF is released should I use that instead
    of .Net remoting? What is the advantages of switching from .net remoting to
    wcf in a case like this?

    Thank you.


  • Bela Istok

    #2
    Re: Windows communication foundation

    My recomendation is to use WCF, because is a Superset of Remoting, you have
    more options, and ways to handle the cominication, security, and much
    others, for yours applications, some of this need to be done by hand in
    Remoting.

    Regards,

    Bela Istok


    "nyhetsgrup per" <nyhetsgrupper@ gmail.comwrote in message
    news:Oy1viCNBHH A.2276@TK2MSFTN GP03.phx.gbl...
    Hi,
    I am about to start on a new project. It is a server app running as a
    win32 service. I was thinking about using remoting to create a user
    interface (web based) to this service. Now that WCF is released should I
    use that instead of .Net remoting? What is the advantages of switching
    from .net remoting to wcf in a case like this?
    >
    Thank you.
    >

    Comment

    • Ben Voigt

      #3
      Re: Windows communication foundation


      "nyhetsgrup per" <nyhetsgrupper@ gmail.comwrote in message
      news:Oy1viCNBHH A.2276@TK2MSFTN GP03.phx.gbl...
      Hi,
      I am about to start on a new project. It is a server app running as a
      win32 service. I was thinking about using remoting to create a user
      interface (web based) to this service. Now that WCF is released should I
      use that instead of .Net remoting? What is the advantages of switching
      from .net remoting to wcf in a case like this?
      The biggest consideration is target platform. I don't think Microsoft has
      any intention of making WCF work on any Windows version earlier than XP. If
      you can live with that requirement, absolutely use WCF.
      >
      Thank you.
      >

      Comment

      Working...