Skip to content

Commit da827cf

Browse files
committed
Rewrite landing
1 parent 2b91df2 commit da827cf

File tree

1 file changed

+71
-11
lines changed

1 file changed

+71
-11
lines changed
Lines changed: 71 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,86 @@
11
### YamlMime:Landing
22

3-
title: .NET migration documentation
3+
title: Upgrade .NET apps documentation
44
summary: Learn about migrating apps from .NET Framework to .NET.
55

66
metadata:
7-
title: .NET migration documentation
7+
title: Upgrade .NET apps documentation
88
description: Learn about migrating apps from .NET Framework to .NET.
99
ms.topic: landing-page
10-
ms.date: 01/17/2023
10+
ms.date: 09/15/2025
1111

1212
landingContent:
1313

14-
# Card
15-
- title: Migrate from .NET Framework
14+
- title: .NET upgrade guide
1615
linkLists:
1716
- linkListType: overview
1817
links:
19-
- text: Port from .NET Framework to .NET Core
18+
- text: Upgrade apps to the latest version of .NET
2019
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
2425
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

Comments
 (0)