Remoting
什么是Remoting,简而言之,我们可以将其看作是一种分布式处理方式。从微软的产品角度来看,可以说Remoting就是DCOM的一种升级,它改善了很多功能,并极好的融合到.Net平台下。Microsoft.NETRemoting提供了一种允许对象通过应用程序域与另一对象进行交互的框架。这也正是我们...
Remoting 热门资料
查看全部 11 份 →.net remoting的简单应用 .net remoting的简单应用 .net remoting的简单应用
.net remoting的简单应用 .net remoting的简单应用 .net remoting的简单应用...
基于.NET Remoting 的电能质量监控数据的发布
本文提出了基于.NET Remoting 技术的电能质量监测数据发布模型。采用该模型有利于提高监测数据的传输效率,使电能质量网络化监测的系统扩展性、兼容性、可移植性更好。最后采用某系统的电能质...
.NET Remoting(下文简称Remoting)是一种可用于开发分布式应用程序的技术。其主要的结构
.NET Remoting(下文简称Remoting)是一种可用于开发分布式应用程序的技术。其主要的结构,分为:远程对象、提供远程对象的远程服务器,以及可以访问何使用远程对象的客户端。这三个部分,可以分布于同一台计算机的同一个进程,或者是不...
.NET Remoting is very important in distributed environments. This book essentially deals with the co
.NET Remoting is very important in distributed environments. This book essentially deals with the core concepts of .NET ...