From c8923aa582122024f3ca239defa9b51840df0e6c Mon Sep 17 00:00:00 2001 From: Brice Lambson Date: Tue, 24 Sep 2024 20:06:03 -0600 Subject: [PATCH] Bequeath my articles to Sam (#4815) I'm just trying to reduce GitHub notification noise. Please still feel free to at-mention me with any questions. --- entity-framework/core/cli/dbcontext-creation.md | 2 +- entity-framework/core/cli/dotnet.md | 2 +- entity-framework/core/cli/index.md | 2 +- entity-framework/core/cli/powershell.md | 2 +- entity-framework/core/cli/services.md | 2 +- entity-framework/core/get-started/overview/install.md | 2 +- entity-framework/core/managing-schemas/ensure-created.md | 2 +- entity-framework/core/managing-schemas/index.md | 2 +- entity-framework/core/managing-schemas/migrations/applying.md | 2 +- .../core/managing-schemas/migrations/history-table.md | 2 +- entity-framework/core/managing-schemas/migrations/index.md | 2 +- entity-framework/core/managing-schemas/migrations/managing.md | 2 +- entity-framework/core/managing-schemas/migrations/operations.md | 2 +- entity-framework/core/managing-schemas/migrations/projects.md | 2 +- entity-framework/core/managing-schemas/migrations/providers.md | 2 +- entity-framework/core/managing-schemas/migrations/teams.md | 2 +- entity-framework/core/managing-schemas/scaffolding/index.md | 2 +- entity-framework/core/managing-schemas/scaffolding/templates.md | 2 +- entity-framework/core/miscellaneous/connection-strings.md | 2 +- entity-framework/core/miscellaneous/internals/index.md | 2 +- entity-framework/core/miscellaneous/internals/tools.md | 2 +- entity-framework/core/miscellaneous/platforms.md | 2 +- entity-framework/core/miscellaneous/plugins.md | 2 +- entity-framework/core/modeling/spatial.md | 2 +- entity-framework/core/providers/cosmos/functions.md | 2 +- entity-framework/core/providers/sql-server/functions.md | 2 +- entity-framework/core/providers/sql-server/spatial.md | 2 +- entity-framework/core/providers/sqlite/functions.md | 2 +- entity-framework/core/providers/sqlite/index.md | 2 +- entity-framework/core/providers/sqlite/limitations.md | 2 +- entity-framework/core/providers/sqlite/spatial.md | 2 +- .../core/what-is-new/ef-core-5.0/breaking-changes.md | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/entity-framework/core/cli/dbcontext-creation.md b/entity-framework/core/cli/dbcontext-creation.md index 4cea002cf3..9c04da1532 100644 --- a/entity-framework/core/cli/dbcontext-creation.md +++ b/entity-framework/core/cli/dbcontext-creation.md @@ -1,7 +1,7 @@ --- title: Design-time DbContext Creation - EF Core description: Strategies for creating a design-time DbContext with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 10/27/2020 uid: core/cli/dbcontext-creation --- diff --git a/entity-framework/core/cli/dotnet.md b/entity-framework/core/cli/dotnet.md index fc7129d73b..9ce90fa4b9 100644 --- a/entity-framework/core/cli/dotnet.md +++ b/entity-framework/core/cli/dotnet.md @@ -1,7 +1,7 @@ --- title: EF Core tools reference (.NET CLI) - EF Core description: Reference guide for the Entity Framework Core .NET Core CLI tools -author: bricelam +author: SamMonoRT ms.date: 11/15/2021 uid: core/cli/dotnet --- diff --git a/entity-framework/core/cli/index.md b/entity-framework/core/cli/index.md index 9104fd5856..9659344157 100644 --- a/entity-framework/core/cli/index.md +++ b/entity-framework/core/cli/index.md @@ -1,7 +1,7 @@ --- title: Entity Framework Core tools reference - EF Core description: Reference guide for the Entity Framework Core CLI tool and the Visual Studio Package Manager Console -author: bricelam +author: SamMonoRT ms.date: 09/19/2018 uid: core/cli/index --- diff --git a/entity-framework/core/cli/powershell.md b/entity-framework/core/cli/powershell.md index f2d75eeb1f..5d5fda04b0 100644 --- a/entity-framework/core/cli/powershell.md +++ b/entity-framework/core/cli/powershell.md @@ -1,7 +1,7 @@ --- title: EF Core tools reference (Package Manager Console) - EF Core description: Reference guide for the Entity Framework Core Visual Studio Package Manager Console -author: bricelam +author: SamMonoRT ms.date: 11/15/2021 uid: core/cli/powershell --- diff --git a/entity-framework/core/cli/services.md b/entity-framework/core/cli/services.md index fc13d96eb4..985392c98b 100644 --- a/entity-framework/core/cli/services.md +++ b/entity-framework/core/cli/services.md @@ -1,7 +1,7 @@ --- title: Design-time services - EF Core description: Information on Entity Framework Core design-time services -author: bricelam +author: SamMonoRT ms.date: 10/22/2020 uid: core/cli/services --- diff --git a/entity-framework/core/get-started/overview/install.md b/entity-framework/core/get-started/overview/install.md index 3377822cff..68696afa78 100644 --- a/entity-framework/core/get-started/overview/install.md +++ b/entity-framework/core/get-started/overview/install.md @@ -1,7 +1,7 @@ --- title: Installing Entity Framework Core - EF Core description: Installation instructions for Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 03/23/2023 uid: core/get-started/overview/install --- diff --git a/entity-framework/core/managing-schemas/ensure-created.md b/entity-framework/core/managing-schemas/ensure-created.md index 22090bb518..20b939568a 100644 --- a/entity-framework/core/managing-schemas/ensure-created.md +++ b/entity-framework/core/managing-schemas/ensure-created.md @@ -1,7 +1,7 @@ --- title: Create and Drop APIs - EF Core description: APIs for creating and dropping databases with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 10/21/2021 no-loc: [EnsureDeleted, EnsureCreated] uid: core/managing-schemas/ensure-created diff --git a/entity-framework/core/managing-schemas/index.md b/entity-framework/core/managing-schemas/index.md index 01174e2d04..2b1803e4d7 100644 --- a/entity-framework/core/managing-schemas/index.md +++ b/entity-framework/core/managing-schemas/index.md @@ -1,7 +1,7 @@ --- title: Managing Database Schemas - EF Core description: Overview of strategies for managing your database schemas with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 10/30/2017 uid: core/managing-schemas/index --- diff --git a/entity-framework/core/managing-schemas/migrations/applying.md b/entity-framework/core/managing-schemas/migrations/applying.md index f920458b8b..7dd17cdfda 100644 --- a/entity-framework/core/managing-schemas/migrations/applying.md +++ b/entity-framework/core/managing-schemas/migrations/applying.md @@ -1,7 +1,7 @@ --- title: Applying Migrations - EF Core description: Strategies for applying schema migrations to production and development databases using Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 11/02/2021 uid: core/managing-schemas/migrations/applying --- diff --git a/entity-framework/core/managing-schemas/migrations/history-table.md b/entity-framework/core/managing-schemas/migrations/history-table.md index c6dc792317..ea9fdf8562 100644 --- a/entity-framework/core/managing-schemas/migrations/history-table.md +++ b/entity-framework/core/managing-schemas/migrations/history-table.md @@ -1,7 +1,7 @@ --- title: Custom Migrations History Table - EF Core description: Customizing a history table to use for migrations with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 11/07/2017 uid: core/managing-schemas/migrations/history-table --- diff --git a/entity-framework/core/managing-schemas/migrations/index.md b/entity-framework/core/managing-schemas/migrations/index.md index 0a6a41b548..e6d4bd5ff4 100644 --- a/entity-framework/core/managing-schemas/migrations/index.md +++ b/entity-framework/core/managing-schemas/migrations/index.md @@ -1,7 +1,7 @@ --- title: Migrations Overview - EF Core description: Overview of using migrations to manage database schemas with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 10/28/2020 uid: core/managing-schemas/migrations/index --- diff --git a/entity-framework/core/managing-schemas/migrations/managing.md b/entity-framework/core/managing-schemas/migrations/managing.md index eac9066ced..40a8e490fa 100644 --- a/entity-framework/core/managing-schemas/migrations/managing.md +++ b/entity-framework/core/managing-schemas/migrations/managing.md @@ -1,7 +1,7 @@ --- title: Managing Migrations - EF Core description: Adding, removing and otherwise managing database schema migrations with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 10/27/2020 uid: core/managing-schemas/migrations/managing --- diff --git a/entity-framework/core/managing-schemas/migrations/operations.md b/entity-framework/core/managing-schemas/migrations/operations.md index f15e366fb6..1278877bcc 100644 --- a/entity-framework/core/managing-schemas/migrations/operations.md +++ b/entity-framework/core/managing-schemas/migrations/operations.md @@ -1,7 +1,7 @@ --- title: Custom Migrations Operations - EF Core description: Managing custom and raw SQL migrations for database schema management with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 10/27/2020 uid: core/managing-schemas/migrations/operations --- diff --git a/entity-framework/core/managing-schemas/migrations/projects.md b/entity-framework/core/managing-schemas/migrations/projects.md index 471dcfd288..db7af9e98d 100644 --- a/entity-framework/core/managing-schemas/migrations/projects.md +++ b/entity-framework/core/managing-schemas/migrations/projects.md @@ -1,7 +1,7 @@ --- title: Using a Separate Migrations Project - EF Core description: Using a separate migration project for managing database schemas with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 11/06/2020 uid: core/managing-schemas/migrations/projects --- diff --git a/entity-framework/core/managing-schemas/migrations/providers.md b/entity-framework/core/managing-schemas/migrations/providers.md index f5984096f0..0aa74eb4e0 100644 --- a/entity-framework/core/managing-schemas/migrations/providers.md +++ b/entity-framework/core/managing-schemas/migrations/providers.md @@ -1,7 +1,7 @@ --- title: Migrations with Multiple Providers - EF Core description: Using migrations to manage database schemas when targeting multiple database providers with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 10/29/2020 uid: core/managing-schemas/migrations/providers --- diff --git a/entity-framework/core/managing-schemas/migrations/teams.md b/entity-framework/core/managing-schemas/migrations/teams.md index b7bb90e3f4..0a99ca8231 100644 --- a/entity-framework/core/managing-schemas/migrations/teams.md +++ b/entity-framework/core/managing-schemas/migrations/teams.md @@ -1,7 +1,7 @@ --- title: Migrations in Team Environments - EF Core description: Best practices for managing migrations and resolving conflicts in team environments with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 10/30/2017 uid: core/managing-schemas/migrations/teams --- diff --git a/entity-framework/core/managing-schemas/scaffolding/index.md b/entity-framework/core/managing-schemas/scaffolding/index.md index fd8afe18d9..aaba0bf5c3 100644 --- a/entity-framework/core/managing-schemas/scaffolding/index.md +++ b/entity-framework/core/managing-schemas/scaffolding/index.md @@ -1,7 +1,7 @@ --- title: Reverse Engineering - EF Core description: Reverse engineering a model from an existing database using Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 03/27/2023 uid: core/managing-schemas/scaffolding --- diff --git a/entity-framework/core/managing-schemas/scaffolding/templates.md b/entity-framework/core/managing-schemas/scaffolding/templates.md index 271ba728da..f0c13e8667 100644 --- a/entity-framework/core/managing-schemas/scaffolding/templates.md +++ b/entity-framework/core/managing-schemas/scaffolding/templates.md @@ -1,7 +1,7 @@ --- title: Custom Reverse Engineering Templates - EF Core description: Using T4 text templates to customize the scaffolded code when reverse engineering an Entity Framework Core model from a database -author: bricelam +author: SamMonoRT ms.date: 08/16/2022 uid: core/managing-schemas/scaffolding/templates --- diff --git a/entity-framework/core/miscellaneous/connection-strings.md b/entity-framework/core/miscellaneous/connection-strings.md index ba3004cde9..cb33d6b9fd 100644 --- a/entity-framework/core/miscellaneous/connection-strings.md +++ b/entity-framework/core/miscellaneous/connection-strings.md @@ -1,7 +1,7 @@ --- title: Connection Strings - EF Core description: Managing connection strings under different environments with Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 10/27/2016 uid: core/miscellaneous/connection-strings --- diff --git a/entity-framework/core/miscellaneous/internals/index.md b/entity-framework/core/miscellaneous/internals/index.md index 9aa19a4eba..8530230247 100644 --- a/entity-framework/core/miscellaneous/internals/index.md +++ b/entity-framework/core/miscellaneous/internals/index.md @@ -1,7 +1,7 @@ --- title: Architecture - EF Core description: The internal architecture of Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 11/27/2023 uid: core/miscellaneous/internals/index --- diff --git a/entity-framework/core/miscellaneous/internals/tools.md b/entity-framework/core/miscellaneous/internals/tools.md index 97fe76854d..0475c90921 100644 --- a/entity-framework/core/miscellaneous/internals/tools.md +++ b/entity-framework/core/miscellaneous/internals/tools.md @@ -1,7 +1,7 @@ --- title: Design-time Tools Architecture - EF Core description: The architecture of design-time tools in Entity Framework Core -author: bricelam +author: SamMonoRT ms.date: 11/27/2023 uid: core/miscellaneous/internals/tools --- diff --git a/entity-framework/core/miscellaneous/platforms.md b/entity-framework/core/miscellaneous/platforms.md index db68ab27ec..6db48089db 100644 --- a/entity-framework/core/miscellaneous/platforms.md +++ b/entity-framework/core/miscellaneous/platforms.md @@ -1,7 +1,7 @@ --- title: Supported .NET implementations - EF Core description: Information on supported platforms across Entity Framework Core versions -author: bricelam +author: SamMonoRT ms.date: 12/13/2022 uid: core/miscellaneous/platforms --- diff --git a/entity-framework/core/miscellaneous/plugins.md b/entity-framework/core/miscellaneous/plugins.md index a7ed041470..c08cc5806a 100644 --- a/entity-framework/core/miscellaneous/plugins.md +++ b/entity-framework/core/miscellaneous/plugins.md @@ -1,7 +1,7 @@ --- title: Plug-in APIs - EF Core description: APIs extensions can use to plug into certain Entity Framework Core components -author: bricelam +author: SamMonoRT ms.date: 8/31/2023 uid: core/miscellaneous/plugins --- diff --git a/entity-framework/core/modeling/spatial.md b/entity-framework/core/modeling/spatial.md index ee241915b0..144fd4be71 100644 --- a/entity-framework/core/modeling/spatial.md +++ b/entity-framework/core/modeling/spatial.md @@ -1,7 +1,7 @@ --- title: Spatial Data - EF Core description: Using spatial data in an Entity Framework Core model -author: bricelam +author: SamMonoRT ms.date: 11/15/2021 uid: core/modeling/spatial --- diff --git a/entity-framework/core/providers/cosmos/functions.md b/entity-framework/core/providers/cosmos/functions.md index fb66960203..45b2d8fee5 100644 --- a/entity-framework/core/providers/cosmos/functions.md +++ b/entity-framework/core/providers/cosmos/functions.md @@ -1,7 +1,7 @@ --- title: Function Mappings - Azure Cosmos DB Provider - EF Core description: Function Mappings of the Azure Cosmos DB EF Core Provider -author: bricelam +author: SamMonoRT ms.date: 7/26/2023 uid: core/providers/cosmos/functions --- diff --git a/entity-framework/core/providers/sql-server/functions.md b/entity-framework/core/providers/sql-server/functions.md index a9d96c564e..632315c014 100644 --- a/entity-framework/core/providers/sql-server/functions.md +++ b/entity-framework/core/providers/sql-server/functions.md @@ -1,7 +1,7 @@ --- title: Function Mappings - Microsoft SQL Server Database Provider - EF Core description: Function Mappings of the Microsoft SQL Server database provider -author: bricelam +author: SamMonoRT ms.date: 7/26/2023 uid: core/providers/sql-server/functions --- diff --git a/entity-framework/core/providers/sql-server/spatial.md b/entity-framework/core/providers/sql-server/spatial.md index 9e885bdd18..99a067f5de 100644 --- a/entity-framework/core/providers/sql-server/spatial.md +++ b/entity-framework/core/providers/sql-server/spatial.md @@ -1,7 +1,7 @@ --- title: Microsoft SQL Server Database Provider - Spatial Data - EF Core description: Using spatial data with the Entity Framework Core Microsoft SQL Server database provider -author: bricelam +author: SamMonoRT ms.date: 10/02/2020 uid: core/providers/sql-server/spatial --- diff --git a/entity-framework/core/providers/sqlite/functions.md b/entity-framework/core/providers/sqlite/functions.md index b36675e0ab..49037b8673 100644 --- a/entity-framework/core/providers/sqlite/functions.md +++ b/entity-framework/core/providers/sqlite/functions.md @@ -1,7 +1,7 @@ --- title: Function Mappings - SQLite Database Provider - EF Core description: Function Mappings of the SQLite EF Core database provider -author: bricelam +author: SamMonoRT ms.date: 7/26/2023 uid: core/providers/sqlite/functions --- diff --git a/entity-framework/core/providers/sqlite/index.md b/entity-framework/core/providers/sqlite/index.md index dc2efac174..7ff625161f 100644 --- a/entity-framework/core/providers/sqlite/index.md +++ b/entity-framework/core/providers/sqlite/index.md @@ -1,7 +1,7 @@ --- title: SQLite Database Provider - EF Core description: Information on the Entity Framework Core SQLite database provider -author: bricelam +author: SamMonoRT ms.date: 10/27/2016 uid: core/providers/sqlite/index --- diff --git a/entity-framework/core/providers/sqlite/limitations.md b/entity-framework/core/providers/sqlite/limitations.md index bc66dfbf0d..2ad2f8e20f 100644 --- a/entity-framework/core/providers/sqlite/limitations.md +++ b/entity-framework/core/providers/sqlite/limitations.md @@ -1,7 +1,7 @@ --- title: SQLite Database Provider - Limitations - EF Core description: Limitations of the Entity Framework Core SQLite database provider as compared to other providers -author: bricelam +author: SamMonoRT ms.date: 11/15/2021 uid: core/providers/sqlite/limitations --- diff --git a/entity-framework/core/providers/sqlite/spatial.md b/entity-framework/core/providers/sqlite/spatial.md index 15ad6e0d77..0ff653f48a 100644 --- a/entity-framework/core/providers/sqlite/spatial.md +++ b/entity-framework/core/providers/sqlite/spatial.md @@ -1,7 +1,7 @@ --- title: SQLite Database Provider - Spatial Data - EF Core description: Using spatial data with the Entity Framework Core SQLite database provider -author: bricelam +author: SamMonoRT ms.date: 10/02/2020 uid: core/providers/sqlite/spatial --- diff --git a/entity-framework/core/what-is-new/ef-core-5.0/breaking-changes.md b/entity-framework/core/what-is-new/ef-core-5.0/breaking-changes.md index d389b8b91a..0ce31c6d78 100644 --- a/entity-framework/core/what-is-new/ef-core-5.0/breaking-changes.md +++ b/entity-framework/core/what-is-new/ef-core-5.0/breaking-changes.md @@ -1,7 +1,7 @@ --- title: Breaking changes in EF Core 5.0 - EF Core description: Complete list of breaking changes introduced in Entity Framework Core 5.0 -author: bricelam +author: SamMonoRT ms.date: 09/21/2022 uid: core/what-is-new/ef-core-5.0/breaking-changes ---