Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.yml #2295

Merged
merged 3 commits into from
Apr 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions entity-framework/index.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### YamlMime:Hub

title: Entity Framework documentation
summary: Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with SQL Server, Azure SQL Database, SQLite, Azure Cosmos.
summary: Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with many databasees, including SQL Database (on-premises and Azure), SQLite, MySQL, PostgreSQL, and Azure Cosmos DB.
brand: dotnet

metadata:
Expand All @@ -11,7 +11,7 @@ metadata:
ms.topic: hub-page
author: WadePickett
ms.author: wpickett
ms.date: 04/14/2020
ms.date: 04/15/2020

# highlightedContent section (optional)
# Maximum of 8 items
Expand Down Expand Up @@ -159,11 +159,15 @@ additionalContent:
- url: core/providers/sql-server/index.md
text: "SQL Server"
- url: core/providers/sqlite/index.md
text: "SQL Lite"
text: "SQLite"
- url: http://www.npgsql.org/efcore/index.html
text: "PostgreSQL"
- url: https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
text: "MySQL and MariaDB"
- url: core/providers/cosmos/index.md
text: "Cosmos"
text: "Cosmos DB SQL API"
- url: core/providers/in-memory/index.md
text: "In memory for testing"
text: "In memory (testing)"
- url: core/providers/index.md
text: "All current Database Providers"
# Card
Expand Down