serialization - When do we need to use .NET Remoting? -
When do we need to use NAT Remoting? What is the use of serialization in .NET remoting?
If you have to call remote and transparent tasks. Serialjobable objects should be used as logic because they require reconstruction on the other side of the line.
Comments
Post a Comment