diff --git a/aspnetcore/client-side/bundling-and-minification.md b/aspnetcore/client-side/bundling-and-minification.md index 0b9efd992cb3..0fc74ab6983a 100644 --- a/aspnetcore/client-side/bundling-and-minification.md +++ b/aspnetcore/client-side/bundling-and-minification.md @@ -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 diff --git a/aspnetcore/client-side/libman/index.md b/aspnetcore/client-side/libman/index.md index 122c55a66ef7..a4617cfbe8f2 100644 --- a/aspnetcore/client-side/libman/index.md +++ b/aspnetcore/client-side/libman/index.md @@ -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 diff --git a/aspnetcore/client-side/libman/libman-cli.md b/aspnetcore/client-side/libman/libman-cli.md index b3987607ec51..d9c0f50096f2 100644 --- a/aspnetcore/client-side/libman/libman-cli.md +++ b/aspnetcore/client-side/libman/libman-cli.md @@ -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 diff --git a/aspnetcore/client-side/libman/libman-vs.md b/aspnetcore/client-side/libman/libman-vs.md index 38788605c7d8..5adcfe1c82b9 100644 --- a/aspnetcore/client-side/libman/libman-vs.md +++ b/aspnetcore/client-side/libman/libman-vs.md @@ -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 diff --git a/aspnetcore/client-side/spa-services.md b/aspnetcore/client-side/spa-services.md index b9cf19abf468..16cbfc4a2f20 100644 --- a/aspnetcore/client-side/spa-services.md +++ b/aspnetcore/client-side/spa-services.md @@ -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 diff --git a/aspnetcore/client-side/spa/intro.md b/aspnetcore/client-side/spa/intro.md index 276ad5ee1ad8..c672548fdd99 100644 --- a/aspnetcore/client-side/spa/intro.md +++ b/aspnetcore/client-side/spa/intro.md @@ -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 diff --git a/aspnetcore/fundamentals/metapackage-app.md b/aspnetcore/fundamentals/metapackage-app.md index e8e0982f0357..c23925cf55da 100644 --- a/aspnetcore/fundamentals/metapackage-app.md +++ b/aspnetcore/fundamentals/metapackage-app.md @@ -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 diff --git a/aspnetcore/fundamentals/minimal-apis.md b/aspnetcore/fundamentals/minimal-apis.md index 82d842e85ffd..1bc805a019e9 100644 --- a/aspnetcore/fundamentals/minimal-apis.md +++ b/aspnetcore/fundamentals/minimal-apis.md @@ -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 diff --git a/aspnetcore/fundamentals/minimal-apis/min-api-filters.md b/aspnetcore/fundamentals/minimal-apis/min-api-filters.md index 234559900d68..5fce6b8e867d 100644 --- a/aspnetcore/fundamentals/minimal-apis/min-api-filters.md +++ b/aspnetcore/fundamentals/minimal-apis/min-api-filters.md @@ -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 diff --git a/aspnetcore/fundamentals/minimal-apis/parameter-binding.md b/aspnetcore/fundamentals/minimal-apis/parameter-binding.md index aa1d59f2f278..1f4f5d66f8ac 100644 --- a/aspnetcore/fundamentals/minimal-apis/parameter-binding.md +++ b/aspnetcore/fundamentals/minimal-apis/parameter-binding.md @@ -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' diff --git a/aspnetcore/fundamentals/minimal-apis/route-handlers.md b/aspnetcore/fundamentals/minimal-apis/route-handlers.md index 66aac8d394f0..bf33e64e501d 100644 --- a/aspnetcore/fundamentals/minimal-apis/route-handlers.md +++ b/aspnetcore/fundamentals/minimal-apis/route-handlers.md @@ -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' diff --git a/aspnetcore/fundamentals/minimal-apis/test-min-api.md b/aspnetcore/fundamentals/minimal-apis/test-min-api.md index 02f844677c65..bce516f6589e 100644 --- a/aspnetcore/fundamentals/minimal-apis/test-min-api.md +++ b/aspnetcore/fundamentals/minimal-apis/test-min-api.md @@ -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 diff --git a/aspnetcore/fundamentals/minimal-apis/webapplication.md b/aspnetcore/fundamentals/minimal-apis/webapplication.md index 090b7503525c..fa64b33c7daf 100644 --- a/aspnetcore/fundamentals/minimal-apis/webapplication.md +++ b/aspnetcore/fundamentals/minimal-apis/webapplication.md @@ -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' diff --git a/aspnetcore/fundamentals/openapi/overview.md b/aspnetcore/fundamentals/openapi/overview.md index 96293769670d..1d29aa90234f 100644 --- a/aspnetcore/fundamentals/openapi/overview.md +++ b/aspnetcore/fundamentals/openapi/overview.md @@ -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' diff --git a/aspnetcore/fundamentals/startup.md b/aspnetcore/fundamentals/startup.md index fddb13f336a8..7be0034ce5d3 100644 --- a/aspnetcore/fundamentals/startup.md +++ b/aspnetcore/fundamentals/startup.md @@ -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 diff --git a/aspnetcore/fundamentals/target-aspnetcore.md b/aspnetcore/fundamentals/target-aspnetcore.md index d9c7bdc87658..bb2ff5aff7f4 100644 --- a/aspnetcore/fundamentals/target-aspnetcore.md +++ b/aspnetcore/fundamentals/target-aspnetcore.md @@ -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 diff --git a/aspnetcore/host-and-deploy/azure-apps/index.md b/aspnetcore/host-and-deploy/azure-apps/index.md index 3dce797bae26..3b04306483f0 100644 --- a/aspnetcore/host-and-deploy/azure-apps/index.md +++ b/aspnetcore/host-and-deploy/azure-apps/index.md @@ -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 diff --git a/aspnetcore/host-and-deploy/docker/building-net-docker-images.md b/aspnetcore/host-and-deploy/docker/building-net-docker-images.md index 282bb63bd3a5..a5e8be2d76e7 100644 --- a/aspnetcore/host-and-deploy/docker/building-net-docker-images.md +++ b/aspnetcore/host-and-deploy/docker/building-net-docker-images.md @@ -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 diff --git a/aspnetcore/host-and-deploy/docker/index.md b/aspnetcore/host-and-deploy/docker/index.md index 024b849bfd02..903191844f8e 100644 --- a/aspnetcore/host-and-deploy/docker/index.md +++ b/aspnetcore/host-and-deploy/docker/index.md @@ -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 diff --git a/aspnetcore/index.yml b/aspnetcore/index.yml index 775e77c3cf4f..11b84cb9a03f 100644 --- a/aspnetcore/index.yml +++ b/aspnetcore/index.yml @@ -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 diff --git a/aspnetcore/migration/1x-to-2x/identity-2x.md b/aspnetcore/migration/1x-to-2x/identity-2x.md index 930d736d589a..b34a220c3b63 100644 --- a/aspnetcore/migration/1x-to-2x/identity-2x.md +++ b/aspnetcore/migration/1x-to-2x/identity-2x.md @@ -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 diff --git a/aspnetcore/migration/1x-to-2x/index.md b/aspnetcore/migration/1x-to-2x/index.md index 2fbcebfeba2d..aa92ca35c5b3 100644 --- a/aspnetcore/migration/1x-to-2x/index.md +++ b/aspnetcore/migration/1x-to-2x/index.md @@ -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 diff --git a/aspnetcore/migration/21-to-22.md b/aspnetcore/migration/21-to-22.md index 22ced5783345..9402284f11a5 100644 --- a/aspnetcore/migration/21-to-22.md +++ b/aspnetcore/migration/21-to-22.md @@ -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 diff --git a/aspnetcore/migration/30-to-31.md b/aspnetcore/migration/30-to-31.md index d56169d503ae..77d51c2d2623 100644 --- a/aspnetcore/migration/30-to-31.md +++ b/aspnetcore/migration/30-to-31.md @@ -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 diff --git a/aspnetcore/migration/31-to-50.md b/aspnetcore/migration/31-to-50.md index e2c362d50c1a..a220e36e7700 100644 --- a/aspnetcore/migration/31-to-50.md +++ b/aspnetcore/migration/31-to-50.md @@ -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 diff --git a/aspnetcore/mvc/views/tag-helpers/built-in/partial-tag-helper.md b/aspnetcore/mvc/views/tag-helpers/built-in/partial-tag-helper.md index 9ef70928d8f5..2770794675e7 100644 --- a/aspnetcore/mvc/views/tag-helpers/built-in/partial-tag-helper.md +++ b/aspnetcore/mvc/views/tag-helpers/built-in/partial-tag-helper.md @@ -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 diff --git a/aspnetcore/mvc/views/tag-helpers/th-components.md b/aspnetcore/mvc/views/tag-helpers/th-components.md index d53d00660ba6..99dcded1b9c9 100644 --- a/aspnetcore/mvc/views/tag-helpers/th-components.md +++ b/aspnetcore/mvc/views/tag-helpers/th-components.md @@ -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 diff --git a/aspnetcore/security/authorization/resourcebased.md b/aspnetcore/security/authorization/resourcebased.md index 118f021d50c0..ad15ca5c3c93 100644 --- a/aspnetcore/security/authorization/resourcebased.md +++ b/aspnetcore/security/authorization/resourcebased.md @@ -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 diff --git a/aspnetcore/security/docker-https.md b/aspnetcore/security/docker-https.md index bc768c4e522a..f89cc65100f8 100644 --- a/aspnetcore/security/docker-https.md +++ b/aspnetcore/security/docker-https.md @@ -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 diff --git a/aspnetcore/signalr/api-design.md b/aspnetcore/signalr/api-design.md index 248664e55a9b..cbcdc600315a 100644 --- a/aspnetcore/signalr/api-design.md +++ b/aspnetcore/signalr/api-design.md @@ -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 diff --git a/aspnetcore/signalr/authn-and-authz.md b/aspnetcore/signalr/authn-and-authz.md index 21f64037b60d..9cb9900edf20 100644 --- a/aspnetcore/signalr/authn-and-authz.md +++ b/aspnetcore/signalr/authn-and-authz.md @@ -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 diff --git a/aspnetcore/signalr/background-services.md b/aspnetcore/signalr/background-services.md index b79dc56d08ad..1c4e1b56f897 100644 --- a/aspnetcore/signalr/background-services.md +++ b/aspnetcore/signalr/background-services.md @@ -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 diff --git a/aspnetcore/signalr/client-features.md b/aspnetcore/signalr/client-features.md index c10339052167..fa24a1628eae 100644 --- a/aspnetcore/signalr/client-features.md +++ b/aspnetcore/signalr/client-features.md @@ -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 diff --git a/aspnetcore/signalr/configuration.md b/aspnetcore/signalr/configuration.md index b272b6e3d7ba..2110d6dfd7ca 100644 --- a/aspnetcore/signalr/configuration.md +++ b/aspnetcore/signalr/configuration.md @@ -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 diff --git a/aspnetcore/signalr/diagnostics.md b/aspnetcore/signalr/diagnostics.md index c18d5390cb7d..1c5de533e5c8 100644 --- a/aspnetcore/signalr/diagnostics.md +++ b/aspnetcore/signalr/diagnostics.md @@ -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 diff --git a/aspnetcore/signalr/dotnet-client.md b/aspnetcore/signalr/dotnet-client.md index fec34200767d..c436d94298f5 100644 --- a/aspnetcore/signalr/dotnet-client.md +++ b/aspnetcore/signalr/dotnet-client.md @@ -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 diff --git a/aspnetcore/signalr/groups.md b/aspnetcore/signalr/groups.md index e6eb5e3dcb1c..2aaf429baa7f 100644 --- a/aspnetcore/signalr/groups.md +++ b/aspnetcore/signalr/groups.md @@ -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 diff --git a/aspnetcore/signalr/hubcontext.md b/aspnetcore/signalr/hubcontext.md index 47d9a8cbf404..7a255a7a92ac 100644 --- a/aspnetcore/signalr/hubcontext.md +++ b/aspnetcore/signalr/hubcontext.md @@ -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 diff --git a/aspnetcore/signalr/hubs.md b/aspnetcore/signalr/hubs.md index 06fc91394283..cd5fcc77269e 100644 --- a/aspnetcore/signalr/hubs.md +++ b/aspnetcore/signalr/hubs.md @@ -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 diff --git a/aspnetcore/signalr/introduction.md b/aspnetcore/signalr/introduction.md index c9a6373e9037..8f18f9ff5669 100644 --- a/aspnetcore/signalr/introduction.md +++ b/aspnetcore/signalr/introduction.md @@ -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 diff --git a/aspnetcore/signalr/javascript-client.md b/aspnetcore/signalr/javascript-client.md index eedfa455a5e0..c6afc8cfe01a 100644 --- a/aspnetcore/signalr/javascript-client.md +++ b/aspnetcore/signalr/javascript-client.md @@ -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 diff --git a/aspnetcore/signalr/messagepackhubprotocol.md b/aspnetcore/signalr/messagepackhubprotocol.md index f802445c38d1..2adb2aa2d983 100644 --- a/aspnetcore/signalr/messagepackhubprotocol.md +++ b/aspnetcore/signalr/messagepackhubprotocol.md @@ -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 diff --git a/aspnetcore/signalr/publish-to-azure-web-app.md b/aspnetcore/signalr/publish-to-azure-web-app.md index 3ce161248dc9..4f299cb58f88 100644 --- a/aspnetcore/signalr/publish-to-azure-web-app.md +++ b/aspnetcore/signalr/publish-to-azure-web-app.md @@ -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 diff --git a/aspnetcore/signalr/redis-backplane.md b/aspnetcore/signalr/redis-backplane.md index 66d7ece744d6..9a866b18fd00 100644 --- a/aspnetcore/signalr/redis-backplane.md +++ b/aspnetcore/signalr/redis-backplane.md @@ -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 diff --git a/aspnetcore/signalr/scale.md b/aspnetcore/signalr/scale.md index f1b9e290d178..f73c12dad54d 100644 --- a/aspnetcore/signalr/scale.md +++ b/aspnetcore/signalr/scale.md @@ -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 diff --git a/aspnetcore/signalr/security.md b/aspnetcore/signalr/security.md index b627cb30fd35..ff9e3fc1004e 100644 --- a/aspnetcore/signalr/security.md +++ b/aspnetcore/signalr/security.md @@ -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 diff --git a/aspnetcore/signalr/streaming.md b/aspnetcore/signalr/streaming.md index b9af3142e1e9..f1e537e25a76 100644 --- a/aspnetcore/signalr/streaming.md +++ b/aspnetcore/signalr/streaming.md @@ -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 diff --git a/aspnetcore/signalr/supported-platforms.md b/aspnetcore/signalr/supported-platforms.md index 935354c0b059..d6a6de6cfe6e 100644 --- a/aspnetcore/signalr/supported-platforms.md +++ b/aspnetcore/signalr/supported-platforms.md @@ -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 diff --git a/aspnetcore/signalr/troubleshoot.md b/aspnetcore/signalr/troubleshoot.md index 45963cf2cc33..70c526d5c66c 100644 --- a/aspnetcore/signalr/troubleshoot.md +++ b/aspnetcore/signalr/troubleshoot.md @@ -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 diff --git a/aspnetcore/signalr/version-differences.md b/aspnetcore/signalr/version-differences.md index b4bf1a9f3588..4d0050dae4ff 100644 --- a/aspnetcore/signalr/version-differences.md +++ b/aspnetcore/signalr/version-differences.md @@ -1,6 +1,6 @@ --- title: Differences between SignalR and ASP.NET Core SignalR -author: bradygaster +author: wadepickett description: Differences between SignalR and ASP.NET Core SignalR monikerRange: '>= aspnetcore-2.1' ms.author: wpickett diff --git a/aspnetcore/test/debug-aspnetcore-source.md b/aspnetcore/test/debug-aspnetcore-source.md index e58106e47134..ec64871cb08d 100644 --- a/aspnetcore/test/debug-aspnetcore-source.md +++ b/aspnetcore/test/debug-aspnetcore-source.md @@ -1,6 +1,6 @@ --- title: Debug .NET and ASP.NET Core source code with Visual Studio -author: rick-anderson +author: wadepickett description: Debug .NET and ASP.NET Core source code with Visual Studio monikerRange: '>= aspnetcore-3.1' ms.author: wpickett diff --git a/aspnetcore/tutorials/signalr.md b/aspnetcore/tutorials/signalr.md index ebeb252265c6..23a81418097b 100644 --- a/aspnetcore/tutorials/signalr.md +++ b/aspnetcore/tutorials/signalr.md @@ -1,6 +1,6 @@ --- title: Get started with ASP.NET Core SignalR -author: bradygaster +author: wadepickett description: In this tutorial, you create a chat app that uses ASP.NET Core SignalR. ms.author: wpickett