Skip to content

Commit f95e303

Browse files
committed
add incremental pivot
1 parent fcbb991 commit f95e303

2 files changed

Lines changed: 23 additions & 10 deletions

File tree

aspnetcore/migration/fx-to-core/index.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Your complete guide to migrating ASP.NET Framework applications to
55
ms.author: riande
66
ms.date: 06/20/2025
77
uid: migration/fx-to-core/index
8+
zone_pivot_groups: fx-to-core-migration
89
---
910
# Migrate from ASP.NET Framework to ASP.NET Core
1011

@@ -24,25 +25,29 @@ Your ASP.NET Framework application can successfully move to ASP.NET Core. The ke
2425

2526
Most non-trivial ASP.NET Framework applications should use incremental migration. This approach:
2627

27-
- **Keeps your current app running** while you migrate piece by piece
28-
- **Reduces risk** by moving functionality gradually
29-
- **Delivers value faster** with immediate deployment of migrated components
30-
- **Uses proven tools** like YARP proxy and System.Web adapters
28+
* **Keeps your current app running** while you migrate piece by piece
29+
* **Reduces risk** by moving functionality gradually
30+
* **Delivers value faster** with immediate deployment of migrated components
31+
* **Uses proven tools** like YARP proxy and System.Web adapters
3132

33+
:::zone pivot="incremental"
3234
**[Start your incremental migration](xref:migration/fx-to-core/inc/overview)**
35+
:::zone-end
3336

3437
## Migration tools and resources
3538

3639
### Automated assistance
37-
- **[.NET Upgrade Assistant](https://dotnet.microsoft.com/platform/upgrade-assistant)** - Command-line tool for initial project conversion
38-
- **[Visual Studio Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.upgradeassistant)** - GUI-based upgrade assistance
40+
41+
* **[.NET Upgrade Assistant](https://dotnet.microsoft.com/platform/upgrade-assistant)** - Command-line tool for initial project conversion
42+
* **[Visual Studio Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.upgradeassistant)** - GUI-based upgrade assistance
3943

4044
### Comprehensive guides
41-
- **[Porting ASP.NET Apps eBook](https://aka.ms/aspnet-porting-ebook)** - Complete reference guide
42-
- **[eShop Migration Example](/dotnet/architecture/porting-existing-aspnet-apps/example-migration-eshop)** - Real-world case study
45+
46+
* **[Porting ASP.NET Apps eBook](https://aka.ms/aspnet-porting-ebook)** - Complete reference guide
47+
* **[eShop Migration Example](/dotnet/architecture/porting-existing-aspnet-apps/example-migration-eshop)** - Real-world case study
4348

4449
## Changes to technology areas
4550

4651
Before you begin, review the [technical differences between ASP.NET Framework and ASP.NET Core](xref:migration/fx-to-core/areas) to understand key changes that may affect your migration.
4752

48-
:::moniker-end
53+
:::moniker-end

aspnetcore/zone-pivot-groups.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,12 @@ groups:
125125
- id: manual
126126
title: Manually
127127
- id: aspire
128-
title: Aspire
128+
title: Aspire
129+
- id: fx-to-core-migration
130+
title: Migration Approach
131+
prompt: Choose migration approach
132+
pivots:
133+
- id: incremental
134+
title: Incremental
135+
- id: inplace
136+
title: In Place

0 commit comments

Comments
 (0)