Hello, .NET remoting is incompatible with WCF. So you can't do that. But you can reuse some common code logic. For example, suppose you .NET remoting code has a clear separation between contract and implementation code, you can reuse most of the implementation
code, but provide new WCF contracts. Also for RESTful services, make sure the contracts are resource oriented instead of operation oriented.
Lante, shanaolanxing This posting is provided "AS IS" with no warranties, and confers no rights.
If you have feedback about forum business, please contact
msdnmg@microsoft.com. But please do not ask technical questions in the email.