diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 87f45e7d9b..a7cefdfc6a 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -22,7 +22,7 @@ } ], "notification_subscribers": [ - "avickers@microsoft.com", + "sampatel@microsoft.com", "riande@microsoft.com" ], "sync_notification_subscribers": [], diff --git a/entity-framework/core/change-tracking/change-detection.md b/entity-framework/core/change-tracking/change-detection.md index 7404a6e28a..53fc30ddfe 100644 --- a/entity-framework/core/change-tracking/change-detection.md +++ b/entity-framework/core/change-tracking/change-detection.md @@ -1,7 +1,7 @@ --- title: Change Detection and Notifications - EF Core description: Detecting property and relationship changes using DetectChanges or notifications -author: ajcvickers +author: SamMonoRT ms.date: 12/30/2020 uid: core/change-tracking/change-detection --- diff --git a/entity-framework/core/change-tracking/debug-views.md b/entity-framework/core/change-tracking/debug-views.md index 836f027fda..d73ccceefc 100644 --- a/entity-framework/core/change-tracking/debug-views.md +++ b/entity-framework/core/change-tracking/debug-views.md @@ -1,7 +1,7 @@ --- title: Change Tracker Debugging - EF Core description: Using the ChangeTracker DebugView and log messages to debug EF Core change tracking -author: ajcvickers +author: SamMonoRT ms.date: 12/30/2020 uid: core/change-tracking/debug-views --- diff --git a/entity-framework/core/change-tracking/entity-entries.md b/entity-framework/core/change-tracking/entity-entries.md index 6da4b5e82d..956a46cb0e 100644 --- a/entity-framework/core/change-tracking/entity-entries.md +++ b/entity-framework/core/change-tracking/entity-entries.md @@ -1,7 +1,7 @@ --- title: Accessing Tracked Entities - EF Core description: Using EntityEntry, DbContext.Entries, and DbSet.Local to access tracked entities -author: ajcvickers +author: SamMonoRT ms.date: 12/30/2020 uid: core/change-tracking/entity-entries --- diff --git a/entity-framework/core/change-tracking/explicit-tracking.md b/entity-framework/core/change-tracking/explicit-tracking.md index f6786cf9c7..89a1aeeecf 100644 --- a/entity-framework/core/change-tracking/explicit-tracking.md +++ b/entity-framework/core/change-tracking/explicit-tracking.md @@ -1,7 +1,7 @@ --- title: Explicitly Tracking Entities - EF Core description: Explicitly tracking entities with DbContext using Add, Attach, Update, and Remove -author: ajcvickers +author: SamMonoRT ms.date: 12/30/2020 uid: core/change-tracking/explicit-tracking --- diff --git a/entity-framework/core/change-tracking/identity-resolution.md b/entity-framework/core/change-tracking/identity-resolution.md index ddcb2c03ff..c13c304174 100644 --- a/entity-framework/core/change-tracking/identity-resolution.md +++ b/entity-framework/core/change-tracking/identity-resolution.md @@ -1,7 +1,7 @@ --- title: Identity Resolution - EF Core description: Resolving multiple entity instances into a single instance using primary key values -author: ajcvickers +author: SamMonoRT ms.date: 12/30/2020 uid: core/change-tracking/identity-resolution --- diff --git a/entity-framework/core/change-tracking/index.md b/entity-framework/core/change-tracking/index.md index 244f50cebc..a3250d39f3 100644 --- a/entity-framework/core/change-tracking/index.md +++ b/entity-framework/core/change-tracking/index.md @@ -1,7 +1,7 @@ --- title: Change Tracking - EF Core description: Overview of change tracking for EF Core -author: ajcvickers +author: SamMonoRT ms.date: 12/30/2020 uid: core/change-tracking/index --- diff --git a/entity-framework/core/change-tracking/miscellaneous.md b/entity-framework/core/change-tracking/miscellaneous.md index 38d1afaeed..25289c34f7 100644 --- a/entity-framework/core/change-tracking/miscellaneous.md +++ b/entity-framework/core/change-tracking/miscellaneous.md @@ -1,7 +1,7 @@ --- title: Additional Change Tracking Features - EF Core description: Miscellaneous features and scenarios involving EF Core change tracking -author: ajcvickers +author: SamMonoRT ms.date: 11/15/2021 uid: core/change-tracking/miscellaneous --- diff --git a/entity-framework/core/change-tracking/relationship-changes.md b/entity-framework/core/change-tracking/relationship-changes.md index b4409e4bfe..1966d866ca 100644 --- a/entity-framework/core/change-tracking/relationship-changes.md +++ b/entity-framework/core/change-tracking/relationship-changes.md @@ -1,7 +1,7 @@ --- title: Changing Foreign Keys and Navigations - EF Core description: How to change relationships between entities by manipulating foreign keys and navigations -author: ajcvickers +author: SamMonoRT ms.date: 12/30/2020 uid: core/change-tracking/relationship-changes --- diff --git a/entity-framework/core/dbcontext-configuration/index.md b/entity-framework/core/dbcontext-configuration/index.md index 7169a65bbe..55d3738ccb 100644 --- a/entity-framework/core/dbcontext-configuration/index.md +++ b/entity-framework/core/dbcontext-configuration/index.md @@ -1,7 +1,7 @@ --- title: DbContext Lifetime, Configuration, and Initialization - EF Core description: Patterns for creating and managing DbContext instances with or without dependency injection -author: ajcvickers +author: SamMonoRT ms.date: 11/07/2020 uid: core/dbcontext-configuration/index --- diff --git a/entity-framework/core/get-started/winforms.md b/entity-framework/core/get-started/winforms.md index 878ec0fa25..3e339dbada 100644 --- a/entity-framework/core/get-started/winforms.md +++ b/entity-framework/core/get-started/winforms.md @@ -1,8 +1,7 @@ --- title: Get Started with Windows Forms - EF Core description: Getting started tutorial for using Windows Forms (WinForms) with Entity Framework Core -author: ajcvickers -ms.author: avickers +author: SamMonoRT ms.date: 08/04/2021 uid: core/get-started/winforms --- diff --git a/entity-framework/core/index.md b/entity-framework/core/index.md index 24f47ebcb1..24665b69b5 100644 --- a/entity-framework/core/index.md +++ b/entity-framework/core/index.md @@ -1,7 +1,7 @@ --- title: Overview of Entity Framework Core - EF Core description: General introductory overview of Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 9/20/2020 uid: core/index --- diff --git a/entity-framework/core/learn-more/community-standups.md b/entity-framework/core/learn-more/community-standups.md index d7e0a4fbb0..d56cf1186e 100644 --- a/entity-framework/core/learn-more/community-standups.md +++ b/entity-framework/core/learn-more/community-standups.md @@ -1,7 +1,7 @@ --- title: .NET Data Community Standups description: Details and links for each episode of the .NET Data/EF Community Standup -author: ajcvickers +author: SamMonoRT ms.date: 02/23/2024 uid: core/learn-more/community-standups --- diff --git a/entity-framework/core/logging-events-diagnostics/diagnostic-listeners.md b/entity-framework/core/logging-events-diagnostics/diagnostic-listeners.md index 8955e261cf..147ecf38bd 100644 --- a/entity-framework/core/logging-events-diagnostics/diagnostic-listeners.md +++ b/entity-framework/core/logging-events-diagnostics/diagnostic-listeners.md @@ -1,7 +1,7 @@ --- title: Using diagnostic listeners - EF Core description: Using DiagnosticListener for global consumption of EF Core diagnostics -author: ajcvickers +author: SamMonoRT ms.date: 10/16/2020 uid: core/logging-events-diagnostics/diagnostic-listeners --- diff --git a/entity-framework/core/logging-events-diagnostics/events.md b/entity-framework/core/logging-events-diagnostics/events.md index 8d1929c243..7613921dd0 100644 --- a/entity-framework/core/logging-events-diagnostics/events.md +++ b/entity-framework/core/logging-events-diagnostics/events.md @@ -1,7 +1,7 @@ --- title: .NET events - EF Core description: .NET events defined by EF Core -author: ajcvickers +author: SamMonoRT ms.date: 10/15/2020 uid: core/logging-events-diagnostics/events --- diff --git a/entity-framework/core/logging-events-diagnostics/extensions-logging.md b/entity-framework/core/logging-events-diagnostics/extensions-logging.md index b639bcb387..86cbb334a7 100644 --- a/entity-framework/core/logging-events-diagnostics/extensions-logging.md +++ b/entity-framework/core/logging-events-diagnostics/extensions-logging.md @@ -1,7 +1,7 @@ --- title: Using Microsoft.Extensions.Logging - EF Core description: Logging from EF Core using Microsoft.Extensions.Logging in ASP.NET Core and other application types -author: ajcvickers +author: SamMonoRT ms.date: 10/15/2020 uid: core/logging-events-diagnostics/extensions-logging --- diff --git a/entity-framework/core/logging-events-diagnostics/index.md b/entity-framework/core/logging-events-diagnostics/index.md index 99f7bd25d7..2ef9b108ed 100644 --- a/entity-framework/core/logging-events-diagnostics/index.md +++ b/entity-framework/core/logging-events-diagnostics/index.md @@ -1,7 +1,7 @@ --- title: Overview of logging and interception - EF Core description: Overview of logging, events, interceptors, and diagnostics for EF Core -author: ajcvickers +author: SamMonoRT ms.date: 11/15/2021 uid: core/logging-events-diagnostics/index --- diff --git a/entity-framework/core/logging-events-diagnostics/interceptors.md b/entity-framework/core/logging-events-diagnostics/interceptors.md index 3c63e2ee5c..2308ba00c9 100644 --- a/entity-framework/core/logging-events-diagnostics/interceptors.md +++ b/entity-framework/core/logging-events-diagnostics/interceptors.md @@ -1,7 +1,7 @@ --- title: Interceptors - EF Core description: Interception for database operations and other events -author: ajcvickers +author: SamMonoRT ms.date: 11/15/2021 uid: core/logging-events-diagnostics/interceptors --- diff --git a/entity-framework/core/logging-events-diagnostics/simple-logging.md b/entity-framework/core/logging-events-diagnostics/simple-logging.md index e362f9e3df..cafb1cdb9a 100644 --- a/entity-framework/core/logging-events-diagnostics/simple-logging.md +++ b/entity-framework/core/logging-events-diagnostics/simple-logging.md @@ -1,7 +1,7 @@ --- title: Simple logging - EF Core description: Logging from an EF Core DbContext using LogTo -author: ajcvickers +author: SamMonoRT ms.date: 10/03/2020 uid: core/logging-events-diagnostics/simple-logging --- diff --git a/entity-framework/core/modeling/backing-field.md b/entity-framework/core/modeling/backing-field.md index 3644ed907f..ed79fd8db9 100644 --- a/entity-framework/core/modeling/backing-field.md +++ b/entity-framework/core/modeling/backing-field.md @@ -1,7 +1,7 @@ --- title: Backing Fields - EF Core description: Configuring backing fields for properties in an Entity Framework Core model -author: ajcvickers +author: SamMonoRT ms.date: 11/15/2021 uid: core/modeling/backing-field --- diff --git a/entity-framework/core/modeling/constructors.md b/entity-framework/core/modeling/constructors.md index 3a4a9126eb..fb6247e35b 100644 --- a/entity-framework/core/modeling/constructors.md +++ b/entity-framework/core/modeling/constructors.md @@ -1,7 +1,7 @@ --- title: Entity types with constructors - EF Core description: Using constructors to bind data with Entity Framework Core model -author: ajcvickers +author: SamMonoRT ms.date: 02/23/2018 uid: core/modeling/constructors --- diff --git a/entity-framework/core/modeling/relationships.md b/entity-framework/core/modeling/relationships.md index 2c926a8eb8..938a13f22a 100644 --- a/entity-framework/core/modeling/relationships.md +++ b/entity-framework/core/modeling/relationships.md @@ -1,7 +1,7 @@ --- title: Introduction to relationships - EF Core description: How to configure relationships between entity types when using Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 03/30/2023 uid: core/modeling/relationships --- diff --git a/entity-framework/core/modeling/relationships/conventions.md b/entity-framework/core/modeling/relationships/conventions.md index 4936b2985b..3ac13ce090 100644 --- a/entity-framework/core/modeling/relationships/conventions.md +++ b/entity-framework/core/modeling/relationships/conventions.md @@ -1,7 +1,7 @@ --- title: Conventions for relationship discovery - EF Core description: How navigations, foreign keys, and other aspects of relationships are discovered by EF Core model building conventions -author: ajcvickers +author: SamMonoRT ms.date: 03/30/2023 uid: core/modeling/relationships/conventions --- diff --git a/entity-framework/core/modeling/relationships/foreign-and-principal-keys.md b/entity-framework/core/modeling/relationships/foreign-and-principal-keys.md index c8753cf167..5ff361945a 100644 --- a/entity-framework/core/modeling/relationships/foreign-and-principal-keys.md +++ b/entity-framework/core/modeling/relationships/foreign-and-principal-keys.md @@ -1,7 +1,7 @@ --- title: Foreign and principal keys in relationships - EF Core description: The use and configuration of foreign keys, alternate keys, and primary keys in relationships -author: ajcvickers +author: SamMonoRT ms.date: 03/30/2023 uid: core/modeling/relationships/foreign-and-principal-keys --- diff --git a/entity-framework/core/modeling/relationships/glossary.md b/entity-framework/core/modeling/relationships/glossary.md index 09b0c510a4..27d0708d1a 100644 --- a/entity-framework/core/modeling/relationships/glossary.md +++ b/entity-framework/core/modeling/relationships/glossary.md @@ -1,7 +1,7 @@ --- title: Glossary of relationship terms - EF Core description: A glossary of the terms used when mapping foreign keys and relationships in Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 03/30/2023 uid: core/modeling/relationships/glossary --- diff --git a/entity-framework/core/modeling/relationships/many-to-many.md b/entity-framework/core/modeling/relationships/many-to-many.md index bd93c7ddfd..4dda440966 100644 --- a/entity-framework/core/modeling/relationships/many-to-many.md +++ b/entity-framework/core/modeling/relationships/many-to-many.md @@ -1,7 +1,7 @@ --- title: Many-to-many relationships - EF Core description: How to configure many-to-many relationships between entity types when using Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 03/30/2023 uid: core/modeling/relationships/many-to-many --- diff --git a/entity-framework/core/modeling/relationships/mapping-attributes.md b/entity-framework/core/modeling/relationships/mapping-attributes.md index 88fcb48f93..5f553c8ef1 100644 --- a/entity-framework/core/modeling/relationships/mapping-attributes.md +++ b/entity-framework/core/modeling/relationships/mapping-attributes.md @@ -1,7 +1,7 @@ --- title: Mapping attributes (aka Data Annotations) for relationships - EF Core description: Using mapping attributes (also know as Data Annotations) to configure Entity Framework Core relationships -author: ajcvickers +author: SamMonoRT ms.date: 03/30/2023 uid: core/modeling/relationships/mapping-attributes --- diff --git a/entity-framework/core/modeling/relationships/navigations.md b/entity-framework/core/modeling/relationships/navigations.md index 1200dcd177..e39cb9b6f7 100644 --- a/entity-framework/core/modeling/relationships/navigations.md +++ b/entity-framework/core/modeling/relationships/navigations.md @@ -1,7 +1,7 @@ --- title: Relationship navigations - EF Core description: Reference and collection navigations in Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 03/30/2023 uid: core/modeling/relationships/navigations --- diff --git a/entity-framework/core/modeling/relationships/one-to-many.md b/entity-framework/core/modeling/relationships/one-to-many.md index 0e3d163336..dbf71b765c 100644 --- a/entity-framework/core/modeling/relationships/one-to-many.md +++ b/entity-framework/core/modeling/relationships/one-to-many.md @@ -1,7 +1,7 @@ --- title: One-to-many relationships - EF Core description: How to configure one-to-many relationships between entity types when using Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 03/30/2023 uid: core/modeling/relationships/one-to-many --- diff --git a/entity-framework/core/modeling/relationships/one-to-one.md b/entity-framework/core/modeling/relationships/one-to-one.md index 18c88fbb63..048b462283 100644 --- a/entity-framework/core/modeling/relationships/one-to-one.md +++ b/entity-framework/core/modeling/relationships/one-to-one.md @@ -1,7 +1,7 @@ --- title: One-to-one relationships - EF Core description: How to configure one-to-one relationships between entity types when using Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 03/30/2023 uid: core/modeling/relationships/one-to-one --- diff --git a/entity-framework/core/modeling/value-comparers.md b/entity-framework/core/modeling/value-comparers.md index e6b9940dc6..a5c1f430e3 100644 --- a/entity-framework/core/modeling/value-comparers.md +++ b/entity-framework/core/modeling/value-comparers.md @@ -1,7 +1,7 @@ --- title: Value Comparers - EF Core description: Using value comparers to control how EF Core compares property values -author: ajcvickers +author: SamMonoRT ms.date: 11/15/2021 uid: core/modeling/value-comparers --- diff --git a/entity-framework/core/modeling/value-conversions.md b/entity-framework/core/modeling/value-conversions.md index bc5edcfd63..0a9e039b22 100644 --- a/entity-framework/core/modeling/value-conversions.md +++ b/entity-framework/core/modeling/value-conversions.md @@ -1,7 +1,7 @@ --- title: Value Conversions - EF Core description: Configuring value converters in an Entity Framework Core model -author: ajcvickers +author: SamMonoRT ms.date: 01/16/2021 uid: core/modeling/value-conversions --- diff --git a/entity-framework/core/providers/in-memory/index.md b/entity-framework/core/providers/in-memory/index.md index 3409d71575..b2dcd67d32 100644 --- a/entity-framework/core/providers/in-memory/index.md +++ b/entity-framework/core/providers/in-memory/index.md @@ -1,7 +1,7 @@ --- title: In-memory Database Provider - EF Core description: Information on the Entity Framework Core in-memory database provider -author: ajcvickers +author: SamMonoRT ms.date: 02/11/2023 uid: core/providers/in-memory/index --- diff --git a/entity-framework/core/providers/index.md b/entity-framework/core/providers/index.md index 7d383eb66f..d7aa0f7025 100644 --- a/entity-framework/core/providers/index.md +++ b/entity-framework/core/providers/index.md @@ -1,7 +1,7 @@ --- title: Database Providers - EF Core description: Information about specific supported Entity Framework Core providers and about providers in general -author: ajcvickers +author: SamMonoRT ms.date: 12/13/2022 uid: core/providers/index --- diff --git a/entity-framework/core/providers/provider-log.md b/entity-framework/core/providers/provider-log.md index c432ed39ef..c81cda4ada 100644 --- a/entity-framework/core/providers/provider-log.md +++ b/entity-framework/core/providers/provider-log.md @@ -1,7 +1,7 @@ --- title: Log of provider-impacting changes - EF Core description: A log of changes in Entity Framework Core which impact providers -author: ajcvickers +author: SamMonoRT ms.date: 08/08/2018 uid: core/providers/provider-log --- diff --git a/entity-framework/core/providers/sql-server/hierarchyid.md b/entity-framework/core/providers/sql-server/hierarchyid.md index e39439578e..6e8328d634 100644 --- a/entity-framework/core/providers/sql-server/hierarchyid.md +++ b/entity-framework/core/providers/sql-server/hierarchyid.md @@ -1,7 +1,7 @@ --- title: Microsoft SQL Server Database Provider - Hierarchical Data - EF Core description: Using hierarchical data with the Entity Framework Core Microsoft SQL Server database provider -author: ajcvickers +author: SamMonoRT ms.date: 03/11/2023 uid: core/providers/sql-server/hierarchyid --- diff --git a/entity-framework/core/providers/sql-server/temporal-tables.md b/entity-framework/core/providers/sql-server/temporal-tables.md index e03b325c42..118ccfe778 100644 --- a/entity-framework/core/providers/sql-server/temporal-tables.md +++ b/entity-framework/core/providers/sql-server/temporal-tables.md @@ -1,7 +1,7 @@ --- title: Microsoft SQL Server Database Provider - Temporal Tables - EF Core description: Using SQL Server/Azure SQL temporal tables (aka system-versioned tables) with EF Core -author: ajcvickers +author: SamMonoRT ms.date: 02/11/2023 uid: core/providers/sql-server/temporal-tables --- diff --git a/entity-framework/core/providers/writing-a-provider.md b/entity-framework/core/providers/writing-a-provider.md index 2949773e58..d139d5f80c 100644 --- a/entity-framework/core/providers/writing-a-provider.md +++ b/entity-framework/core/providers/writing-a-provider.md @@ -1,7 +1,7 @@ --- title: Writing a Database Provider - EF Core description: Information on writing a new Entity Framework Core provider -author: ajcvickers +author: SamMonoRT ms.date: 10/27/2016 uid: core/providers/writing-a-provider --- diff --git a/entity-framework/core/querying/how-query-works.md b/entity-framework/core/querying/how-query-works.md index 2444c20d5b..f19469a475 100644 --- a/entity-framework/core/querying/how-query-works.md +++ b/entity-framework/core/querying/how-query-works.md @@ -1,7 +1,7 @@ --- title: How Queries Work - EF Core description: General information on how Entity Framework Core internally compiles and executes queries -author: ajcvickers +author: SamMonoRT ms.date: 03/17/2020 uid: core/querying/how-query-works --- diff --git a/entity-framework/core/saving/basic.md b/entity-framework/core/saving/basic.md index 51aa7baa5d..ec972e066d 100644 --- a/entity-framework/core/saving/basic.md +++ b/entity-framework/core/saving/basic.md @@ -1,7 +1,7 @@ --- title: Basic SaveChanges - EF Core description: Basic information on adding, updating and removing data using SaveChanges with Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 4/30/2023 uid: core/saving/basic --- diff --git a/entity-framework/core/saving/cascade-delete.md b/entity-framework/core/saving/cascade-delete.md index b6f2cccb8f..62df8623f1 100644 --- a/entity-framework/core/saving/cascade-delete.md +++ b/entity-framework/core/saving/cascade-delete.md @@ -1,7 +1,7 @@ --- title: Cascade Delete - EF Core description: Configuring cascading behaviors triggered when an entity is deleted or severed from its principal/parent -author: ajcvickers +author: SamMonoRT ms.date: 08/10/2021 uid: core/saving/cascade-delete --- diff --git a/entity-framework/core/saving/concurrency.md b/entity-framework/core/saving/concurrency.md index 304003d956..f125be729c 100644 --- a/entity-framework/core/saving/concurrency.md +++ b/entity-framework/core/saving/concurrency.md @@ -1,7 +1,7 @@ --- title: Handling Concurrency Conflicts - EF Core description: Managing conflicts when the same data is updated concurrently with Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 10/19/2022 uid: core/saving/concurrency --- diff --git a/entity-framework/core/saving/disconnected-entities.md b/entity-framework/core/saving/disconnected-entities.md index a701663535..6732214b94 100644 --- a/entity-framework/core/saving/disconnected-entities.md +++ b/entity-framework/core/saving/disconnected-entities.md @@ -1,7 +1,7 @@ --- title: Disconnected Entities - EF Core description: Working with disconnected, untracked entities across multiple context instances in Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 10/27/2016 uid: core/saving/disconnected-entities --- diff --git a/entity-framework/core/saving/index.md b/entity-framework/core/saving/index.md index 5df7264018..1c2094f104 100644 --- a/entity-framework/core/saving/index.md +++ b/entity-framework/core/saving/index.md @@ -1,7 +1,7 @@ --- title: Saving Data - EF Core description: Overview of saving data with Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 10/10/2022 uid: core/saving/index --- diff --git a/entity-framework/core/saving/related-data.md b/entity-framework/core/saving/related-data.md index c81462cb52..5b5c3cfcee 100644 --- a/entity-framework/core/saving/related-data.md +++ b/entity-framework/core/saving/related-data.md @@ -1,7 +1,7 @@ --- title: Saving Related Data - EF Core description: Information on saving graphs of related entities and managing relationships in Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 10/27/2016 uid: core/saving/related-data --- diff --git a/entity-framework/core/what-is-new/ef-core-1.0.md b/entity-framework/core/what-is-new/ef-core-1.0.md index bff86515cd..5fdd542f02 100644 --- a/entity-framework/core/what-is-new/ef-core-1.0.md +++ b/entity-framework/core/what-is-new/ef-core-1.0.md @@ -1,7 +1,7 @@ --- title: What is new in EF Core 1.0 - EF Core description: Changes and improvements in Entity Framework Core 1.0 -author: ajcvickers +author: SamMonoRT ms.date: 10/27/2016 uid: core/what-is-new/ef-core-1.0 --- diff --git a/entity-framework/core/what-is-new/ef-core-1.1.md b/entity-framework/core/what-is-new/ef-core-1.1.md index ad55209b06..982a5cdc8a 100644 --- a/entity-framework/core/what-is-new/ef-core-1.1.md +++ b/entity-framework/core/what-is-new/ef-core-1.1.md @@ -1,7 +1,7 @@ --- title: What is new in EF Core 1.1 - EF Core description: Changes and improvements in Entity Framework Core 1.1 -author: ajcvickers +author: SamMonoRT ms.date: 10/27/2016 uid: core/what-is-new/ef-core-1.1 --- diff --git a/entity-framework/core/what-is-new/ef-core-2.0/index.md b/entity-framework/core/what-is-new/ef-core-2.0/index.md index e3c749a5f9..e970e913ad 100644 --- a/entity-framework/core/what-is-new/ef-core-2.0/index.md +++ b/entity-framework/core/what-is-new/ef-core-2.0/index.md @@ -1,7 +1,7 @@ --- title: What is new in EF Core 2.0 - EF Core description: Changes and improvements in Entity Framework Core 2.0 -author: ajcvickers +author: SamMonoRT ms.date: 02/20/2018 uid: core/what-is-new/ef-core-2.0 --- diff --git a/entity-framework/core/what-is-new/ef-core-2.0/upgrade.md b/entity-framework/core/what-is-new/ef-core-2.0/upgrade.md index 1332ebf0a9..b92d9f2f61 100644 --- a/entity-framework/core/what-is-new/ef-core-2.0/upgrade.md +++ b/entity-framework/core/what-is-new/ef-core-2.0/upgrade.md @@ -1,7 +1,7 @@ --- title: Upgrading from previous versions to EF Core 2 - EF Core description: Instructions and notes for upgrading to Entity Framework Core 2.0 -author: ajcvickers +author: SamMonoRT ms.date: 10/25/2021 uid: core/what-is-new/ef-core-2.0/upgrade --- diff --git a/entity-framework/core/what-is-new/ef-core-2.1.md b/entity-framework/core/what-is-new/ef-core-2.1.md index 3fa73195e8..890ca15321 100644 --- a/entity-framework/core/what-is-new/ef-core-2.1.md +++ b/entity-framework/core/what-is-new/ef-core-2.1.md @@ -1,7 +1,7 @@ --- title: What is new in EF Core 2.1 - EF Core description: Changes and improvements in Entity Framework Core 2.1 -author: ajcvickers +author: SamMonoRT ms.date: 02/20/2018 uid: core/what-is-new/ef-core-2.1 --- diff --git a/entity-framework/core/what-is-new/ef-core-2.2.md b/entity-framework/core/what-is-new/ef-core-2.2.md index 0b92c1fa56..34fc7fde1c 100644 --- a/entity-framework/core/what-is-new/ef-core-2.2.md +++ b/entity-framework/core/what-is-new/ef-core-2.2.md @@ -1,7 +1,7 @@ --- title: What is new in EF Core 2.2 - EF Core description: Changes and improvements in Entity Framework Core 2.2 -author: ajcvickers +author: SamMonoRT ms.date: 11/14/2018 uid: core/what-is-new/ef-core-2.2 --- diff --git a/entity-framework/core/what-is-new/ef-core-3.x/breaking-changes.md b/entity-framework/core/what-is-new/ef-core-3.x/breaking-changes.md index af069a4078..cbd24794e2 100644 --- a/entity-framework/core/what-is-new/ef-core-3.x/breaking-changes.md +++ b/entity-framework/core/what-is-new/ef-core-3.x/breaking-changes.md @@ -1,7 +1,7 @@ --- title: Breaking changes in EF Core 3.x - EF Core description: Complete list of breaking changes introduced in Entity Framework Core 3.x -author: ajcvickers +author: SamMonoRT ms.date: 09/05/2020 uid: core/what-is-new/ef-core-3.x/breaking-changes --- diff --git a/entity-framework/core/what-is-new/ef-core-3.x/index.md b/entity-framework/core/what-is-new/ef-core-3.x/index.md index a819209589..ea7d0e2086 100644 --- a/entity-framework/core/what-is-new/ef-core-3.x/index.md +++ b/entity-framework/core/what-is-new/ef-core-3.x/index.md @@ -1,7 +1,7 @@ --- title: New features in Entity Framework Core 3.x - EF Core description: Changes and improvements in Entity Framework Core 3.x -author: ajcvickers +author: SamMonoRT ms.date: 09/05/2020 uid: core/what-is-new/ef-core-3.x/index --- diff --git a/entity-framework/core/what-is-new/ef-core-5.0/plan.md b/entity-framework/core/what-is-new/ef-core-5.0/plan.md index ce72245595..6fdd5f810e 100644 --- a/entity-framework/core/what-is-new/ef-core-5.0/plan.md +++ b/entity-framework/core/what-is-new/ef-core-5.0/plan.md @@ -1,7 +1,7 @@ --- title: Plan for Entity Framework Core 5.0 description: The features planned for Entity Framework Core 5.0 -author: ajcvickers +author: SamMonoRT ms.date: 08/22/2020 uid: core/what-is-new/ef-core-5.0/plan --- diff --git a/entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md index f8e730b7ab..a15fc7d2d4 100644 --- a/entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-5.0/whatsnew.md @@ -1,7 +1,7 @@ --- title: What's New in EF Core 5.0 description: Overview of new features in EF Core 5.0 -author: ajcvickers +author: SamMonoRT ms.date: 09/10/2020 uid: core/what-is-new/ef-core-5.0/whatsnew --- diff --git a/entity-framework/core/what-is-new/ef-core-6.0/breaking-changes.md b/entity-framework/core/what-is-new/ef-core-6.0/breaking-changes.md index a63f95e9e0..b2ccf4fa47 100644 --- a/entity-framework/core/what-is-new/ef-core-6.0/breaking-changes.md +++ b/entity-framework/core/what-is-new/ef-core-6.0/breaking-changes.md @@ -1,7 +1,7 @@ --- title: Breaking changes in EF Core 6.0 - EF Core description: Complete list of breaking changes introduced in Entity Framework Core 6.0 -author: ajcvickers +author: SamMonoRT ms.date: 09/21/2022 uid: core/what-is-new/ef-core-6.0/breaking-changes --- diff --git a/entity-framework/core/what-is-new/ef-core-6.0/plan.md b/entity-framework/core/what-is-new/ef-core-6.0/plan.md index 2cf1e41a3c..63fb518c5d 100644 --- a/entity-framework/core/what-is-new/ef-core-6.0/plan.md +++ b/entity-framework/core/what-is-new/ef-core-6.0/plan.md @@ -1,7 +1,7 @@ --- title: Plan for Entity Framework Core 6.0 description: The themes and features planned for EF Core 6.0 -author: ajcvickers +author: SamMonoRT ms.date: 11/09/2021 uid: core/what-is-new/ef-core-6.0/plan --- diff --git a/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md index eccd7f28db..c9b6574e1a 100644 --- a/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-6.0/whatsnew.md @@ -1,7 +1,7 @@ --- title: What's New in EF Core 6.0 description: Overview of new features in EF Core 6.0 -author: ajcvickers +author: SamMonoRT ms.date: 12/06/2021 uid: core/what-is-new/ef-core-6.0/whatsnew --- diff --git a/entity-framework/core/what-is-new/ef-core-7.0/breaking-changes.md b/entity-framework/core/what-is-new/ef-core-7.0/breaking-changes.md index 0327f47c58..efd3943cdb 100644 --- a/entity-framework/core/what-is-new/ef-core-7.0/breaking-changes.md +++ b/entity-framework/core/what-is-new/ef-core-7.0/breaking-changes.md @@ -1,7 +1,7 @@ --- title: Breaking changes in EF Core 7.0 (EF7) - EF Core description: Complete list of breaking changes introduced in Entity Framework Core 7.0 (EF7) -author: ajcvickers +author: SamMonoRT ms.date: 09/20/2023 uid: core/what-is-new/ef-core-7.0/breaking-changes --- diff --git a/entity-framework/core/what-is-new/ef-core-7.0/plan.md b/entity-framework/core/what-is-new/ef-core-7.0/plan.md index 8348194f5b..297b7b7392 100644 --- a/entity-framework/core/what-is-new/ef-core-7.0/plan.md +++ b/entity-framework/core/what-is-new/ef-core-7.0/plan.md @@ -1,7 +1,7 @@ --- title: Plan for Entity Framework Core 7.0 description: The themes and features planned for EF Core 7.0 -author: ajcvickers +author: SamMonoRT ms.date: 12/15/2021 uid: core/what-is-new/ef-core-7.0/plan --- diff --git a/entity-framework/core/what-is-new/ef-core-7.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-7.0/whatsnew.md index 2c5d3b5b30..1a8a775baf 100644 --- a/entity-framework/core/what-is-new/ef-core-7.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-7.0/whatsnew.md @@ -1,7 +1,7 @@ --- title: What's New in EF Core 7.0 description: Overview of new features in EF Core 7.0 -author: ajcvickers +author: SamMonoRT ms.date: 01/15/2022 uid: core/what-is-new/ef-core-7.0/whatsnew --- diff --git a/entity-framework/core/what-is-new/ef-core-8.0/breaking-changes.md b/entity-framework/core/what-is-new/ef-core-8.0/breaking-changes.md index 9826b7b892..95795d99fd 100644 --- a/entity-framework/core/what-is-new/ef-core-8.0/breaking-changes.md +++ b/entity-framework/core/what-is-new/ef-core-8.0/breaking-changes.md @@ -1,7 +1,7 @@ --- title: Breaking changes in EF Core 8.0 (EF8) - EF Core description: Complete list of breaking changes introduced in Entity Framework Core 8.0 (EF8) -author: ajcvickers +author: SamMonoRT ms.date: 10/04/2024 uid: core/what-is-new/ef-core-8.0/breaking-changes --- diff --git a/entity-framework/core/what-is-new/ef-core-8.0/plan.md b/entity-framework/core/what-is-new/ef-core-8.0/plan.md index 2026973d68..b6759734db 100644 --- a/entity-framework/core/what-is-new/ef-core-8.0/plan.md +++ b/entity-framework/core/what-is-new/ef-core-8.0/plan.md @@ -1,7 +1,7 @@ --- title: Plan for Entity Framework Core 8 description: The themes and features planned for EF Core 8 -author: ajcvickers +author: SamMonoRT ms.date: 12/14/2022 uid: core/what-is-new/ef-core-8.0/plan --- diff --git a/entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md index a8a9766961..7305ee98a0 100644 --- a/entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-8.0/whatsnew.md @@ -1,7 +1,7 @@ --- title: What's New in EF Core 8 description: Overview of new features in EF Core 8 -author: ajcvickers +author: SamMonoRT ms.date: 11/13/2023 uid: core/what-is-new/ef-core-8.0/whatsnew --- diff --git a/entity-framework/core/what-is-new/ef-core-9.0/breaking-changes.md b/entity-framework/core/what-is-new/ef-core-9.0/breaking-changes.md index 4efbc9201d..efbd7319dc 100644 --- a/entity-framework/core/what-is-new/ef-core-9.0/breaking-changes.md +++ b/entity-framework/core/what-is-new/ef-core-9.0/breaking-changes.md @@ -1,7 +1,7 @@ --- title: Breaking changes in EF Core 9 (EF9) - EF Core description: List of breaking changes introduced in Entity Framework Core 9 (EF9) -author: ajcvickers +author: SamMonoRT ms.date: 01/17/2025 uid: core/what-is-new/ef-core-9.0/breaking-changes --- diff --git a/entity-framework/core/what-is-new/ef-core-9.0/whatsnew.md b/entity-framework/core/what-is-new/ef-core-9.0/whatsnew.md index 36dde31e0f..0fb4a140f3 100644 --- a/entity-framework/core/what-is-new/ef-core-9.0/whatsnew.md +++ b/entity-framework/core/what-is-new/ef-core-9.0/whatsnew.md @@ -1,7 +1,7 @@ --- title: What's New in EF Core 9 description: Overview of new features in EF Core 9 -author: ajcvickers +author: SamMonoRT ms.date: 10/21/2024 uid: core/what-is-new/ef-core-9.0/whatsnew --- diff --git a/entity-framework/core/what-is-new/index.md b/entity-framework/core/what-is-new/index.md index 50e50384a6..79d21de8f0 100644 --- a/entity-framework/core/what-is-new/index.md +++ b/entity-framework/core/what-is-new/index.md @@ -1,7 +1,7 @@ --- title: EF Core releases and planning description: Current EF Core releases and schedule/planning details for future releases -author: ajcvickers +author: SamMonoRT ms.date: 11/13/2024 uid: core/what-is-new/index --- diff --git a/entity-framework/core/what-is-new/nuget-packages.md b/entity-framework/core/what-is-new/nuget-packages.md index 6baa883dc0..a97dd66ce3 100644 --- a/entity-framework/core/what-is-new/nuget-packages.md +++ b/entity-framework/core/what-is-new/nuget-packages.md @@ -1,7 +1,7 @@ --- title: EF Core NuGet Packages description: Overview of the different Entity Framework Core NuGet packages -author: ajcvickers +author: SamMonoRT ms.date: 10/21/2024 uid: core/what-is-new/nuget-packages --- diff --git a/entity-framework/core/what-is-new/release-planning.md b/entity-framework/core/what-is-new/release-planning.md index 5daa394da9..8934b9ed83 100644 --- a/entity-framework/core/what-is-new/release-planning.md +++ b/entity-framework/core/what-is-new/release-planning.md @@ -1,7 +1,7 @@ --- title: EF Core release planning description: Information on how Entity Framework Core planning and releasing is done -author: ajcvickers +author: SamMonoRT ms.date: 01/28/2020 uid: core/what-is-new/release-planning --- diff --git a/entity-framework/docfx.json b/entity-framework/docfx.json index 7d113f510c..d8f2d19b14 100644 --- a/entity-framework/docfx.json +++ b/entity-framework/docfx.json @@ -73,7 +73,7 @@ "audience": "developer", "ms.tgt_pltfrm": "dotnet", "ms.devlang": "dotnet", - "ms.author": "avickers", + "ms.author": "sampatel", "feedback_system": "OpenSource", "feedback_github_repo": "dotnet/EntityFramework.Docs", "feedback_product_url": "https://github.com/dotnet/efcore/issues/new/choose", diff --git a/entity-framework/ef6/fundamentals/async.md b/entity-framework/ef6/fundamentals/async.md index 09e1c2c897..e6860e1fd7 100644 --- a/entity-framework/ef6/fundamentals/async.md +++ b/entity-framework/ef6/fundamentals/async.md @@ -1,7 +1,7 @@ --- title: Async query and save - EF6 description: Async query and save in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/async --- diff --git a/entity-framework/ef6/fundamentals/configuring/code-based.md b/entity-framework/ef6/fundamentals/configuring/code-based.md index ae2475757c..116c56e06b 100644 --- a/entity-framework/ef6/fundamentals/configuring/code-based.md +++ b/entity-framework/ef6/fundamentals/configuring/code-based.md @@ -1,7 +1,7 @@ --- title: Code-based configuration - EF6 description: Code-based configuration in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/configuring/code-based --- diff --git a/entity-framework/ef6/fundamentals/configuring/config-file.md b/entity-framework/ef6/fundamentals/configuring/config-file.md index 89fba22d06..9e1ea2dd65 100644 --- a/entity-framework/ef6/fundamentals/configuring/config-file.md +++ b/entity-framework/ef6/fundamentals/configuring/config-file.md @@ -1,7 +1,7 @@ --- title: Configuration File Settings - EF6 description: Configuration file settings in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/configuring/config-file --- diff --git a/entity-framework/ef6/fundamentals/configuring/connection-strings.md b/entity-framework/ef6/fundamentals/configuring/connection-strings.md index 383d8fe70b..2e6c8e552b 100644 --- a/entity-framework/ef6/fundamentals/configuring/connection-strings.md +++ b/entity-framework/ef6/fundamentals/configuring/connection-strings.md @@ -1,7 +1,7 @@ --- title: Connection strings and models - EF6 description: Connection strings and models in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/configuring/connection-strings --- diff --git a/entity-framework/ef6/fundamentals/configuring/dependency-resolution.md b/entity-framework/ef6/fundamentals/configuring/dependency-resolution.md index 75b56b4903..ba8bc306ac 100644 --- a/entity-framework/ef6/fundamentals/configuring/dependency-resolution.md +++ b/entity-framework/ef6/fundamentals/configuring/dependency-resolution.md @@ -1,7 +1,7 @@ --- title: Dependency resolution - EF6 description: Dependency resolution in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/configuring/dependency-resolution --- diff --git a/entity-framework/ef6/fundamentals/connection-management.md b/entity-framework/ef6/fundamentals/connection-management.md index 752905646e..35686cd069 100644 --- a/entity-framework/ef6/fundamentals/connection-management.md +++ b/entity-framework/ef6/fundamentals/connection-management.md @@ -1,7 +1,7 @@ --- title: Connection management - EF6 description: Connection management in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/connection-management --- diff --git a/entity-framework/ef6/fundamentals/connection-resiliency/commit-failures.md b/entity-framework/ef6/fundamentals/connection-resiliency/commit-failures.md index 83af964a8d..bc68501905 100644 --- a/entity-framework/ef6/fundamentals/connection-resiliency/commit-failures.md +++ b/entity-framework/ef6/fundamentals/connection-resiliency/commit-failures.md @@ -1,7 +1,7 @@ --- title: Handling transaction commit failures - EF6 description: Handling transaction commit failures in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/connection-resiliency/commit-failures --- diff --git a/entity-framework/ef6/fundamentals/databinding/winforms.md b/entity-framework/ef6/fundamentals/databinding/winforms.md index 61565df460..e7daf1f603 100644 --- a/entity-framework/ef6/fundamentals/databinding/winforms.md +++ b/entity-framework/ef6/fundamentals/databinding/winforms.md @@ -1,7 +1,7 @@ --- title: Databinding with WinForms - EF6 description: Databinding with WinForms in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/databinding/winforms --- diff --git a/entity-framework/ef6/fundamentals/databinding/wpf.md b/entity-framework/ef6/fundamentals/databinding/wpf.md index dd567a75d8..00f7adfee3 100644 --- a/entity-framework/ef6/fundamentals/databinding/wpf.md +++ b/entity-framework/ef6/fundamentals/databinding/wpf.md @@ -1,7 +1,7 @@ --- title: Databinding with WPF - EF6 description: Databinding with WPF in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 05/19/2020 uid: ef6/fundamentals/databinding/wpf --- diff --git a/entity-framework/ef6/fundamentals/disconnected-entities/index.md b/entity-framework/ef6/fundamentals/disconnected-entities/index.md index 67a898f25b..5ff7b2e0ee 100644 --- a/entity-framework/ef6/fundamentals/disconnected-entities/index.md +++ b/entity-framework/ef6/fundamentals/disconnected-entities/index.md @@ -1,7 +1,7 @@ --- title: Working with disconnected entities - EF6 description: Working with disconnected entities in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/disconnected-entities/index --- diff --git a/entity-framework/ef6/fundamentals/disconnected-entities/self-tracking-entities/index.md b/entity-framework/ef6/fundamentals/disconnected-entities/self-tracking-entities/index.md index 925e3eea30..417a85c22d 100644 --- a/entity-framework/ef6/fundamentals/disconnected-entities/self-tracking-entities/index.md +++ b/entity-framework/ef6/fundamentals/disconnected-entities/self-tracking-entities/index.md @@ -1,7 +1,7 @@ --- title: Self-tracking entities - EF6 description: Self-tracking entities in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/disconnected-entities/self-tracking-entities/index --- diff --git a/entity-framework/ef6/fundamentals/disconnected-entities/self-tracking-entities/walkthrough.md b/entity-framework/ef6/fundamentals/disconnected-entities/self-tracking-entities/walkthrough.md index e66f47122e..e12bf57cdd 100644 --- a/entity-framework/ef6/fundamentals/disconnected-entities/self-tracking-entities/walkthrough.md +++ b/entity-framework/ef6/fundamentals/disconnected-entities/self-tracking-entities/walkthrough.md @@ -1,7 +1,7 @@ --- title: Self-Tracking Entities Walkthrough - EF6 description: Self-tracking entities walkthrough for Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/disconnected-entities/self-tracking-entities/walkthrough --- diff --git a/entity-framework/ef6/fundamentals/install.md b/entity-framework/ef6/fundamentals/install.md index 65d040c96a..da382359ac 100644 --- a/entity-framework/ef6/fundamentals/install.md +++ b/entity-framework/ef6/fundamentals/install.md @@ -1,7 +1,7 @@ --- title: Get Entity Framework - EF6 description: Get Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/install --- diff --git a/entity-framework/ef6/fundamentals/logging-and-interception.md b/entity-framework/ef6/fundamentals/logging-and-interception.md index 9df2fe4bc2..e6bba2c799 100644 --- a/entity-framework/ef6/fundamentals/logging-and-interception.md +++ b/entity-framework/ef6/fundamentals/logging-and-interception.md @@ -1,7 +1,7 @@ --- title: Logging and intercepting database operations - EF6 description: Logging and intercepting database operations in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/logging-and-interception --- diff --git a/entity-framework/ef6/fundamentals/performance/ngen.md b/entity-framework/ef6/fundamentals/performance/ngen.md index e5163b012c..77cd6cef2e 100644 --- a/entity-framework/ef6/fundamentals/performance/ngen.md +++ b/entity-framework/ef6/fundamentals/performance/ngen.md @@ -1,7 +1,7 @@ --- title: Improving startup performance with NGen - EF6 description: Improving startup performance with NGen in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/performance/ngen --- diff --git a/entity-framework/ef6/fundamentals/performance/perf-whitepaper.md b/entity-framework/ef6/fundamentals/performance/perf-whitepaper.md index e8167d0ef8..11f578b2f2 100644 --- a/entity-framework/ef6/fundamentals/performance/perf-whitepaper.md +++ b/entity-framework/ef6/fundamentals/performance/perf-whitepaper.md @@ -1,7 +1,7 @@ --- title: Performance considerations for EF4, EF5, and EF6 - EF6 description: Performance considerations for Entity Framework 4, 5, and 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/performance/perf-whitepaper --- diff --git a/entity-framework/ef6/fundamentals/performance/pre-generated-views.md b/entity-framework/ef6/fundamentals/performance/pre-generated-views.md index 94a15618ff..cf9dc1c598 100644 --- a/entity-framework/ef6/fundamentals/performance/pre-generated-views.md +++ b/entity-framework/ef6/fundamentals/performance/pre-generated-views.md @@ -1,7 +1,7 @@ --- title: Pre-generated mapping views - EF6 description: Pre-generated mapping views in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/performance/pre-generated-views --- diff --git a/entity-framework/ef6/fundamentals/providers/index.md b/entity-framework/ef6/fundamentals/providers/index.md index 7883adfe62..aadfafc560 100644 --- a/entity-framework/ef6/fundamentals/providers/index.md +++ b/entity-framework/ef6/fundamentals/providers/index.md @@ -1,7 +1,7 @@ --- title: Entity Framework Providers - EF6 description: Entity Framework Providers in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 06/27/2018 uid: ef6/fundamentals/providers/index --- diff --git a/entity-framework/ef6/fundamentals/providers/provider-model.md b/entity-framework/ef6/fundamentals/providers/provider-model.md index 173ec362ee..f295cffd2f 100644 --- a/entity-framework/ef6/fundamentals/providers/provider-model.md +++ b/entity-framework/ef6/fundamentals/providers/provider-model.md @@ -1,7 +1,7 @@ --- title: The Entity Framework 6 provider model - EF6 description: The Entity Framework 6 provider model in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 06/27/2018 uid: ef6/fundamentals/providers/provider-model --- diff --git a/entity-framework/ef6/fundamentals/providers/spatial-support.md b/entity-framework/ef6/fundamentals/providers/spatial-support.md index cb188a67c4..2d47e72214 100644 --- a/entity-framework/ef6/fundamentals/providers/spatial-support.md +++ b/entity-framework/ef6/fundamentals/providers/spatial-support.md @@ -1,7 +1,7 @@ --- title: Provider Support for Spatial Types - EF6 description: Provider support for spatial types in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/providers/spatial-support --- diff --git a/entity-framework/ef6/fundamentals/proxies.md b/entity-framework/ef6/fundamentals/proxies.md index a4ab05e2e3..7572a524a1 100644 --- a/entity-framework/ef6/fundamentals/proxies.md +++ b/entity-framework/ef6/fundamentals/proxies.md @@ -1,7 +1,7 @@ --- title: Working with proxies - EF6 description: Working with proxies in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/proxies --- diff --git a/entity-framework/ef6/fundamentals/relationships.md b/entity-framework/ef6/fundamentals/relationships.md index 8d62daef5c..f52c9cb1dc 100644 --- a/entity-framework/ef6/fundamentals/relationships.md +++ b/entity-framework/ef6/fundamentals/relationships.md @@ -1,7 +1,7 @@ --- title: Relationships, navigation properties, and foreign keys - EF6 description: Relationships, navigation properties, and foreign keys in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/relationships --- diff --git a/entity-framework/ef6/fundamentals/testing/mocking.md b/entity-framework/ef6/fundamentals/testing/mocking.md index 7ccff0c140..77aa55389d 100644 --- a/entity-framework/ef6/fundamentals/testing/mocking.md +++ b/entity-framework/ef6/fundamentals/testing/mocking.md @@ -1,7 +1,7 @@ --- title: Testing with a mocking framework - EF6 description: Testing with a mocking framework in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/testing/mocking --- diff --git a/entity-framework/ef6/fundamentals/testing/testability-article.md b/entity-framework/ef6/fundamentals/testing/testability-article.md index dde4f8b2bb..822d692822 100644 --- a/entity-framework/ef6/fundamentals/testing/testability-article.md +++ b/entity-framework/ef6/fundamentals/testing/testability-article.md @@ -1,7 +1,7 @@ --- title: Testability and Entity Framework 4.0 - EF6 description: Testability and Entity Framework 4.0 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Testability and Entity Framework 4.0 diff --git a/entity-framework/ef6/fundamentals/testing/writing-test-doubles.md b/entity-framework/ef6/fundamentals/testing/writing-test-doubles.md index d486215df5..88887d302a 100644 --- a/entity-framework/ef6/fundamentals/testing/writing-test-doubles.md +++ b/entity-framework/ef6/fundamentals/testing/writing-test-doubles.md @@ -1,7 +1,7 @@ --- title: Testing with your own test doubles - EF6 description: Testing with your own test doubles in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/testing/writing-test-doubles --- diff --git a/entity-framework/ef6/fundamentals/working-with-dbcontext.md b/entity-framework/ef6/fundamentals/working-with-dbcontext.md index d8c884e1ea..bd5e8195ff 100644 --- a/entity-framework/ef6/fundamentals/working-with-dbcontext.md +++ b/entity-framework/ef6/fundamentals/working-with-dbcontext.md @@ -1,7 +1,7 @@ --- title: Working with DbContext - EF6 description: Working with DbContext in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/fundamentals/working-with-dbcontext --- diff --git a/entity-framework/ef6/get-started.md b/entity-framework/ef6/get-started.md index 594296d672..c73f79335c 100644 --- a/entity-framework/ef6/get-started.md +++ b/entity-framework/ef6/get-started.md @@ -1,7 +1,7 @@ --- title: Get started with Entity Framework 6 - EF6 description: Get started with Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/get-started --- diff --git a/entity-framework/ef6/index.md b/entity-framework/ef6/index.md index 2967931b1b..b9c481b6ae 100644 --- a/entity-framework/ef6/index.md +++ b/entity-framework/ef6/index.md @@ -1,7 +1,7 @@ --- title: Overview of Entity Framework 6 - EF6 description: Overview of Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/index --- diff --git a/entity-framework/ef6/modeling/code-first/conventions/built-in.md b/entity-framework/ef6/modeling/code-first/conventions/built-in.md index 6767663488..23f1a048ad 100644 --- a/entity-framework/ef6/modeling/code-first/conventions/built-in.md +++ b/entity-framework/ef6/modeling/code-first/conventions/built-in.md @@ -1,7 +1,7 @@ --- title: Code First Conventions - EF6 description: Code First Conventions in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/conventions/built-in --- diff --git a/entity-framework/ef6/modeling/code-first/conventions/custom.md b/entity-framework/ef6/modeling/code-first/conventions/custom.md index f52873971b..e87491ded0 100644 --- a/entity-framework/ef6/modeling/code-first/conventions/custom.md +++ b/entity-framework/ef6/modeling/code-first/conventions/custom.md @@ -1,7 +1,7 @@ --- title: Custom Code First Conventions - EF6 description: Custom Code First Conventions in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/conventions/custom --- diff --git a/entity-framework/ef6/modeling/code-first/conventions/model.md b/entity-framework/ef6/modeling/code-first/conventions/model.md index 15aeaf5110..7ce942bf4c 100644 --- a/entity-framework/ef6/modeling/code-first/conventions/model.md +++ b/entity-framework/ef6/modeling/code-first/conventions/model.md @@ -1,7 +1,7 @@ --- title: Model-Based Conventions - EF6 description: Model-Based Conventions in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/conventions/model --- diff --git a/entity-framework/ef6/modeling/code-first/data-annotations.md b/entity-framework/ef6/modeling/code-first/data-annotations.md index 5d3aa47751..cef0504cb0 100644 --- a/entity-framework/ef6/modeling/code-first/data-annotations.md +++ b/entity-framework/ef6/modeling/code-first/data-annotations.md @@ -1,7 +1,7 @@ --- title: Code First Data Annotations - EF6 description: Code First Data Annotations in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/data-annotations --- diff --git a/entity-framework/ef6/modeling/code-first/data-types/enums.md b/entity-framework/ef6/modeling/code-first/data-types/enums.md index 11dd0ddcec..42ba2afeb8 100644 --- a/entity-framework/ef6/modeling/code-first/data-types/enums.md +++ b/entity-framework/ef6/modeling/code-first/data-types/enums.md @@ -1,7 +1,7 @@ --- title: Enum Support - Code First - EF6 description: Enum Support - Code First in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/data-types/enums --- diff --git a/entity-framework/ef6/modeling/code-first/data-types/spatial.md b/entity-framework/ef6/modeling/code-first/data-types/spatial.md index 256a55e81a..fb4f87eb57 100644 --- a/entity-framework/ef6/modeling/code-first/data-types/spatial.md +++ b/entity-framework/ef6/modeling/code-first/data-types/spatial.md @@ -1,7 +1,7 @@ --- title: Spatial - Code First - EF6 description: Spatial - Code First in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/data-types/spatial --- diff --git a/entity-framework/ef6/modeling/code-first/dbsets.md b/entity-framework/ef6/modeling/code-first/dbsets.md index 89000d630f..76b8256ffe 100644 --- a/entity-framework/ef6/modeling/code-first/dbsets.md +++ b/entity-framework/ef6/modeling/code-first/dbsets.md @@ -1,7 +1,7 @@ --- title: Defining DbSets - EF6 description: Defining DbSets in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/dbsets --- diff --git a/entity-framework/ef6/modeling/code-first/fluent/cud-stored-procedures.md b/entity-framework/ef6/modeling/code-first/fluent/cud-stored-procedures.md index 5cf49553a6..52936ce336 100644 --- a/entity-framework/ef6/modeling/code-first/fluent/cud-stored-procedures.md +++ b/entity-framework/ef6/modeling/code-first/fluent/cud-stored-procedures.md @@ -1,7 +1,7 @@ --- title: Code First Insert, Update, and Delete Stored Procedures - EF6 description: Code First Insert, Update, and Delete Stored Procedures in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/fluent/cud-stored-procedures --- diff --git a/entity-framework/ef6/modeling/code-first/fluent/relationships.md b/entity-framework/ef6/modeling/code-first/fluent/relationships.md index 65aa4f2c02..f327f60e4b 100644 --- a/entity-framework/ef6/modeling/code-first/fluent/relationships.md +++ b/entity-framework/ef6/modeling/code-first/fluent/relationships.md @@ -1,7 +1,7 @@ --- title: Fluent API - Relationships - EF6 description: Fluent API - Relationships in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/fluent/relationships --- diff --git a/entity-framework/ef6/modeling/code-first/fluent/types-and-properties.md b/entity-framework/ef6/modeling/code-first/fluent/types-and-properties.md index b3f046558f..7073fd877c 100644 --- a/entity-framework/ef6/modeling/code-first/fluent/types-and-properties.md +++ b/entity-framework/ef6/modeling/code-first/fluent/types-and-properties.md @@ -1,7 +1,7 @@ --- title: Fluent API - Configuring and Mapping Properties and Types - EF6 description: Fluent API - Configuring and Mapping Properties and Types in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/fluent/types-and-properties --- diff --git a/entity-framework/ef6/modeling/code-first/fluent/vb.md b/entity-framework/ef6/modeling/code-first/fluent/vb.md index 8e58763cf9..1e38974dcf 100644 --- a/entity-framework/ef6/modeling/code-first/fluent/vb.md +++ b/entity-framework/ef6/modeling/code-first/fluent/vb.md @@ -1,7 +1,7 @@ --- title: Fluent API with VB.NET - EF6 description: Fluent API with VB.NET in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/fluent/vb --- diff --git a/entity-framework/ef6/modeling/code-first/migrations/automatic.md b/entity-framework/ef6/modeling/code-first/migrations/automatic.md index 1fec747ba9..63d6e32ced 100644 --- a/entity-framework/ef6/modeling/code-first/migrations/automatic.md +++ b/entity-framework/ef6/modeling/code-first/migrations/automatic.md @@ -1,7 +1,7 @@ --- title: Automatic Code First Migrations - EF6 description: Automatic Code First Migrations in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/migrations/automatic --- diff --git a/entity-framework/ef6/modeling/code-first/migrations/existing-database.md b/entity-framework/ef6/modeling/code-first/migrations/existing-database.md index 4b8b3942f9..dab982a981 100644 --- a/entity-framework/ef6/modeling/code-first/migrations/existing-database.md +++ b/entity-framework/ef6/modeling/code-first/migrations/existing-database.md @@ -1,7 +1,7 @@ --- title: Code First Migrations with an existing database - EF6 description: Code First Migrations with an existing database in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/migrations/existing-database --- diff --git a/entity-framework/ef6/modeling/code-first/migrations/history-customization.md b/entity-framework/ef6/modeling/code-first/migrations/history-customization.md index d7f0729732..0ee0f6dd42 100644 --- a/entity-framework/ef6/modeling/code-first/migrations/history-customization.md +++ b/entity-framework/ef6/modeling/code-first/migrations/history-customization.md @@ -1,7 +1,7 @@ --- title: Customizing the migrations history table - EF6 description: Customizing the migrations history table in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/migrations/history-customization --- diff --git a/entity-framework/ef6/modeling/code-first/migrations/index.md b/entity-framework/ef6/modeling/code-first/migrations/index.md index 1a2db5dd7b..44430e731f 100644 --- a/entity-framework/ef6/modeling/code-first/migrations/index.md +++ b/entity-framework/ef6/modeling/code-first/migrations/index.md @@ -1,7 +1,7 @@ --- title: Code First Migrations - EF6 description: Code First Migrations in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/migrations/index --- diff --git a/entity-framework/ef6/modeling/code-first/migrations/migrate-exe.md b/entity-framework/ef6/modeling/code-first/migrations/migrate-exe.md index f634e73907..afc0fb1062 100644 --- a/entity-framework/ef6/modeling/code-first/migrations/migrate-exe.md +++ b/entity-framework/ef6/modeling/code-first/migrations/migrate-exe.md @@ -1,7 +1,7 @@ --- title: Using migrate.exe - EF6 description: Using migrate.exe in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/migrations/migrate-exe --- diff --git a/entity-framework/ef6/modeling/code-first/migrations/teams.md b/entity-framework/ef6/modeling/code-first/migrations/teams.md index 1684b6a513..a57e493aae 100644 --- a/entity-framework/ef6/modeling/code-first/migrations/teams.md +++ b/entity-framework/ef6/modeling/code-first/migrations/teams.md @@ -1,7 +1,7 @@ --- title: Code First Migrations in Team Environments - EF6 description: Code First Migrations in Team Environments in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/migrations/teams --- diff --git a/entity-framework/ef6/modeling/code-first/workflows/existing-database.md b/entity-framework/ef6/modeling/code-first/workflows/existing-database.md index e667a589f9..14f37b6061 100644 --- a/entity-framework/ef6/modeling/code-first/workflows/existing-database.md +++ b/entity-framework/ef6/modeling/code-first/workflows/existing-database.md @@ -1,7 +1,7 @@ --- title: Code First to an Existing Database - EF6 description: Code First to an Existing Database in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/workflows/existing-database --- diff --git a/entity-framework/ef6/modeling/code-first/workflows/new-database.md b/entity-framework/ef6/modeling/code-first/workflows/new-database.md index 0891dca942..4d484688e5 100644 --- a/entity-framework/ef6/modeling/code-first/workflows/new-database.md +++ b/entity-framework/ef6/modeling/code-first/workflows/new-database.md @@ -1,7 +1,7 @@ --- title: Code First to a New Database - EF6 description: Code First to a New Database in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/code-first/workflows/new-database --- diff --git a/entity-framework/ef6/modeling/designer/advanced/defining-query.md b/entity-framework/ef6/modeling/designer/advanced/defining-query.md index e476427517..8858c586e6 100644 --- a/entity-framework/ef6/modeling/designer/advanced/defining-query.md +++ b/entity-framework/ef6/modeling/designer/advanced/defining-query.md @@ -1,7 +1,7 @@ --- title: Defining Query - EF Designer - EF6 description: Defining Query - EF Designer in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/advanced/defining-query --- diff --git a/entity-framework/ef6/modeling/designer/advanced/edmx/csdl-spec.md b/entity-framework/ef6/modeling/designer/advanced/edmx/csdl-spec.md index b87e18aaa0..01c8667ae6 100644 --- a/entity-framework/ef6/modeling/designer/advanced/edmx/csdl-spec.md +++ b/entity-framework/ef6/modeling/designer/advanced/edmx/csdl-spec.md @@ -1,7 +1,7 @@ --- title: CSDL Specification - EF6 description: CSDL Specification in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 08/23/2024 uid: ef6/modeling/designer/advanced/edmx/csdl-spec --- diff --git a/entity-framework/ef6/modeling/designer/advanced/edmx/msl-spec.md b/entity-framework/ef6/modeling/designer/advanced/edmx/msl-spec.md index fd044fa06a..8f1d2db901 100644 --- a/entity-framework/ef6/modeling/designer/advanced/edmx/msl-spec.md +++ b/entity-framework/ef6/modeling/designer/advanced/edmx/msl-spec.md @@ -1,7 +1,7 @@ --- title: MSL Specification - EF6 description: MSL Specification in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 08/23/2024 uid: ef6/modeling/designer/advanced/edmx/msl-spec --- diff --git a/entity-framework/ef6/modeling/designer/advanced/edmx/ssdl-spec.md b/entity-framework/ef6/modeling/designer/advanced/edmx/ssdl-spec.md index 36e9a58f25..ed6d4ec8b6 100644 --- a/entity-framework/ef6/modeling/designer/advanced/edmx/ssdl-spec.md +++ b/entity-framework/ef6/modeling/designer/advanced/edmx/ssdl-spec.md @@ -1,7 +1,7 @@ --- title: SSDL Specification - EF6 description: SSDL Specification in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 08/23/2024 uid: ef6/modeling/designer/advanced/edmx/ssdl-spec --- diff --git a/entity-framework/ef6/modeling/designer/advanced/multiple-result-sets.md b/entity-framework/ef6/modeling/designer/advanced/multiple-result-sets.md index eab02a3e2d..66bf8627b2 100644 --- a/entity-framework/ef6/modeling/designer/advanced/multiple-result-sets.md +++ b/entity-framework/ef6/modeling/designer/advanced/multiple-result-sets.md @@ -1,7 +1,7 @@ --- title: Stored Procedures with Multiple Result Sets - EF6 description: Stored Procedures with Multiple Result Sets in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/advanced/multiple-result-sets --- diff --git a/entity-framework/ef6/modeling/designer/advanced/tvfs.md b/entity-framework/ef6/modeling/designer/advanced/tvfs.md index 1a4bcc3999..f3a4d8bcf4 100644 --- a/entity-framework/ef6/modeling/designer/advanced/tvfs.md +++ b/entity-framework/ef6/modeling/designer/advanced/tvfs.md @@ -1,7 +1,7 @@ --- title: Table-Valued Functions (TVFs) - EF6 description: Table-Valued Functions (TVFs) in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/advanced/tvfs --- diff --git a/entity-framework/ef6/modeling/designer/codegen/index.md b/entity-framework/ef6/modeling/designer/codegen/index.md index 02f4905e60..59db859901 100644 --- a/entity-framework/ef6/modeling/designer/codegen/index.md +++ b/entity-framework/ef6/modeling/designer/codegen/index.md @@ -1,7 +1,7 @@ --- title: Designer Code Generation Templates - EF6 description: Designer Code Generation Templates in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/codegen/index --- diff --git a/entity-framework/ef6/modeling/designer/codegen/legacy-objectcontext.md b/entity-framework/ef6/modeling/designer/codegen/legacy-objectcontext.md index e2274cdc9c..061d21367a 100644 --- a/entity-framework/ef6/modeling/designer/codegen/legacy-objectcontext.md +++ b/entity-framework/ef6/modeling/designer/codegen/legacy-objectcontext.md @@ -1,7 +1,7 @@ --- title: Reverting to ObjectContext in Entity Framework Designer - EF6 description: Reverting to ObjectContext in Entity Framework Designer in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/codegen/legacy-objectcontext --- diff --git a/entity-framework/ef6/modeling/designer/data-types/complex-types.md b/entity-framework/ef6/modeling/designer/data-types/complex-types.md index c39bcf8708..e4b18fdadd 100644 --- a/entity-framework/ef6/modeling/designer/data-types/complex-types.md +++ b/entity-framework/ef6/modeling/designer/data-types/complex-types.md @@ -1,7 +1,7 @@ --- title: Complex Types - EF Designer - EF6 description: Complex Types - EF Designer in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/data-types/complex-types --- diff --git a/entity-framework/ef6/modeling/designer/data-types/enums.md b/entity-framework/ef6/modeling/designer/data-types/enums.md index a6c51832bd..467ca9ede2 100644 --- a/entity-framework/ef6/modeling/designer/data-types/enums.md +++ b/entity-framework/ef6/modeling/designer/data-types/enums.md @@ -1,7 +1,7 @@ --- title: Enum Support - EF Designer - EF6 description: Enum Support - EF Designer in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/data-types/enums --- diff --git a/entity-framework/ef6/modeling/designer/data-types/spatial.md b/entity-framework/ef6/modeling/designer/data-types/spatial.md index 764a249893..e224e7b238 100644 --- a/entity-framework/ef6/modeling/designer/data-types/spatial.md +++ b/entity-framework/ef6/modeling/designer/data-types/spatial.md @@ -1,7 +1,7 @@ --- title: Spatial - EF Designer - EF6 description: Spatial - EF Designer in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/data-types/spatial --- diff --git a/entity-framework/ef6/modeling/designer/entity-splitting.md b/entity-framework/ef6/modeling/designer/entity-splitting.md index 87d1c42276..adde5f4ad6 100644 --- a/entity-framework/ef6/modeling/designer/entity-splitting.md +++ b/entity-framework/ef6/modeling/designer/entity-splitting.md @@ -1,7 +1,7 @@ --- title: Designer Entity Splitting - EF6 description: Designer Entity Splitting in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/entity-splitting --- diff --git a/entity-framework/ef6/modeling/designer/inheritance/tph.md b/entity-framework/ef6/modeling/designer/inheritance/tph.md index 56f79f8243..3601c8fbfb 100644 --- a/entity-framework/ef6/modeling/designer/inheritance/tph.md +++ b/entity-framework/ef6/modeling/designer/inheritance/tph.md @@ -1,7 +1,7 @@ --- title: Designer TPH Inheritance - EF6 description: Designer TPH Inheritance in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/inheritance/tph --- diff --git a/entity-framework/ef6/modeling/designer/inheritance/tpt.md b/entity-framework/ef6/modeling/designer/inheritance/tpt.md index cd8e1b9a07..8bba825ec6 100644 --- a/entity-framework/ef6/modeling/designer/inheritance/tpt.md +++ b/entity-framework/ef6/modeling/designer/inheritance/tpt.md @@ -1,7 +1,7 @@ --- title: Designer TPT Inheritance - EF6 description: Designer TPT Inheritance in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/inheritance/tpt --- diff --git a/entity-framework/ef6/modeling/designer/keyboard-shortcuts.md b/entity-framework/ef6/modeling/designer/keyboard-shortcuts.md index 8ca3f0eaa6..8091d9b73d 100644 --- a/entity-framework/ef6/modeling/designer/keyboard-shortcuts.md +++ b/entity-framework/ef6/modeling/designer/keyboard-shortcuts.md @@ -1,7 +1,7 @@ --- title: Entity Framework Designer Keyboard Shortcuts - EF6 description: Entity Framework Designer Keyboard Shortcuts in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework Designer Keyboard Shortcuts diff --git a/entity-framework/ef6/modeling/designer/multiple-diagrams.md b/entity-framework/ef6/modeling/designer/multiple-diagrams.md index b0fd037f4a..4ce69d2d5a 100644 --- a/entity-framework/ef6/modeling/designer/multiple-diagrams.md +++ b/entity-framework/ef6/modeling/designer/multiple-diagrams.md @@ -1,7 +1,7 @@ --- title: Multiple Diagrams per Model - EF6 description: Multiple Diagrams per Model in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/multiple-diagrams --- diff --git a/entity-framework/ef6/modeling/designer/relationships.md b/entity-framework/ef6/modeling/designer/relationships.md index 8840371899..e7774cfae9 100644 --- a/entity-framework/ef6/modeling/designer/relationships.md +++ b/entity-framework/ef6/modeling/designer/relationships.md @@ -1,7 +1,7 @@ --- title: Relationships - EF Designer - EF6 description: Relationships - EF Designer in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/relationships --- diff --git a/entity-framework/ef6/modeling/designer/select-runtime-version.md b/entity-framework/ef6/modeling/designer/select-runtime-version.md index 9e960c6f6e..4f6c206a45 100644 --- a/entity-framework/ef6/modeling/designer/select-runtime-version.md +++ b/entity-framework/ef6/modeling/designer/select-runtime-version.md @@ -1,7 +1,7 @@ --- title: Selecting Entity Framework Runtime Version for EF Designer Models - EF6 description: Selecting Entity Framework Runtime Version for EF Designer Models in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Selecting Entity Framework Runtime Version for EF Designer Models diff --git a/entity-framework/ef6/modeling/designer/stored-procedures/cud.md b/entity-framework/ef6/modeling/designer/stored-procedures/cud.md index 99484c0310..cd93da2a3c 100644 --- a/entity-framework/ef6/modeling/designer/stored-procedures/cud.md +++ b/entity-framework/ef6/modeling/designer/stored-procedures/cud.md @@ -1,7 +1,7 @@ --- title: Designer CUD Stored Procedures - EF6 description: Designer CUD Stored Procedures in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/stored-procedures/cud --- diff --git a/entity-framework/ef6/modeling/designer/stored-procedures/query.md b/entity-framework/ef6/modeling/designer/stored-procedures/query.md index 995f5b6724..ab595b5f1d 100644 --- a/entity-framework/ef6/modeling/designer/stored-procedures/query.md +++ b/entity-framework/ef6/modeling/designer/stored-procedures/query.md @@ -1,7 +1,7 @@ --- title: Designer Query Stored Procedures - EF6 description: Designer Query Stored Procedures in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/stored-procedures/query --- diff --git a/entity-framework/ef6/modeling/designer/table-splitting.md b/entity-framework/ef6/modeling/designer/table-splitting.md index 3da19be499..5866db7693 100644 --- a/entity-framework/ef6/modeling/designer/table-splitting.md +++ b/entity-framework/ef6/modeling/designer/table-splitting.md @@ -1,7 +1,7 @@ --- title: Designer Table Splitting - EF6 description: Designer Table Splitting in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/table-splitting --- diff --git a/entity-framework/ef6/modeling/designer/workflows/database-first.md b/entity-framework/ef6/modeling/designer/workflows/database-first.md index 6e07ddd83f..1e80b05f07 100644 --- a/entity-framework/ef6/modeling/designer/workflows/database-first.md +++ b/entity-framework/ef6/modeling/designer/workflows/database-first.md @@ -1,7 +1,7 @@ --- title: Database First - EF6 description: Database First in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/workflows/database-first --- diff --git a/entity-framework/ef6/modeling/designer/workflows/model-first.md b/entity-framework/ef6/modeling/designer/workflows/model-first.md index b6c594f19e..009e4d379f 100644 --- a/entity-framework/ef6/modeling/designer/workflows/model-first.md +++ b/entity-framework/ef6/modeling/designer/workflows/model-first.md @@ -1,7 +1,7 @@ --- title: Model First - EF6 description: Model First in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/modeling/designer/workflows/model-first --- diff --git a/entity-framework/ef6/modeling/index.md b/entity-framework/ef6/modeling/index.md index 57eaa45f27..94b9f8d128 100644 --- a/entity-framework/ef6/modeling/index.md +++ b/entity-framework/ef6/modeling/index.md @@ -1,7 +1,7 @@ --- title: Creating a Model - EF6 description: Creating a Model in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 07/05/2018 uid: ef6/modeling/index --- diff --git a/entity-framework/ef6/querying/index.md b/entity-framework/ef6/querying/index.md index ca8c12e6c4..e7149479bc 100644 --- a/entity-framework/ef6/querying/index.md +++ b/entity-framework/ef6/querying/index.md @@ -1,7 +1,7 @@ --- title: Querying and Finding Entities - EF6 description: Querying and Finding Entities in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/querying/index --- diff --git a/entity-framework/ef6/querying/load-method.md b/entity-framework/ef6/querying/load-method.md index 98fd495b19..2dcf7e5ae5 100644 --- a/entity-framework/ef6/querying/load-method.md +++ b/entity-framework/ef6/querying/load-method.md @@ -1,7 +1,7 @@ --- title: The Load Method - EF6 description: The Load Method in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/querying/load-method --- diff --git a/entity-framework/ef6/querying/local-data.md b/entity-framework/ef6/querying/local-data.md index 0d65448752..6f9cfb8c6e 100644 --- a/entity-framework/ef6/querying/local-data.md +++ b/entity-framework/ef6/querying/local-data.md @@ -1,7 +1,7 @@ --- title: Local Data - EF6 description: Local Data in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/querying/local-data --- diff --git a/entity-framework/ef6/querying/no-tracking.md b/entity-framework/ef6/querying/no-tracking.md index 6ff6855738..81e9f707af 100644 --- a/entity-framework/ef6/querying/no-tracking.md +++ b/entity-framework/ef6/querying/no-tracking.md @@ -1,7 +1,7 @@ --- title: No-Tracking Queries - EF6 description: No-Tracking Queries in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/querying/no-tracking --- diff --git a/entity-framework/ef6/querying/raw-sql.md b/entity-framework/ef6/querying/raw-sql.md index 4d87c1857a..f7e54a6890 100644 --- a/entity-framework/ef6/querying/raw-sql.md +++ b/entity-framework/ef6/querying/raw-sql.md @@ -1,7 +1,7 @@ --- title: Raw SQL Queries - EF6 description: Raw SQL Queries in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/querying/raw-sql --- diff --git a/entity-framework/ef6/querying/related-data.md b/entity-framework/ef6/querying/related-data.md index d4025ac5f4..fbed6a59b3 100644 --- a/entity-framework/ef6/querying/related-data.md +++ b/entity-framework/ef6/querying/related-data.md @@ -1,7 +1,7 @@ --- title: Loading Related Entities - EF6 description: Loading Related Entities in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/querying/related-data --- diff --git a/entity-framework/ef6/resources/blogs.md b/entity-framework/ef6/resources/blogs.md index 7cd07039e5..1e9d4ccb6f 100644 --- a/entity-framework/ef6/resources/blogs.md +++ b/entity-framework/ef6/resources/blogs.md @@ -1,7 +1,7 @@ --- title: Entity Framework Blogs - EF6 description: Entity Framework 6 Blogs -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework Blogs diff --git a/entity-framework/ef6/resources/case-studies.md b/entity-framework/ef6/resources/case-studies.md index eb5d93389b..3efe63008b 100644 --- a/entity-framework/ef6/resources/case-studies.md +++ b/entity-framework/ef6/resources/case-studies.md @@ -1,7 +1,7 @@ --- title: Case Studies for Entity Framework - EF6 description: Case Studies for Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Microsoft Case Studies for Entity Framework diff --git a/entity-framework/ef6/resources/contribute.md b/entity-framework/ef6/resources/contribute.md index 3da283d193..69e00b81e6 100644 --- a/entity-framework/ef6/resources/contribute.md +++ b/entity-framework/ef6/resources/contribute.md @@ -1,7 +1,7 @@ --- title: Contribute to Entity Framework - EF6 description: Contribute to Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 07/05/2018 --- # Contribute to Entity Framework 6 diff --git a/entity-framework/ef6/resources/get-help.md b/entity-framework/ef6/resources/get-help.md index c3ba924db1..bb1ad923c9 100644 --- a/entity-framework/ef6/resources/get-help.md +++ b/entity-framework/ef6/resources/get-help.md @@ -1,7 +1,7 @@ --- title: Get Help Using Entity Framework - EF6 description: Get Help Using Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/resources/get-help --- diff --git a/entity-framework/ef6/resources/glossary.md b/entity-framework/ef6/resources/glossary.md index f7c1a1a0e4..b325dad886 100644 --- a/entity-framework/ef6/resources/glossary.md +++ b/entity-framework/ef6/resources/glossary.md @@ -1,7 +1,7 @@ --- title: Entity Framework Glossary - EF6 description: Entity Framework 6 Glossary -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/resources/glossary --- diff --git a/entity-framework/ef6/resources/licenses/ef5/chs.md b/entity-framework/ef6/resources/licenses/ef5/chs.md index e15730e490..f3349cec5a 100644 --- a/entity-framework/ef6/resources/licenses/ef5/chs.md +++ b/entity-framework/ef6/resources/licenses/ef5/chs.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License (CHS) - EF6 description: Entity Framework 5 License (CHS) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (CHS) diff --git a/entity-framework/ef6/resources/licenses/ef5/cht.md b/entity-framework/ef6/resources/licenses/ef5/cht.md index 61a04baa5a..23e0032384 100644 --- a/entity-framework/ef6/resources/licenses/ef5/cht.md +++ b/entity-framework/ef6/resources/licenses/ef5/cht.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License (CHT) - EF6 description: Entity Framework 5 License (CHT) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (CHT) diff --git a/entity-framework/ef6/resources/licenses/ef5/deu.md b/entity-framework/ef6/resources/licenses/ef5/deu.md index 52d0d28942..e29459aa50 100644 --- a/entity-framework/ef6/resources/licenses/ef5/deu.md +++ b/entity-framework/ef6/resources/licenses/ef5/deu.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License (DEU) - EF6 description: Entity Framework 5 License (DEU) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (DEU) diff --git a/entity-framework/ef6/resources/licenses/ef5/enu.md b/entity-framework/ef6/resources/licenses/ef5/enu.md index c3bc5be86a..21f9084e60 100644 --- a/entity-framework/ef6/resources/licenses/ef5/enu.md +++ b/entity-framework/ef6/resources/licenses/ef5/enu.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License - EF6 description: Entity Framework 5 License -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (ENU) diff --git a/entity-framework/ef6/resources/licenses/ef5/esn.md b/entity-framework/ef6/resources/licenses/ef5/esn.md index d8f5975f06..1fc3c8b837 100644 --- a/entity-framework/ef6/resources/licenses/ef5/esn.md +++ b/entity-framework/ef6/resources/licenses/ef5/esn.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License (ESN) - EF6 description: Entity Framework 5 License (ESN) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (ESN) diff --git a/entity-framework/ef6/resources/licenses/ef5/fra.md b/entity-framework/ef6/resources/licenses/ef5/fra.md index 6942d76d79..cf24d574de 100644 --- a/entity-framework/ef6/resources/licenses/ef5/fra.md +++ b/entity-framework/ef6/resources/licenses/ef5/fra.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License (FRA) - EF6 description: Entity Framework 5 License (FRA) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (FRA) diff --git a/entity-framework/ef6/resources/licenses/ef5/ita.md b/entity-framework/ef6/resources/licenses/ef5/ita.md index c69bca5c4d..b34acc48df 100644 --- a/entity-framework/ef6/resources/licenses/ef5/ita.md +++ b/entity-framework/ef6/resources/licenses/ef5/ita.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License (ITA) - EF6 description: Entity Framework 5 License (ITA) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (ITA) diff --git a/entity-framework/ef6/resources/licenses/ef5/jpn.md b/entity-framework/ef6/resources/licenses/ef5/jpn.md index 403380f780..936e074f75 100644 --- a/entity-framework/ef6/resources/licenses/ef5/jpn.md +++ b/entity-framework/ef6/resources/licenses/ef5/jpn.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License (JPN) - EF6 description: Entity Framework 5 License (JPN) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (JPN) diff --git a/entity-framework/ef6/resources/licenses/ef5/kor.md b/entity-framework/ef6/resources/licenses/ef5/kor.md index 7d766cc556..49f9aa8ed8 100644 --- a/entity-framework/ef6/resources/licenses/ef5/kor.md +++ b/entity-framework/ef6/resources/licenses/ef5/kor.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License (KOR) - EF6 description: Entity Framework 5 License (KOR) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (KOR) diff --git a/entity-framework/ef6/resources/licenses/ef5/rus.md b/entity-framework/ef6/resources/licenses/ef5/rus.md index 5e224c2eeb..afe79a471a 100644 --- a/entity-framework/ef6/resources/licenses/ef5/rus.md +++ b/entity-framework/ef6/resources/licenses/ef5/rus.md @@ -1,7 +1,7 @@ --- title: Entity Framework 5 License (RUS) - EF6 description: Entity Framework 5 License (RUS) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 5 License (RUS) diff --git a/entity-framework/ef6/resources/licenses/ef6/chs.md b/entity-framework/ef6/resources/licenses/ef6/chs.md index 9b909095b0..270ac98d00 100644 --- a/entity-framework/ef6/resources/licenses/ef6/chs.md +++ b/entity-framework/ef6/resources/licenses/ef6/chs.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License (CHS) - EF6 description: Entity Framework 6 Runtime License (CHS) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (CHS) diff --git a/entity-framework/ef6/resources/licenses/ef6/cht.md b/entity-framework/ef6/resources/licenses/ef6/cht.md index 65c96d1733..49bbd55788 100644 --- a/entity-framework/ef6/resources/licenses/ef6/cht.md +++ b/entity-framework/ef6/resources/licenses/ef6/cht.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License (CHT) - EF6 description: Entity Framework 6 Runtime License (CHT) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (CHT) diff --git a/entity-framework/ef6/resources/licenses/ef6/deu.md b/entity-framework/ef6/resources/licenses/ef6/deu.md index 940b0ca7f6..6c84673a54 100644 --- a/entity-framework/ef6/resources/licenses/ef6/deu.md +++ b/entity-framework/ef6/resources/licenses/ef6/deu.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License (DEU) - EF6 description: Entity Framework 6 Runtime License (DEU) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (DEU) diff --git a/entity-framework/ef6/resources/licenses/ef6/enu.md b/entity-framework/ef6/resources/licenses/ef6/enu.md index 86fa1eba34..e0d1ebca96 100644 --- a/entity-framework/ef6/resources/licenses/ef6/enu.md +++ b/entity-framework/ef6/resources/licenses/ef6/enu.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License - EF6 description: Entity Framework 6 Runtime License -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (ENU) diff --git a/entity-framework/ef6/resources/licenses/ef6/esn.md b/entity-framework/ef6/resources/licenses/ef6/esn.md index 9f7d89e679..0ba55fddfc 100644 --- a/entity-framework/ef6/resources/licenses/ef6/esn.md +++ b/entity-framework/ef6/resources/licenses/ef6/esn.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License (ESN) - EF6 description: Entity Framework 6 Runtime License (ESN) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (ESN) diff --git a/entity-framework/ef6/resources/licenses/ef6/fra.md b/entity-framework/ef6/resources/licenses/ef6/fra.md index 6b0d20449d..f162db8612 100644 --- a/entity-framework/ef6/resources/licenses/ef6/fra.md +++ b/entity-framework/ef6/resources/licenses/ef6/fra.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License (FRA) - EF6 description: Entity Framework 6 Runtime License (FRA) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (FRA) diff --git a/entity-framework/ef6/resources/licenses/ef6/ita.md b/entity-framework/ef6/resources/licenses/ef6/ita.md index c0eb5595a2..617cf044c3 100644 --- a/entity-framework/ef6/resources/licenses/ef6/ita.md +++ b/entity-framework/ef6/resources/licenses/ef6/ita.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License (ITA) - EF6 description: Entity Framework 6 Runtime License (ITA) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (ITA) diff --git a/entity-framework/ef6/resources/licenses/ef6/jpn.md b/entity-framework/ef6/resources/licenses/ef6/jpn.md index e1396e94ed..45708651d8 100644 --- a/entity-framework/ef6/resources/licenses/ef6/jpn.md +++ b/entity-framework/ef6/resources/licenses/ef6/jpn.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License (JPN) - EF6 description: Entity Framework 6 Runtime License (JPN) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (JPN) diff --git a/entity-framework/ef6/resources/licenses/ef6/kor.md b/entity-framework/ef6/resources/licenses/ef6/kor.md index d0b62022df..0163b43245 100644 --- a/entity-framework/ef6/resources/licenses/ef6/kor.md +++ b/entity-framework/ef6/resources/licenses/ef6/kor.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License (KOR) - EF6 description: Entity Framework 6 Runtime License (KOR) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (KOR) diff --git a/entity-framework/ef6/resources/licenses/ef6/prerelease/alpha.md b/entity-framework/ef6/resources/licenses/ef6/prerelease/alpha.md index 181e7f1809..5892416695 100644 --- a/entity-framework/ef6/resources/licenses/ef6/prerelease/alpha.md +++ b/entity-framework/ef6/resources/licenses/ef6/prerelease/alpha.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime Alpha License - EF6 description: Entity Framework 6 Runtime Alpha License -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime Alpha License (ENU) diff --git a/entity-framework/ef6/resources/licenses/ef6/prerelease/beta-rc.md b/entity-framework/ef6/resources/licenses/ef6/prerelease/beta-rc.md index 752b4d4b52..575a7e1674 100644 --- a/entity-framework/ef6/resources/licenses/ef6/prerelease/beta-rc.md +++ b/entity-framework/ef6/resources/licenses/ef6/prerelease/beta-rc.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime Beta/RC License - EF6 description: Entity Framework 6 Runtime Beta/RC License -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime Beta/RC License (ENU) diff --git a/entity-framework/ef6/resources/licenses/ef6/rus.md b/entity-framework/ef6/resources/licenses/ef6/rus.md index cd5f40e5db..7b97f450eb 100644 --- a/entity-framework/ef6/resources/licenses/ef6/rus.md +++ b/entity-framework/ef6/resources/licenses/ef6/rus.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 Runtime License (RUS) - EF6 description: Entity Framework 6 Runtime License (RUS) -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework 6 Runtime License (RUS) diff --git a/entity-framework/ef6/resources/school-database.md b/entity-framework/ef6/resources/school-database.md index 5c293fe056..1730c3cbe6 100644 --- a/entity-framework/ef6/resources/school-database.md +++ b/entity-framework/ef6/resources/school-database.md @@ -1,7 +1,7 @@ --- title: School Sample Database - EF6 description: School Sample Database for Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/resources/school-database --- diff --git a/entity-framework/ef6/resources/tools.md b/entity-framework/ef6/resources/tools.md index 13e213a8c4..cbf83788d1 100644 --- a/entity-framework/ef6/resources/tools.md +++ b/entity-framework/ef6/resources/tools.md @@ -1,7 +1,7 @@ --- title: Tools & Extensions - EF6 description: Tools & Extensions in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Entity Framework Tools & Extensions diff --git a/entity-framework/ef6/saving/change-tracking/auto-detect-changes.md b/entity-framework/ef6/saving/change-tracking/auto-detect-changes.md index 8b3600d6f0..a439c49b9a 100644 --- a/entity-framework/ef6/saving/change-tracking/auto-detect-changes.md +++ b/entity-framework/ef6/saving/change-tracking/auto-detect-changes.md @@ -1,7 +1,7 @@ --- title: Automatic detect changes - EF6 description: Automatic detect changes in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/saving/change-tracking/auto-detect-changes --- diff --git a/entity-framework/ef6/saving/change-tracking/entity-state.md b/entity-framework/ef6/saving/change-tracking/entity-state.md index dd12541f26..aed7343dd1 100644 --- a/entity-framework/ef6/saving/change-tracking/entity-state.md +++ b/entity-framework/ef6/saving/change-tracking/entity-state.md @@ -1,7 +1,7 @@ --- title: Working with entity states - EF6 description: Working with entity states in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/saving/change-tracking/entity-state --- diff --git a/entity-framework/ef6/saving/change-tracking/property-values.md b/entity-framework/ef6/saving/change-tracking/property-values.md index b84738f5e4..b1ad9c7ff7 100644 --- a/entity-framework/ef6/saving/change-tracking/property-values.md +++ b/entity-framework/ef6/saving/change-tracking/property-values.md @@ -1,7 +1,7 @@ --- title: Working with property values - EF6 description: Working with property values in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/saving/change-tracking/property-values --- diff --git a/entity-framework/ef6/saving/concurrency.md b/entity-framework/ef6/saving/concurrency.md index b77e63f8f0..93aa565f51 100644 --- a/entity-framework/ef6/saving/concurrency.md +++ b/entity-framework/ef6/saving/concurrency.md @@ -1,7 +1,7 @@ --- title: Handling Concurrency Conflicts - EF6 description: Handling Concurrency Conflicts in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/saving/concurrency --- diff --git a/entity-framework/ef6/saving/index.md b/entity-framework/ef6/saving/index.md index c5afa85041..c0224e5a4d 100644 --- a/entity-framework/ef6/saving/index.md +++ b/entity-framework/ef6/saving/index.md @@ -1,7 +1,7 @@ --- title: Saving Data - EF6 description: Saving Data in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 07/05/2018 --- diff --git a/entity-framework/ef6/saving/transactions.md b/entity-framework/ef6/saving/transactions.md index 9add9ed397..b786185b29 100644 --- a/entity-framework/ef6/saving/transactions.md +++ b/entity-framework/ef6/saving/transactions.md @@ -1,7 +1,7 @@ --- title: Working with Transactions - EF6 description: Working with Transactions in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/saving/transactions --- diff --git a/entity-framework/ef6/saving/validation.md b/entity-framework/ef6/saving/validation.md index 837422e462..2d13759e31 100644 --- a/entity-framework/ef6/saving/validation.md +++ b/entity-framework/ef6/saving/validation.md @@ -1,7 +1,7 @@ --- title: Validation - EF6 description: Validation in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 --- # Data Validation diff --git a/entity-framework/ef6/what-is-new/index.md b/entity-framework/ef6/what-is-new/index.md index a9fd5a2cf3..7c089f652f 100644 --- a/entity-framework/ef6/what-is-new/index.md +++ b/entity-framework/ef6/what-is-new/index.md @@ -1,7 +1,7 @@ --- title: What's new - EF6 description: What's new in Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 05/17/2024 uid: ef6/what-is-new/index --- diff --git a/entity-framework/ef6/what-is-new/microsoft-ef6-sqlserver.md b/entity-framework/ef6/what-is-new/microsoft-ef6-sqlserver.md index 45395a4a39..7c2127b41f 100644 --- a/entity-framework/ef6/what-is-new/microsoft-ef6-sqlserver.md +++ b/entity-framework/ef6/what-is-new/microsoft-ef6-sqlserver.md @@ -1,7 +1,7 @@ --- title: Entity Framework 6 SQL Server provider based on Microsoft.Data.SqlClient description: Microsoft.EntityFramework.SqlServer guide -author: ajcvickers +author: SamMonoRT ms.date: 06/11/2024 uid: ef6/what-is-new/microsoft-ef6-sqlserver --- diff --git a/entity-framework/ef6/what-is-new/past-releases.md b/entity-framework/ef6/what-is-new/past-releases.md index 588a05283f..fc52492e0d 100644 --- a/entity-framework/ef6/what-is-new/past-releases.md +++ b/entity-framework/ef6/what-is-new/past-releases.md @@ -1,7 +1,7 @@ --- title: Past Releases of Entity Framework - EF6 description: Past Releases of Entity Framework -author: ajcvickers +author: SamMonoRT ms.date: 09/12/2019 uid: ef6/what-is-new/past-releases --- diff --git a/entity-framework/ef6/what-is-new/upgrading-to-ef6.md b/entity-framework/ef6/what-is-new/upgrading-to-ef6.md index ae2b8a220b..6a185fb6ae 100644 --- a/entity-framework/ef6/what-is-new/upgrading-to-ef6.md +++ b/entity-framework/ef6/what-is-new/upgrading-to-ef6.md @@ -1,7 +1,7 @@ --- title: Upgrading to Entity Framework 6 - EF6 description: Upgrading to Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 10/23/2016 uid: ef6/what-is-new/upgrading-to-ef6 --- diff --git a/entity-framework/ef6/what-is-new/visual-studio.md b/entity-framework/ef6/what-is-new/visual-studio.md index bbcdd63b6d..d5fcf98c61 100644 --- a/entity-framework/ef6/what-is-new/visual-studio.md +++ b/entity-framework/ef6/what-is-new/visual-studio.md @@ -1,7 +1,7 @@ --- title: Visual Studio Releases - EF6 description: Visual Studio Releases and Entity Framework 6 -author: ajcvickers +author: SamMonoRT ms.date: 07/05/2018 uid: ef6/what-is-new/visual-studio --- diff --git a/entity-framework/efcore-and-ef6/index.md b/entity-framework/efcore-and-ef6/index.md index ce49b42646..f0e16d8ea0 100644 --- a/entity-framework/efcore-and-ef6/index.md +++ b/entity-framework/efcore-and-ef6/index.md @@ -1,7 +1,7 @@ --- title: Compare EF6 and EF Core description: Guidance on how to choose between EF6 and EF Core. -author: ajcvickers +author: SamMonoRT ms.date: 01/23/2019 uid: efcore-and-ef6/index --- diff --git a/entity-framework/efcore-and-ef6/porting/port-behavior.md b/entity-framework/efcore-and-ef6/porting/port-behavior.md index f2637f6e97..a83d7aeecd 100644 --- a/entity-framework/efcore-and-ef6/porting/port-behavior.md +++ b/entity-framework/efcore-and-ef6/porting/port-behavior.md @@ -1,7 +1,7 @@ --- title: Porting from EF6 to EF Core - Behavior changes description: A non-exhaustive list of some changes in behavior between EF6 and EF Core. -author: ajcvickers +author: SamMonoRT ms.date: 12/09/2021 uid: efcore-and-ef6/porting/port-behavior --- diff --git a/entity-framework/efcore-and-ef6/porting/port-code.md b/entity-framework/efcore-and-ef6/porting/port-code.md index 8d3667e3c8..3be52b547c 100644 --- a/entity-framework/efcore-and-ef6/porting/port-code.md +++ b/entity-framework/efcore-and-ef6/porting/port-code.md @@ -1,7 +1,7 @@ --- title: Porting from EF6 to EF Core - Porting a Code-Based Model - EF description: Specific information on porting an Entity Framework 6 code-based model application to Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 12/09/2021 uid: efcore-and-ef6/porting/port-code --- diff --git a/entity-framework/efcore-and-ef6/porting/port-edmx.md b/entity-framework/efcore-and-ef6/porting/port-edmx.md index fd95d7aca8..efea705272 100644 --- a/entity-framework/efcore-and-ef6/porting/port-edmx.md +++ b/entity-framework/efcore-and-ef6/porting/port-edmx.md @@ -1,7 +1,7 @@ --- title: Porting from EF6 to EF Core - Porting an EDMX-Based Model - EF description: Specific information on porting an Entity Framework 6 EDMX-based model application to Entity Framework Core -author: ajcvickers +author: SamMonoRT ms.date: 12/09/2021 uid: efcore-and-ef6/porting/port-edmx --- diff --git a/entity-framework/efcore-and-ef6/side-by-side.md b/entity-framework/efcore-and-ef6/side-by-side.md index 07d7a18af7..6e0271f1cc 100644 --- a/entity-framework/efcore-and-ef6/side-by-side.md +++ b/entity-framework/efcore-and-ef6/side-by-side.md @@ -1,7 +1,7 @@ --- title: EF6 and EF Core - Using them in the Same Application description: Guidance on using both Entity Framework Core and Entity Framework 6 in the same application -author: ajcvickers +author: SamMonoRT ms.date: 01/23/2019 uid: efcore-and-ef6/side-by-side --- diff --git a/entity-framework/efcore-and-ef6/support.md b/entity-framework/efcore-and-ef6/support.md index 9c88daceed..a7e895f282 100644 --- a/entity-framework/efcore-and-ef6/support.md +++ b/entity-framework/efcore-and-ef6/support.md @@ -1,7 +1,7 @@ --- title: Entity Framework Support Policies description: Support policies for every evolution of Entity Framework -author: ajcvickers +author: SamMonoRT ms.date: 05/22/2024 uid: efcore-and-ef6/support ---