Vra

I heard that .NET Remoting is replaced by WCF. Can someone tell me some details about it?

Was dit nuttig?

Oplossing

See the MSDN White Paper on how to migrate from .NET remoting to WCF:

http://msdn.microsoft.com/en-us/library/aa730857%28v=vs.80%29.aspx

WCF is the unified communications stacks that is intended to replace ASMX web services, .NET Remoting, WSE and a few other technologies, too.

Ander wenke

.NET remoting is the past, don't use it anymore if possible. WCF supports webservices but binary protocols, too. It's a clean design and a good implementation. It knows everything that remoting and more. There's tons of documentation on the web.

Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top