11.1理解remoting 11.1.1应用程序域基本概念 .NET提供了一项技术,使得跨应用程序域中的对象也可以相互访问,该技术就是.NET remoting.(185) 11.1.2应用程序域的基本操作 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; using System.IO; using System.Thr…