4
Migrating Microsoft Forms to .NET 6 (devblogs.microsoft.com)
top 3 comments
sorted by: hot top new old
[-] DinosaurSr@programming.dev 1 points 3 years ago

Any tips on how to migrate ~40 vb.net webforms apps with a 6 person team? 😭😭

[-] starman@programming.dev 2 points 3 years ago* (last edited 3 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

[-] Lmaydev@programming.dev 1 points 3 years ago

One at a time essentially.

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

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

.NET

1869 readers
1 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 3 years ago
MODERATORS