C# remoting接口实现简单示例

时间:2013-11-30 17:19:45
【文件属性】:

文件名称:C# remoting接口实现简单示例

文件大小:42KB

文件格式:RAR

更新时间:2013-11-30 17:19:45

C#

C# remoting接口实现简单示例,适合初学者借鉴


【文件预览】:
MyRemoting
----Client()
--------bin()
--------obj()
--------Properties()
--------Program.cs(839B)
--------App.config(322B)
--------Client.csproj(3KB)
----RemotableType()
--------bin()
--------obj()
--------Properties()
--------Class1.cs(200B)
--------RemotableType.csproj(2KB)
----Server()
--------Server.csproj(3KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(709B)
--------App.config(433B)
----MyRemoting.sln(2KB)
----MyRemoting.suo(10KB)

网友评论

  • 虽然只有几行代码,但是非常有用!
  • 非常非常好,例子很简单,很容易看懂,但是却一针见血的戳中关键技术,感谢分享,我给5颗星
  • 运行在VS2005下,有点简单了。