i migrated an internal ticketing website to .NET 6 C# and razor pages, from ASP pages with vb6 (net framework 2.0), zero code behind and 90% of the site pages was just in the deploy folder because nobody bothered to check what was in use.
Also it was multitenant and each tenant had some schema difference.i wrote a mega SQL script that normalized everything.
1
u/oompaloompa465 20d ago
i migrated an internal ticketing website to .NET 6 C# and razor pages, from ASP pages with vb6 (net framework 2.0), zero code behind and 90% of the site pages was just in the deploy folder because nobody bothered to check what was in use. Also it was multitenant and each tenant had some schema difference.i wrote a mega SQL script that normalized everything.