开发者

Converting an old windows base application (with fox pro) to web base application (asp.net with c# csharp)-which technologies are needed(ajax or etc)?

my programming language is asp.net with 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 ?

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

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?

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

thanks in advance

/best regards/


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜