通过WCF进行.NET远程处理? [英] .NET Remoting over WCF?

查看:90
本文介绍了通过WCF进行.NET远程处理?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么要在 .NET Remoting /en.wikipedia.org/wiki/Windows_Communication_Foundation rel = nofollow noreferrer> WCF ?

Why would you use .NET Remoting over WCF?

我知道WCF有其独特的优势,但又有什么呢? .NET Remoting可以为您提供比更现代的WCF技术更多的优势?

I understand that WCF has its distinct advantages, but what advantages would .NET Remoting offer you over the more modern WCF technology?

推荐答案

WCF可以提供实质上执行.NET功能的功能远程处理通过选择在配置WCF服务时使用的绑定来实现。

WCF provides the ability to essentially do exactly what .NET Remoting does through the choice of binding you use when configuring your WCF service.

WCF从用于实现该服务的传输技术中抽象了服务的概念。您可以定义WCF服务,然后通过配置更改用于提供该服务的传输技术,其中之一就是net / tcp,这实际上是.NET Remoting所使用的技术。

WCF abstracts the idea of a service from the transport technology that is used to implement that service. You can define a WCF service and then change the transport technology used to provide that service through configuration, one of these being net/tcp which is essentially the technology .NET Remoting uses.

WCF比.CF更能替代.NET Remoting。

WCF is more of a replacement for .NET Remoting than an alternative.

这篇关于通过WCF进行.NET远程处理?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆