本文介绍了.NET中的客户端服务器编程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI 当前我正在开发一个由服务器部分和其他工作站两部分组成的软件.服务器和工作站可以在两台不同的计算机上运行.现在如何在这两个应用程序之间建立连接以便它们可以传输数据.
我想到的是运行在Server机器中的窗口服务,该服务将存储来自数据库的数据,但无法理解如何将这些数据传输到客户端.一个人认为无法使用(IIS,自托管的wcf,sqlserver身份验证).是使用Socket ..进行客户端/服务器编程的.但是对此领域没有任何想法.欢迎提出任何想法

感谢进阶

Devopriyo Seal

HI Currently I am developing a software which will have two part one server part and other Workstation .The Server and Workstation can run in two different machine.Now how can make connection between this two application so that they can transfer data.
I ma think of window service running in Server machine which will store data from database but not able to understand how to transfer this data to client part.one think cannot use (IIS , self hosted wcf,sqlserver authentication).I guess it have to be Client/server programming with Socket ..But have no idea in this field.Any idea is welcome

Thanks In advanced

Devopriyo Seal

推荐答案


这篇关于.NET中的客户端服务器编程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 11:14