2016年6月22日

第11章 .NET Remoting

摘要: 11.1理解remoting 11.1.1应用程序域基本概念 .NET提供了一项技术,使得跨应用程序域中的对象也可以相互访问,该技术就是.NET remoting。(185) 11.1.2应用程序域的基本操作 using System; using System.Collections.Generi 阅读全文

posted @ 2016-06-22 17:31 liuslayer 阅读(226) 评论(0) 推荐(0)

导航