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

.NET

1489 readers
8 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] 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