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

Tools

Rules

Related communities

Wikipedia pages

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 1 year ago (3 children)

Any tips on how to migrate ~40 vb.net webforms apps with a 6 person team? ๐Ÿ˜ญ๐Ÿ˜ญ

[โ€“] [email protected] 5 points 1 year ago* (last edited 1 year ago)

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

[โ€“] Ris2111 1 points 1 year ago

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

[โ€“] [email protected] 1 points 1 year ago

One at a time essentially.

If they all communicate use something like YARP to sort your routing out.