this post was submitted on 20 Jun 2023
10 points (100.0% liked)
.NET
1466 readers
3 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Any tips on how to migrate ~40 vb.net webforms apps with a 6 person team? ๐ญ๐ญ
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
ohooo dude you are fucked to put it simply maybe you can try avalonia ui for frontend or asp.net core mvc but it will be hard Good luck and keep updating us if you can
One at a time essentially.
If they all communicate use something like YARP to sort your routing out.