转换的ASP.NET Web窗体应用程序到桌面应用程序
如何ASP.NET Web窗体应用程序转换成桌面应用程序:\\
转换的目标是保持HTML界面使用jQuery脚本,...等
那么,有没有可用的工具,可以做到这一点,如果没有
是否有步骤来好好和放大器;快速转换?
How To convert ASP.NET web forms Application into Desktop Application : \ The target of the conversion is to keep the HTML Interface with JQuery scripts , ... etc So is there any available tool that can do this and if not are there steps to follow to make good & fast conversion ?
转换的Asp.net应用程序在WinForm应用程序是不容易的,几乎不可能在一个不错的/可维护的自动转换。 Web应用程序和WinForms天生不同,应设计不同。使用于再转换工具不能被推荐。
Converting an Asp.net application to a Winform application is not easy and almost not possible to convert automatically in a nice/maintainable. Web applications and WinForms are inherently different, and should be designed differently. Using a tool to convert then cannot be recommended.
也许你将不得不所有常见的业务逻辑功能移动到一个类库和重用他们,而从从头开始设计的UI逻辑。
Probably you will have to move all the common business logic functionalities to a class library and reuse them while designing the UI logics from the scratch.