• @DinosaurSr
    link
    21 year ago

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

    • @starmanOPM
      link
      3
      edit-2
      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

    • @Lmaydev
      link
      111 months ago

      One at a time essentially.

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