Converting ASP.NET Web Forms application into Desktop Application

别来无恙 提交于 2019-12-24 13:25:03

问题


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.



来源:https://stackoverflow.com/questions/6886658/converting-asp-net-web-forms-application-into-desktop-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!