Seeding database is an important part in entity framework core to provide the initial data to the master tables. We will see how to seed the demo data in various masters by injecting SQL insert scripts in blank data migration in this video.
Below is the link to the scripts we are using for database seeding
https://github.com/webtrainer-in/HSPA...
Github linik to the code upto this stage
https://github.com/webtrainer-in/HSPA...