Migration Part 2: Incremental Migration
摘要
Now that we have migrated the majority of the shared dependencies, we can start migrating the ASP.NET project and its direct dependencies: the business layer and the data access layer. An incremental migration can take a while, depending on the complexity of your project. Since we are using a reverse proxy to make calls to the legacy service, we don't have to rush the migration and can do it one controller at a time, or even more modularly if needed.