Skip to content

Commit

Permalink
Updated hyperlink to EF6 providers (#1859)
Browse files Browse the repository at this point in the history
Added relative hyperlink to EF6 providers for easy redirection.
  • Loading branch information
gurmeetsinghdke authored and ajcvickers committed Nov 5, 2019
1 parent 00e8f12 commit 1fd89d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/ef6/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EF6 implements many popular O/RM features:
- A "Code First" experience to create entity models by writing code.
- Models can either be generated from existing databases and then hand-edited, or they can be created from scratch and then used to generate new databases.
- Integration with .NET Framework application models, including ASP.NET, and through databinding, with WPF and WinForms.
- Database connectivity based on ADO.NET and numerous providers available to connect to SQL Server, Oracle, MySQL, SQLite, PostgreSQL, DB2, etc.
- Database connectivity based on ADO.NET and numerous [providers](~/ef6/fundamentals/providers/index.md) available to connect to SQL Server, Oracle, MySQL, SQLite, PostgreSQL, DB2, etc.

## Should I use EF6 or EF Core?

Expand Down

0 comments on commit 1fd89d7

Please sign in to comment.