Skip to content

Commit

Permalink
Bequeath my articles to Sam (dotnet#4815)
Browse files Browse the repository at this point in the history
I'm just trying to reduce GitHub notification noise. Please still feel free to at-mention me with any questions.
  • Loading branch information
bricelam authored Sep 25, 2024
1 parent 348c595 commit c8923aa
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion entity-framework/core/cli/dbcontext-creation.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/cli/dotnet.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/cli/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/cli/powershell.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/cli/services.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/get-started/overview/install.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/managing-schemas/ensure-created.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/managing-schemas/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/managing-schemas/migrations/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/managing-schemas/migrations/teams.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/miscellaneous/connection-strings.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/miscellaneous/internals/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/miscellaneous/internals/tools.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/miscellaneous/platforms.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/miscellaneous/plugins.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/modeling/spatial.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/providers/cosmos/functions.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/providers/sql-server/functions.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/providers/sql-server/spatial.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/providers/sqlite/functions.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/providers/sqlite/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/providers/sqlite/limitations.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion entity-framework/core/providers/sqlite/spatial.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down

0 comments on commit c8923aa

Please sign in to comment.