-
Contributing Member
Features or Advantages of this Concept
I often come across the term .NET remoting. Though I know the basic about .NET remoting I am not aware of all the advantages and features of .NET remoting. Can someone brief me on this
-
Contributing Member
Re: Features or Advantages of this Concept
At its core, .NET Remoting is a distributed objects infrastructure. It allows processes to share objects—to call methods on and access properties of objects that are hosted in different application domains within the same process, different processes executing on the same computer, on computers on an intranet, or on computers distributed over wide areas. .NET Remoting supports many different communications protocols.The .NET Remoting system, as an integral part of the .NET Framework, supports full .NET type system fidelity. You can pass any object across the wire to a client.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules