摘要:二、DataAccess层代码 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--ImportsPMS.DataAccess.DBUtilImportsSystem.DataImportsSystem.Data.SqlClientImportsHNA...
阅读全文
随笔分类 - NET Remoting
NET Remoting
摘要:一、Common层二、DataAccess层三、Rule层四、BusinessFacade层五、UI层 代码实现 一、Common层 Model类定义 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--ImportsCommon.ServerData...
阅读全文
摘要:.NET Remoting和Web Service是NET框架下构建分布式应用的两种典型方案。.NET Remoting能提供更高的作业沟通效率,支持更多的协议;web Senrice能实现不同系统、不同平台、易管理的分布式应用。 1 .NET框架下的两种分布式技术 1.1 基于.NET远程处理的分布式技术 NET Remoting可用于网络上不同计算机的基于CLR的不同应用程序之间的通信,也可在...
阅读全文