1
1
# ## YamlMime:Landing
2
2
3
- title : .NET migration documentation
3
+ title : Upgrade .NET apps documentation
4
4
summary : Learn about migrating apps from .NET Framework to .NET.
5
5
6
6
metadata :
7
- title : .NET migration documentation
7
+ title : Upgrade .NET apps documentation
8
8
description : Learn about migrating apps from .NET Framework to .NET.
9
9
ms.topic : landing-page
10
- ms.date : 01/17/2023
10
+ ms.date : 09/15/2025
11
11
12
12
landingContent :
13
13
14
- # Card
15
- - title : Migrate from .NET Framework
14
+ - title : .NET upgrade guide
16
15
linkLists :
17
16
- linkListType : overview
18
17
links :
19
- - text : Port from .NET Framework to .NET Core
18
+ - text : Upgrade apps to the latest version of .NET
20
19
url : ../../core/porting/index.md
21
- - text : Upgrade Assistant
22
- url : ../../core/porting/upgrade-assistant-overview.md
23
- - linkListType : reference
20
+ - text : Use GitHub Copilot to assist in upgrading
21
+ url : ../../core/porting/github-copilot-app-modernization-overview.md
22
+ - text : Planning your .NET Framework upgrade
23
+ url : ../../core/porting/framework-overview.md
24
+ - linkListType : concept
24
25
links :
25
- - text : Versioning info
26
- url : ../../core/porting/versioning-sdk-msbuild-vs.md
26
+ - text : Breaking changes and app compatibility
27
+ url : ../../core/porting/breaking-changes.md
28
+ - text : Unsupported APIs
29
+ url : ../../core/compatibility/unsupported-apis.md
30
+
31
+
32
+ - title : GitHub Copilot app modernization
33
+ linkLists :
34
+ - linkListType : overview
35
+ links :
36
+ - text : GitHub Copilot app modernization overview
37
+ url : ../../core/porting/github-copilot-app-modernization-overview.md
38
+ - text : GitHub Copilot app modernization FAQ
39
+ url : ../../core/porting/github-copilot-app-modernization-faq.yml
40
+ - linkListType : how-to-guide
41
+ links :
42
+ - text : Using Copilot to speed up porting and modernization
43
+ url : ../../core/porting/github-copilot-app-modernization-overview.md##how-does-it-work
44
+
45
+ - title : Migrate .NET apps to Azure
46
+ linkLists :
47
+ - linkListType : overview
48
+ links :
49
+ - text : Migrate .NET apps to Azure (app modernization)
50
+ url : /dotnet/azure/migration/appmod/overview?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
51
+ - text : Azure migration quickstart
52
+ url : /dotnet/azure/migration/appmod/quickstart?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
53
+ - linkListType : tutorial
54
+ links :
55
+ - text : Migration sample
56
+ url : /dotnet/azure/migration/appmod/sample?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
57
+ - linkListType : whats-new
58
+ links :
59
+ - text : Azure migration FAQ
60
+ url : /dotnet/azure/migration/appmod/faq?toc=/dotnet/navigate/migration-guide/toc.json&bc=/dotnet/breadcrumb/toc.json
61
+
62
+ - title : Post-upgrade and modernization
63
+ linkLists :
64
+ - linkListType : concept
65
+ links :
66
+ - text : Modernize apps after porting
67
+ url : ../../core/porting/modernize.md
68
+ - text : Performance and reliability guidance
69
+ url : ../../core/porting/modernize.md#performance
70
+ - linkListType : sample
71
+ links :
72
+ - text : Modernization samples and patterns
73
+ url : ../../core/porting/modernize.md#samples
74
+
75
+ - title : Get help and community
76
+ linkLists :
77
+ - linkListType : overview
78
+ links :
79
+ - text : .NET on Q&A
80
+ url : /answers/products/dotnet
81
+ - text : .NET tech community forums
82
+ url : https://techcommunity.microsoft.com/t5/net/ct-p/dotnet
83
+ - linkListType : learn
84
+ links :
85
+ - text : Porting documentation index
86
+ url : ../../core/porting/index.md
0 commit comments