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
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ 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
9
8
---
10
9
# Migrate from ASP.NET Framework to ASP.NET Core
11
10
@@ -25,29 +24,25 @@ Your ASP.NET Framework application can successfully move to ASP.NET Core. The ke
25
24
26
25
Most non-trivial ASP.NET Framework applications should use incremental migration. This approach:
27
26
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
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
32
31
33
-
:::zone pivot="incremental"
34
32
**→ [Start your incremental migration](xref:migration/fx-to-core/inc/overview)**
35
-
:::zone-end
36
33
37
34
## Migration tools and resources
38
35
39
36
### Automated 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
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
43
39
44
40
### Comprehensive guides
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
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
48
43
49
44
## Changes to technology areas
50
45
51
46
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