Entity Framework Core introduced significant changes in the way ________ configurations are handled compared to Entity Framework 6.

  • Code-first conventions
  • Data annotations
  • Fluent API
  • XML configuration
Fluent API is a programmatic way to configure database mappings and relationships in Entity Framework Core. It provides more flexibility and control over the configuration compared to Data annotations or XML configuration. This makes it the preferred approach for handling configurations in Entity Framework Core.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *