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

问题描述

我打算用C#编写应用程序,但在几件事上感到困惑.
应用程序是客户端服务器,我将在服务器上使用WCF.问题是


1).您是否认为在服务器端拥有所有记录会导致应用程序运行缓慢?我的意思是每次我保存一条记录或从服务器获取一条较大的记录以进行报告时,都会使应用程序运行缓慢?什么是替代品或解决方案?

2).如果客户端断开与互联网的连接几个小时该怎么办,我如何以离线模式存储记录.如果在脱机模式下将本地DB用作临时记录,那么如何同步?

Am going to make a application in C#, but am confused in few things.
Application is client server, i ll use WCF on server. problem is


1). dont u think having All record on server side ll make application very slow? i mean every time i save a record or get a large record from server for reporting ll make application very slow? what is alternate or solution for it?

2). What if Client got disconnected from internet for few hours how can i store records in offline mode. if i make local DB for temporary Records in-case of offline mode then how ll i synchronized?

推荐答案



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

08-20 07:25
查看更多