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 ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.
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.