← Back
Nick Chapsas January 9, 2025 9m

The New Way to Seed Your Database in .NET 9

Summary

The transcript discusses a technical walkthrough for using the new seeding approach in .NET 9 with Entity Framework Core, focusing on how to seed data into a database using migrations. The speaker demonstrates creating a movies API and explains the process of running migrations and seeding data, emphasizing the importance of doing this in a separate application to avoid concurrency issues. The key practical takeaway is to implement database seeding carefully, preferably in a dedicated migration application, and to use the new asynchronous seeding methods available in .NET 9.

View original episode ↗