2007年11月4日

(2)最简单的Remoting程序

摘要: (1) 编写3步走(类库)对象General(控制台应用程序)服务器端Server:添加对象的dll引用(控制台应用程序)客户端Client:添加对象的dll引用(2) 对象using System;using System.Collections.Generic;using System.Text;namespace RemotingExample{ public class Hello : M... 阅读全文

posted @ 2007-11-04 15:23 小乔的闺房 阅读(194) 评论(0) 推荐(0) 编辑

(1)将对象序列化为bin,soap,xml

摘要: (1) 在Remoting传递对象需要将对象序列化,本节先学习如何将对象序列化为bin,soap,xml主要知识点1. [Serializable]2. System.Runtime.Serialization.Formatters.Binary;3. System.Runtime.Serialization.Formatters.Soap;4. System.Xml.Serialization;... 阅读全文

posted @ 2007-11-04 14:21 小乔的闺房 阅读(208) 评论(0) 推荐(0) 编辑

导航