Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/client-side/bundling-and-minification.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Bundle and minify static assets in ASP.NET Core
author: rick-anderson
author: wadepickett
description: Learn how to optimize static resources in an ASP.NET Core web application by applying bundling and minification techniques.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/libman/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Client-side library acquisition in ASP.NET Core with LibMan
author: rick-anderson
author: wadepickett
description: Learn how to install client-side library assets in an ASP.NET Core project using Library Manager (LibMan).
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/libman/libman-cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use the LibMan CLI with ASP.NET Core
author: rick-anderson
author: wadepickett
description: Learn how to use the LibMan CLI in an ASP.NET Core project.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/libman/libman-vs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use LibMan with ASP.NET Core in Visual Studio
author: rick-anderson
author: wadepickett
description: Learn how to use LibMan in an ASP.NET Core project with Visual Studio.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/spa-services.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: The features described in this article are obsolete as of ASP.NET Core 3.0
author: rick-anderson
author: wadepickett
description: The features described in this article are obsolete as of ASP.NET Core 3.0
monikerRange: '>= aspnetcore-2.1 <= aspnetcore-3.0'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/client-side/spa/intro.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Overview of Single Page Apps (SPAs) in ASP.NET Core
author: rick-anderson
author: wadepickett
ms.author: wpickett
monikerRange: '>= aspnetcore-6.0'
description: Overview of Single Page Apps (SPAs) in ASP.NET Core
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/metapackage-app.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Microsoft.AspNetCore.App metapackage for ASP.NET Core
author: Rick-Anderson
author: wadepickett
description: The Microsoft.AspNetCore.App shared framework
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/minimal-apis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Minimal APIs quick reference
author: rick-anderson
author: wadepickett
description: Provides an overview of minimal APIs in ASP.NET Core
ms.author: wpickett
content_well_notification: AI-contribution
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/minimal-apis/min-api-filters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Filters in Minimal API apps
author: rick-anderson
author: wadepickett
description: Use filters in Minimal API apps
ms.author: wpickett
ms.date: 8/11/2022
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/minimal-apis/parameter-binding.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Parameter binding in Minimal API applications
author: rick-anderson
author: wadepickett
description: Learn how parameters are populated before invoking minimal route handlers.
ms.author: wpickett
monikerRange: '>= aspnetcore-7.0'
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/minimal-apis/route-handlers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Route handlers in Minimal API apps
author: rick-anderson
author: wadepickett
description: Learn how to handle requests in Minimal API apps.
ms.author: wpickett
monikerRange: '>= aspnetcore-7.0'
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/minimal-apis/test-min-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Test Minimal API apps
author: rick-anderson
author: wadepickett
description: Unit and integration tests in Minimal API apps
ms.author: wpickett
ms.date: 05/31/2024
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/minimal-apis/webapplication.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: WebApplication and WebApplicationBuilder in Minimal API apps
author: rick-anderson
author: wadepickett
description: Learn about how to use WebApplication and WebApplicationBuilder.
ms.author: wpickett
monikerRange: '>= aspnetcore-7.0'
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/openapi/overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Overview of OpenAPI support in ASP.NET Core API apps
author: rick-anderson
author: wadepickett
description: Learn about OpenAPI features in ASP.NET Core.
ms.author: wpickett
monikerRange: '>= aspnetcore-6.0'
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/startup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: App startup in ASP.NET Core
author: rick-anderson
author: wadepickett
description: Learn how the Startup class in ASP.NET Core configures services and the app's request pipeline.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/target-aspnetcore.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use ASP.NET Core APIs in a class library
author: rick-anderson
author: wadepickett
description: Learn how to use ASP.NET Core APIs in a class library.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/host-and-deploy/azure-apps/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Deploy ASP.NET Core apps to Azure App Service
author: bradygaster
author: wadepickett
description: This article contains links to Azure host and deploy resources.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Run an ASP.NET Core app in Docker containers
author: rick-anderson
author: wadepickett
description: Learn how to use the published ASP.NET Core Docker images from the Docker Registry. Pull and build your own images.
ms.author: wpickett
ms.custom: mvc, linux-related-content
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/host-and-deploy/docker/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Host ASP.NET Core in Docker containers
author: rick-anderson
author: wadepickett
description: Discover links to resources for learning how to host ASP.NET Core apps in Docker containers.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
description: Learn to use ASP.NET Core to create web apps and services that are fast, secure, cross-platform, and cloud-based. Browse tutorials, sample code, fundamentals, API reference and more.
ms.product: aspnet
ms.topic: hub-page
author: WadePickett
author: wadepickett
ms.author: wpickett
ms.date: 02/23/2024

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/migration/1x-to-2x/identity-2x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrate authentication and Identity to ASP.NET Core 2.0
author: rick-anderson
author: wadepickett
description: This article outlines the most common steps for migrating ASP.NET Core 1.x authentication and Identity to ASP.NET Core 2.0.
ms.author: wpickett
ms.date: 06/21/2019
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/migration/1x-to-2x/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrate from ASP.NET Core 1.x to 2.0
author: rick-anderson
author: wadepickett
description: This article outlines the prerequisites and most common steps for migrating an ASP.NET Core 1.x project to ASP.NET Core 2.0.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/migration/21-to-22.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrate from ASP.NET Core 2.1 to 2.2
author: rick-anderson
author: wadepickett
description: This article outlines the prerequisites and most common steps for migrating an ASP.NET Core 2.1 project to ASP.NET Core 2.2.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/migration/30-to-31.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrate from ASP.NET Core 3.0 to 3.1
author: rick-anderson
author: wadepickett
description: Learn how to migrate an ASP.NET Core 3.0 project to ASP.NET Core 3.1.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/migration/31-to-50.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Migrate from ASP.NET Core 3.1 to 5.0
author: rick-anderson
author: wadepickett
description: Learn how to migrate an ASP.NET Core 3.1 project to ASP.NET Core 5.0.
ms.author: wpickett
ms.custom: mvc
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Partial Tag Helper in ASP.NET Core
author: rick-anderson
author: wadepickett
description: Discover the ASP.NET Core Partial Tag Helper and the role each of its attributes play in rendering a partial view.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/mvc/views/tag-helpers/th-components.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Tag Helper Components in ASP.NET Core
author: rick-anderson
author: wadepickett
description: Learn what Tag Helper Components are and how to use them in ASP.NET Core.
monikerRange: '>= aspnetcore-2.0'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/security/authorization/resourcebased.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Resource-based authorization in ASP.NET Core
author: rick-anderson
author: wadepickett
description: Learn how to implement resource-based authorization in an ASP.NET Core app when an Authorize attribute won't suffice.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/security/docker-https.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Hosting ASP.NET Core Images with Docker over HTTPS
author: rick-anderson
author: wadepickett
description: Learn how to host ASP.NET Core Images with Docker over HTTPS
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/api-design.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SignalR API design considerations
author: bradygaster
author: wadepickett
description: Learn how to design SignalR APIs for compatibility across versions of your app.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/authn-and-authz.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Authentication and authorization in ASP.NET Core SignalR
author: bradygaster
author: wadepickett
description: Learn how to use authentication and authorization in ASP.NET Core SignalR.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/background-services.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Host ASP.NET Core SignalR in background services
author: bradygaster
author: wadepickett
description: Learn how to send messages to SignalR clients from .NET Core BackgroundService classes.
monikerRange: '>= aspnetcore-2.2'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/client-features.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ASP.NET Core SignalR clients
author: bradygaster
author: wadepickett
description: Learn which features are supported by the various ASP.NET Core SignalR clients.
ms.author: wpickett
ms.custom: mvc
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ASP.NET Core SignalR configuration
author: bradygaster
author: wadepickett
description: Learn how to configure ASP.NET Core SignalR apps.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/diagnostics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Logging and diagnostics in ASP.NET Core SignalR
author: wpickett
author: wadepickett
description: Learn how to gather diagnostics from your ASP.NET Core SignalR app.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/dotnet-client.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ASP.NET Core SignalR .NET Client
author: bradygaster
author: wadepickett
description: Information about the ASP.NET Core SignalR .NET Client
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/groups.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Manage users and groups in SignalR
author: bradygaster
author: wadepickett
description: Overview of ASP.NET Core SignalR User and Group management.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/hubcontext.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SignalR HubContext
author: bradygaster
author: wadepickett
description: Learn how to use the ASP.NET Core SignalR HubContext service for sending notifications to clients from outside a hub.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/hubs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use hubs in ASP.NET Core SignalR
author: bradygaster
author: wadepickett
description: Learn how to use hubs in ASP.NET Core SignalR.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Overview of ASP.NET Core SignalR
author: wpickett
author: wadepickett
description: Learn how the ASP.NET Core SignalR library simplifies adding real-time functionality to apps.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/javascript-client.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ASP.NET Core SignalR JavaScript client
author: bradygaster
author: wadepickett
description: Overview of ASP.NET Core SignalR JavaScript client.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/messagepackhubprotocol.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use MessagePack Hub Protocol in SignalR for ASP.NET Core
author: bradygaster
author: wadepickett
description: Add MessagePack Hub Protocol to ASP.NET Core SignalR.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/publish-to-azure-web-app.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Publish an ASP.NET Core SignalR app to Azure App Service
author: bradygaster
author: wadepickett
description: Learn how to publish an ASP.NET Core SignalR app to Azure App Service.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/redis-backplane.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Redis backplane for ASP.NET Core SignalR scale-out
author: bradygaster
author: wadepickett
description: Learn how to set up a Redis backplane to enable scale-out for an ASP.NET Core SignalR app.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/scale.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ASP.NET Core SignalR production hosting and scaling
author: bradygaster
author: wadepickett
description: Learn how to avoid performance and scaling problems in apps that use ASP.NET Core SignalR.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/security.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Security considerations in ASP.NET Core SignalR
author: bradygaster
author: wadepickett
description: Learn about security in ASP.NET Core SignalR.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/streaming.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use streaming in ASP.NET Core SignalR
author: bradygaster
author: wadepickett
description: Learn how to stream data between the client and the server.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/supported-platforms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ASP.NET Core SignalR supported platforms
author: bradygaster
author: wadepickett
description: Learn about the supported platforms for ASP.NET Core SignalR.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/signalr/troubleshoot.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: ASP.NET Core SignalR connection troubleshooting
author: bradygaster
author: wadepickett
description: ASP.NET Core SignalR connection troubleshooting.
monikerRange: '>= aspnetcore-2.1'
ms.author: wpickett
Expand Down
Loading