Which Entity Framework feature allows you to specify initial data for your database tables?

  • Code-First Approach
  • Data Annotations
  • Data Seeding
  • Fluent API
Data Seeding is the Entity Framework feature that allows developers to specify initial data for database tables. By utilizing data seeding, developers can ensure that the database starts with predefined data, which can be crucial for application functionality and testing scenarios.
Add your answer
Loading...

Leave a comment

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