文件名称:Remoting 实例
文件大小:112KB
文件格式:RAR
更新时间:2011-08-02 08:55:36
c# Remoting 分布式 多线程
学习Remoting 时写的一个工具,使用了多线程技术,批量写数据,多线程中如何使用windows控件。数据库同步,把远程数据下载到本地库,然后把本地库信息上传到远程服务器。可以做为学习Remoting 的一个示例。
【文件预览】:
SyncData
----Service()
--------Service.csproj(4KB)
--------Form1.cs(977B)
--------bin()
--------obj()
--------Properties()
--------Program.cs(474B)
--------Form1.Designer.cs(2KB)
--------App.config(280B)
--------Form1.resx(6KB)
----Client()
--------Form1.cs(6KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(473B)
--------Form1.Designer.cs(7KB)
--------App.config(300B)
--------Form1.resx(6KB)
--------Client.csproj(4KB)
----RemoteObjects()
--------bin()
--------obj()
--------RemoteObjects.csproj(2KB)
--------Properties()
--------DataOperator.cs(593B)
--------Class1.cs(142B)
----SyncData.sln(2KB)
----SyncData.suo(29KB)
----DBAccess()
--------bin()
--------obj()
--------Properties()
--------DBAccess.csproj(2KB)
--------Appsetting.cs(323B)
--------Class1.cs(137B)
--------SqlHelper.cs(7KB)