Best practise to migrate Web Forms to ASP.NET Core MVC

后端 未结 3 1013
迷失自我
迷失自我 2021-02-19 06:26

I am trying to migrate a project from classic ASP.Net Web Forms to ASP.NET MVC.

While I have read through http://www.codeproject.com/Articles/38778/ASP-NET-WebForms-and-

3条回答
  •  感动是毒
    2021-02-19 06:51

    There are some useful resources I'd like to share with the StackOverflow community just in case you are having troubles to decide what to do:

    • modernization of your existing Web Forms app
    • migration to MVC or Core
    • or whether to start a new project on Web Forms, MVC and Core.

    Here you go:

    • https://www.telerik.com/blogs/review-of-telerik-toolsets-for-aspnet-web-forms-core
    • Modernizing ASP.NET Web Forms Applications by Tomáš Herceg (Microsoft MVP ) - https://tomasherceg.com/blog/post/modernizing-asp-net-web-forms-applications-part-1
    • Migrating Old ASP.NET Applications to .NET Core by Edi Wang (Microsoft MVP) - https://edi.wang/post/2018/10/31/migrating-old-aspnet-applications-to-net-core
    • Choose between ASP.NET and ASP.NET Core (Microsoft docs) - https://docs.microsoft.com/en-us/aspnet/core/fundamentals/choose-aspnet-framework?view=aspnetcore-3.1
    • Migrate from ASP.NET to ASP.NET Core (Microsoft docs) - https://docs.microsoft.com/en-us/aspnet/core/migration/proper-to-2x/?view=aspnetcore-3.1

提交回复
热议问题