摘要: http://blog.csdn.net/seraph5186/archive/2006/07/18/938094.aspx 阅读全文
posted @ 2009-04-02 14:39 阿网 阅读(173) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wayfarer/category/1235.htmlhttp://book.csdn.net/bookfiles/16/100165468.shtml http://www.z6688.com/info/35449-1.htmhttp://www.cnblogs.com/Apex-yang/articles/854975.htmlhttp://www... 阅读全文
posted @ 2009-04-02 11:37 阿网 阅读(102) 评论(0) 推荐(0) 编辑
摘要: begin:2009-4-1dll:namespace HelloRemotin{ public class SayHello:MarshalByRefObject { public string Hello(string pString) { Console.WriteLine("远程传入的信息:{0}",pString); return "Hello"; } }}client: static ... 阅读全文
posted @ 2009-04-01 14:01 阿网 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 第15章 异步调用. 加密与解密.http://www.cnblogs.com/1-2-3/archive/2007/09/17/colloquialism-digital-certificate-part1.html 阅读全文
posted @ 2009-03-31 11:59 阿网 阅读(130) 评论(0) 推荐(0) 编辑
摘要: http://knowledge.swanky.wu.googlepages.com/threading_in_c_sharp.html#_Introductionhttp://www.yaosansi.com/post/1165.htmlhttp://www.yaosansi.com/post/1166.htmlhttp://www.yaosansi.com/post/1167.htmlhttp... 阅读全文
posted @ 2009-03-29 16:23 阿网 阅读(171) 评论(0) 推荐(0) 编辑
摘要: http://blog.sina.com.cn/showshowstudio“人贱人爱”漫画小夫妻 -《螺丝爱螺母》 转贴自tianya-水墨骑士 很有风格啊,我喜欢哈哈! 算起来,我和老婆大人从恋爱带结婚已经八年多了,终于开始了我的连载漫画《螺丝爱螺母》 感谢老婆大人这么多年来为我所做的一切!! 爱老虎油~~~ 阅读全文
posted @ 2009-03-28 16:55 阿网 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 第1章 远程处理初步1.1 远程处理概述1.1.1 功能及其优势1.1.2 可远程处理的对象1.1.3 远程处理的过程1.2 远程处理涉及的对象及其关系1.2.1 对象引用1.2.2 代理1.2.3 消息1.2.4 消息接收器1.2.5 信道接收器和信道接收器链1.2.6 信道接收器提供者1.2.7 信道1.3 一个简中的远程处理实例1.3.1 实现远程处理对象1.3.2 实现远程对象服务器1.3... 阅读全文
posted @ 2009-03-28 16:09 阿网 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 第1章 .NET和.NET框架概览1.1 什么是.NET1.2 什么是.NET框架1.2.1 公共语言运行库的功能1.2.2 .NET框架类库1.2.3 客户端应用程序开发1.2.4 服务器应用程序开发1.3 小结第2章 公共语言运行库2.1 公共语言运行库概述2.2 托管代码的创建2.2.1 选择编译器2.2.2 编译为MSIL2.2.3 将MSIL编译为本机代码2.2.4 执行代码2.3 自动... 阅读全文
posted @ 2009-03-28 16:07 阿网 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 第14章:多线程编程. 见[多线程]分类一个线程正在运行或被终止;它无法重新启动。http://www.kuqin.com/design-patterns/20080610/9381.htmlMutex和Monitor的概念十分相似,只不过Monitor是.net内建的线程同步机制,Mutex是封装了Windows操作系统的线程同步机制;Monitor速度快,Mutex的速度要比Monitor慢很... 阅读全文
posted @ 2009-03-28 15:47 阿网 阅读(479) 评论(0) 推荐(0) 编辑
摘要: (zzfrom:http://blog.csdn.net/jxufewbt/archive/2007/07/29/1715152.aspx)一个应用程序域可以通过两种方式和另一个应用程序域进行通信。一种是传值(by value),另一种是传引用(by reference) 传值是通过对象的序列和反序列实现的,因此要传递的对象必须有System.Serializable属性. 它的实现原理:我们在应... 阅读全文
posted @ 2009-03-28 15:34 阿网 阅读(393) 评论(0) 推荐(0) 编辑