C
C#15mo ago
WibblyWobbly

❔ Need help with strategy migrating legacy WebForms app to .Net Core

Hey all. I've been tasked with trying to come up with a strategy to migrate our legacy webforms .NET Framework application to .NET (Core) and Blazor. However, I have every little knowledge of .NET Framework and never migrated a application from 1 framework to another. This application is somewhat large with 13 class libraries and a Website. The website uses LINQ-to-SQL and various Business Objects to access data and CSLA version 3.8 for authentication and authorization. Users log in by means of username and password no link to an AD, access tokens nothing like that. It would take years to rebuild from the ground up so we're looking at a step by step approach where we can slowly incorporate newer features in .net core and migrate older code over. Can anyone point me in the right direction where I might find some useful documentation on the above or have any similar experiences.
2 Replies
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.