DEV Community

Shino112
Shino112

Posted on

Insert large Data seed with Migrations, Code First Entity Framework Core

I have created migration with dummy data. For dummy data i use Bogus. With "Add-Migration" i created Migration. After that I run "Update-Database" and i got Stack Overflow exception. From my research I concluded that is problem in my large data set (10000 records). Before .NET Core I used Laravel…

Top comments (0)