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 #2322

Merged
merged 1 commit into from
Apr 28, 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
51 changes: 34 additions & 17 deletions entity-framework/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,40 @@ additionalContent:
- url: /aspnet/core/data/ef-mvc/
text: "ASP.NET Core MVC web app accessing SQL Server with EF Core"
# Card
- title: Supported databases
links:
- url: core/providers/sql-server/index.md
text: "SQL Server"
- url: core/providers/sqlite/index.md
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 DB SQL API"
- url: core/providers/in-memory/index.md
text: "In memory (testing)"
- url: core/providers/index.md
text: "All current Database Providers"
# Card
- title: Platforms
links:
- url: https://docs.microsoft.com/ef/core/platforms/
text: "All supported platforms"
- url: https://docs.microsoft.com/aspnet/core/data/ef-rp/intro
text: "ASP.NET Core Razor Pages"
- url: https://docs.microsoft.com/aspnet/core/data/ef-mvc/
text: "ASP.NET Core MVC"
- url: https://docs.microsoft.com/aspnet/core/blazor/dependency-injection?#use-of-entity-framework-dbcontext-from-di
text: "Blazor Server"
- url: https://docs.microsoft.com/ef/ef6/fundamentals/databinding/wpf
text: "Windows Presentation Foundation (WPF)"
- url: https://docs.microsoft.com/ef/ef6/fundamentals/databinding/winforms
text: "Windows Forms (WinForms)"
- url: https://github.com/dotnet/efcore/issues?q=is%3Aopen+is%3Aissue+label%3Aarea-xamarin
text: "Xamarin (partial support)"
# Card
- title: Fundamentals
links:
- url: core/miscellaneous/connection-strings.md
Expand Down Expand Up @@ -154,23 +188,6 @@ additionalContent:
- url: core/saving/disconnected-entities.md
text: "Disconnected entities"
# Card
- title: Supported databases
links:
- url: core/providers/sql-server/index.md
text: "SQL Server"
- url: core/providers/sqlite/index.md
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 DB SQL API"
- url: core/providers/in-memory/index.md
text: "In memory (testing)"
- url: core/providers/index.md
text: "All current Database Providers"
# Card
- title: Command-line reference
links:
- url: core/miscellaneous/cli/index.md
Expand Down