Any tips on how to migrate ~40 vb.net webforms apps with a 6 person team? ๐ญ๐ญ
this post was submitted on 20 Jun 2023
4 points (100.0% liked)
.NET
24 readers
1 users here now
Getting started
Useful resources
IDEs and code editors
- Visual Studio (Windows/Mac)
- Rider (Windows/Mac/Linux)
- Visual Studio Code (Windows/Mac/Linux)
Tools
Rules
- Rule 1: Follow Lemmy rules
- Rule 2: Be excellent to each other, no hostility towards users for any reason
- Rule 3: No spam of tools/companies/advertisements
Related communities
Wikipedia pages
- .NET (open source & cross platform)
- .NET Framework (proprietary & Windows-only)
founded 1 year ago
MODERATORS
Unfortunately ASP.NET Core doesn't support web forms (iirc), but if you have clean separation between backend and frontend, you could change frontend to mvc/razor pages/blazor.
Tim Corey has a good video about migrations: link
One at a time essentially.
If they all communicate use something like YARP to sort your routing out.
view more: next โบ