Documentation Home
Connectors and APIs Manual
Download this Manual
PDF (US Ltr) - 4.0Mb
PDF (A4) - 4.0Mb


Connectors and APIs Manual  /  MySQL Connector/NET Developer Guide  /  Connector/NET for Entity Framework

4.7 Connector/NET for Entity Framework

Entity Framework is the name given to a set of technologies that support the development of data-oriented software applications. MySQL Connector/NET supports Entity Framework 6.0 (EF6 or EF 6.4) and Entity Framework Core (EF Core), which is the most recent framework available to .NET developers who work with MySQL data using .NET objects.

The following table identifies each Entity Framework release and shows which Connector/NET 8.0 series supports the release. Backward compatibility of each feature set is determined by the framework rather than by Connector/NET.

Table 4.3 Entity Framework Support by Connector/NET Version

Framework Type Connector/NET 8.0 Support
EF Core
  • EF Core 7.0: Full support with 8.0.32 and later on platforms that support .NET 7.

  • EF Core 6.0: Full support with 8.0.28 and later on platforms that support .NET 6.

  • EF Core 5.0: Partial support with 8.0.23 and later on platforms that support .NET Core 3.1 and .NET 5.0 (equivalent to the EF Core 3.1.1 feature set).

  • EF Core 3.1: Full support with 8.0.20 and later.

EF6 | EF 6.4
  • EF 6.4: Full cross-platform support in 8.0.22 and later.

  • EF6: Full support on Windows only in 8.0.11 and later.