Share via


Integration with .NET Remoting

There are two ways to take advantage of WCF with existing .NET Remoting applications: integration and migration. Integration allows you to have .Net Remoting 2.0 and WCF running side by side, letting you expose the same business objects over both technologies simultaneously without having to modify your existing .Net Remoting 2.0 code. Integration requires that you are running on .NET Framework 2.0 or greater. If you want to take advantage of WCF features and do not need wire compatibility with Remoting 2.0 systems, you can migrate your entire service to WCF. Migration from .NET Remoting 2.0 to WCF requires changes to the remote object's interface and its configuration settings. Both of these topics are covered in From Remoting to the Windows Communication Foundation.

See Also

Other Resources

Conceptual Overview