一个旧的Windows基础应用(与福克斯PRO)转换为Web基础应用(asp.net使用C#CSHARP),不仅需要技术(AJAX或等)?个旧、福克斯、基础、转换为

2023-09-10 19:01:09 作者:华丽的丑小鸭·

我的编程语言是asp.net使用C#...

my programming language is asp.net with c#...

我要寻找一个最佳和最快办法将一个旧的Windows基础应用(与福克斯PRO),以网络基础应用(与asp.net和C#)...

i am looking for a best and fastest way for converting an old windows base application (with fox pro) to web base application (with asp.net and c#)...

在这种情况下,输入查询数据的速度是对用户非常重要的......

in this case speed of inputing data is so important for users ...

哪种技术,我应该为此目的而使用?

which technology should i use for this purpose ?

我知道阿贾克斯(更新面板或RadAjaxManager),它足以这样做或者我应该学习其他技术?

i know ajax (update panel or RadAjaxManager) , is it enough for doing this or should i learn the other technologies ?

看来这个网站有一个良好的评级在AJAX模式下工作(如评论,投票等)是可以给我们介绍一下吗?

it seems this site has a good rating for working in ajax mode (like comments , voting and etc) is it possible to tell us about that?

在我的国家我的用户最大带宽为:1Mbps的

in my country the max bandwith of my users is : 1mbps

在此先感谢

/问候/

推荐答案

本网站使用了AJAX的一些不错的功能,也彗星,这是阿贾克斯推。它使服务器和客户端开放来自服务器的数据传送到客户端之间的连接。 (像其他人编修的答案,而你正在写一个答案的更新)。此外,我转换,最初是在做一个基于文本的UNIX平台,.NET中的一个项目。从该最重要的带回家的课是,在使用者习惯工作速度快,不使用鼠标和这样。 使用.NET,但考虑到你的用户喜欢对旧的应用程序,并发挥了这一点。 Cosider如何使用它们来与应用程序交互和复制的。 其中一件事我没有上转换项目是使回车键将焦点移动到下一个输入字段。这让用户的工作更加像他们习惯了。

This site uses several nice features of ajax and also Comet, which is ajax push. It keeps the connection between the server and client open for transfer of data from the server to the client. (Like the update that others have posted an answer while you are writing an answer). Also, I converted a project that was originally done on a text-based unix platform, to .net. The most important take-home lesson from that was, the users were used to working fast and not using a mouse and such. Use .net, but consider what your users liked about the old application, and play in to that. Cosider how they are used to interacting with the application and replicate that. One of the things I did on that conversion project is make the enter key move the focus to the next input field. That allowed the users to work more like they were used to.