In Entity Framework Core (EF Core), data seeding is the process of populating a database with an initial set of data.
This "seed data" is typically used to provide the application with essential reference data, default configurations,
or sample records needed for development and testing.