this post was submitted on 20 Jun 2023
10 points (100.0% liked)

.NET

1582 readers
5 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 4 points 2 years ago (3 children)

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

[โ€“] [email protected] 5 points 2 years ago* (last edited 2 years 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 2 years 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 2 years ago

One at a time essentially.

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

load more comments
view more: next โ€บ