From 0d0163e73accddec11f92a5be0db2af489c6ab12 Mon Sep 17 00:00:00 2001 From: wadepickett Date: Mon, 28 Jul 2025 10:57:38 -0700 Subject: [PATCH 1/6] Refreshed index.md landing page --- aspnetcore/index.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/aspnetcore/index.yml b/aspnetcore/index.yml index 7d9ebe307477..9a1193a0a323 100644 --- a/aspnetcore/index.yml +++ b/aspnetcore/index.yml @@ -11,7 +11,7 @@ metadata: ms.topic: hub-page author: wadepickett ms.author: wpickett - ms.date: 02/23/2024 + ms.date: 07/28/2025 # highlightedContent section (optional) # Maximum of 8 items @@ -23,10 +23,6 @@ highlightedContent: itemType: get-started url: get-started.md # Card - - title: "Create your first web UI" - itemType: get-started - url: tutorials/razor-pages/razor-pages-start.md - # Card - title: "ASP.NET Core overview" itemType: overview url: introduction-to-aspnet-core.md @@ -208,7 +204,7 @@ additionalContent: # Card - title: API reference for ASP.NET Core links: - - url: /dotnet/api/?view=aspnetcore-6.0 + - url: /dotnet/api/?view=aspnetcore-9.0 text: ".NET API browser" # Card - title: Servers @@ -341,6 +337,12 @@ additionalContent: # Card - title: Migration links: + - url: migration/80-to-90.md + text: "ASP.NET Core 8.0 to 9.0" + - url: migration/70-to-80.md + text: "ASP.NET Core 7.0 to 8.0" + - url: migration/60-to-70.md + text: "ASP.NET Core 6.0 to 7.0" - url: migration/50-to-60.md text: "ASP.NET Core 5.0 to 6.0" - url: migration/50-to-60-samples.md From 7b6a731b5dbe9a2b01bb793429fd42f9ce7f259d Mon Sep 17 00:00:00 2001 From: wadepickett Date: Mon, 28 Jul 2025 12:06:13 -0700 Subject: [PATCH 2/6] fixed migration links --- aspnetcore/index.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/index.yml b/aspnetcore/index.yml index 9a1193a0a323..a5210a1498d6 100644 --- a/aspnetcore/index.yml +++ b/aspnetcore/index.yml @@ -337,11 +337,11 @@ additionalContent: # Card - title: Migration links: - - url: migration/80-to-90.md + - url: migration/80-90.md text: "ASP.NET Core 8.0 to 9.0" - - url: migration/70-to-80.md + - url: migration/70-80.md text: "ASP.NET Core 7.0 to 8.0" - - url: migration/60-to-70.md + - url: migration/60-70.md text: "ASP.NET Core 6.0 to 7.0" - url: migration/50-to-60.md text: "ASP.NET Core 5.0 to 6.0" From a4c722b9fcab6acce39ab0eedb1287f32156c8da Mon Sep 17 00:00:00 2001 From: wadepickett Date: Mon, 28 Jul 2025 13:44:04 -0700 Subject: [PATCH 3/6] Added ai-usage: ai-assisted metadata --- aspnetcore/index.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/index.yml b/aspnetcore/index.yml index a5210a1498d6..e92e94a3d511 100644 --- a/aspnetcore/index.yml +++ b/aspnetcore/index.yml @@ -11,6 +11,7 @@ metadata: ms.topic: hub-page author: wadepickett ms.author: wpickett + ai-usage: ai-assisted ms.date: 07/28/2025 # highlightedContent section (optional) From bdeaded1c73065b35f29420ef6595aaf4bac1ab2 Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Tue, 29 Jul 2025 12:43:38 -0700 Subject: [PATCH 4/6] Update index.yml Update with shorter migration list and link to earlier versions per tdykstra --- aspnetcore/index.yml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/aspnetcore/index.yml b/aspnetcore/index.yml index e92e94a3d511..3cec50962473 100644 --- a/aspnetcore/index.yml +++ b/aspnetcore/index.yml @@ -349,19 +349,8 @@ additionalContent: - url: migration/50-to-60-samples.md text: "ASP.NET Core 5.0 code samples to 6.0 minimal hosting model" - url: migration/31-to-50.md - text: "ASP.NET Core 3.1 to 5.0" - - url: migration/30-to-31.md - text: "ASP.NET Core 3.0 to 3.1" - - url: migration/22-to-30.md - text: "ASP.NET Core 2.2 to 3.0" - - url: migration/21-to-22.md - text: "ASP.NET Core 2.1 to 2.2" - - url: migration/20_21.md - text: "ASP.NET Core 2.0 to 2.1" - - url: migration/1x-to-2x/index.md - text: "ASP.NET Core 1.x to 2.0" - - url: migration/fx-to-core/index.md - text: "ASP.NET to ASP.NET Core" + - url: /aspnet/core/migration/ + text: "Earlier versions" # Card - title: Architecture links: From f55c2f1f0007019b5da27ecc5f37659c617dfece Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Tue, 29 Jul 2025 12:47:53 -0700 Subject: [PATCH 5/6] Update index.yml --- aspnetcore/index.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnetcore/index.yml b/aspnetcore/index.yml index 3cec50962473..9c6216f35968 100644 --- a/aspnetcore/index.yml +++ b/aspnetcore/index.yml @@ -348,7 +348,6 @@ additionalContent: text: "ASP.NET Core 5.0 to 6.0" - url: migration/50-to-60-samples.md text: "ASP.NET Core 5.0 code samples to 6.0 minimal hosting model" - - url: migration/31-to-50.md - url: /aspnet/core/migration/ text: "Earlier versions" # Card From 0d5ce696264f9c7fb402697796ba2332a543e432 Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Tue, 29 Jul 2025 12:52:45 -0700 Subject: [PATCH 6/6] Update index.yml Better title for overview per tdykstra suggestion --- aspnetcore/index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/index.yml b/aspnetcore/index.yml index 9c6216f35968..4938a6e3b914 100644 --- a/aspnetcore/index.yml +++ b/aspnetcore/index.yml @@ -52,7 +52,7 @@ conceptualContent: links: - url: fundamentals/apis.md itemType: overview - text: "Overview" + text: "Choose between controller-based APIs and minimal APIs" - url: tutorials/min-web-api.md itemType: get-started text: "Create a minimal web API with ASP.NET Core"