You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/migration/fx-to-core/index.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ description: Your complete guide to migrating ASP.NET Framework applications to
5
5
ms.author: riande
6
6
ms.date: 06/20/2025
7
7
uid: migration/fx-to-core/index
8
+
zone_pivot_groups: fx-to-core-migration
8
9
---
9
10
# Migrate from ASP.NET Framework to ASP.NET Core
10
11
@@ -24,25 +25,29 @@ Your ASP.NET Framework application can successfully move to ASP.NET Core. The ke
24
25
25
26
Most non-trivial ASP.NET Framework applications should use incremental migration. This approach:
26
27
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
31
32
33
+
:::zone pivot="incremental"
32
34
**→ [Start your incremental migration](xref:migration/fx-to-core/inc/overview)**
35
+
:::zone-end
33
36
34
37
## Migration tools and resources
35
38
36
39
### 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
39
43
40
44
### 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
43
48
44
49
## Changes to technology areas
45
50
46
51
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.
0 commit comments