简体   繁体   中英

Converting Existing Dnn Application to .Net core

Converting Existing Dnn Application to.Net core

I have a application of dnn having ado which I need to convert to .net core with ado web application. In this I have to move only two modules from the application. what i have already tried so far. cleaned the database from the dnn tables. changed the ascx pages to partial views. changing the ascx.cs pages to the controller.

Need Recommendations for fast conversion and if I can follow any pattern.

Given the nature of the way that the DNN Platform works, there is not a fast transition to a stand-alone installation.

There is no Microsoft documented "Fast" transition plan from Web-Forms to .NET Core as well, so nothing that you can try to mimic from other installations either.

Since you will need to extract dependencies on DNN as well as dependencies on System.Web that are no longer available, it is best to treat such a transition as a re-write, rather than trying to "simply translate" as there isn't any method to do so.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM