Mid EF Core

What are value converters in EF Core?

  • Convert CLR types to database-compatible types and vice versa.
  • Example: storing an enum as a string or encrypted data.

More from Entity Framework Core Tutorial

All questions for this course