skip to main |
skip to sidebar
Marshalling is the process in which the data is serialized at one application domain and deserialized at the another application domain or vice versa.
Types :
1. Marshal by value
2. Marshal by reference
www.codecollege.NET
System.Runtime.Remoting
www.codecollege.NET
Object can be created using Remoting in two different ways , they are :
1. SAO (Server Activated Objects)
It is also called as Well-Known call mode. It is stateless.
2. CAO (Client Activated Objects)
It has state.
www.codecollege.NET
MS .NET Remoting provides a framework through which objects in different application domains can interact with each other.
www.codecollege.NET