.NET Remoting Overview ?

Q

.NET Remoting Overview ?

✍: Guest

A
.NET Remoting is very flexible. You have a wide range of communications options and activation methods, as well as full control over a distributed object's lifecycle. You can choose TCP or HTTP communications protocols on any port, using text or binary formatting. The .NET Remoting infrastructure supports server activated (single call and singleton) and client activated objects. .NET Remoting gives you many opportunities to "plug in" to the system to customize lifecycle management, marshaling, serialization, messaging, and other services. Difference between System.String & System.StringBuilder Classes?

2009-03-27, 4369👍, 0💬