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


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 series supports the release. Backward compatibility of each feature set is determined by the framework rather than by Connector/NET.

Table 4.2 Entity Framework Support by Connector/NET Version

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

  • EF Core 7.0: Full support with 8.1.0 and later on platforms that support .NET 7.

  • EF Core 7.0: Full support with 8.0.33 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.

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.