Results 1 to 4 of 4

Thread: Distributed Applications

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2002
    Location
    Lesotho
    Posts
    22

    Distributed Applications

    I have been using DCOM and Eventually COM+ in vb6. I want to migrate to VB.NET. I have been going through it but I cannot see how I am going to build those client server model applications. How is this functionality achieved in VB.NET???

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Anything that you did in VB6 can be done in VB.NET. To achieve what you want, you will have to use the .NET base class library.
    Dont gain the world and lose your soul

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    You want to look into Remoting. You can call methods on a component over a tcp or http channel. I dont have much in the way of examples on it, but try a google.com search on .NET Remoting.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    Dublin, Ireland
    Posts
    262
    Component Services, Remoting or Web Services are your choices as far as I am aware.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width