Thanks for content. I have a little complex question. What are your thoughts on using the "Custom Initialization logic" approach for a microservice architecture? How to avoid multiple calls to the data seed method?
Thank Pat, Great Video. I have been having trouble seeding relational data and this might be the solution. Any chance the source is available. I cannot see it on you git hub page.
Thank you for your clear and concise explanation.
Thank you, for the last solution, does it only apply the seed hen the program is run? Not when you do a migration and update the db
Which font you use for your solution items?
Thanks for content. I have a little complex question.
What are your thoughts on using the "Custom Initialization logic" approach for a microservice architecture?
How to avoid multiple calls to the data seed method?
I don't have personal experience regarding seeding in a context of Microservices.
does this work everytime during update-database ?
Thank Pat,
Great Video. I have been having trouble seeding relational data and this might be the solution. Any chance the source is available. I cannot see it on you git hub page.
Sorry Chad, I didn't keep the source code. however, the following codebase uses one of the seeding techniques : github.com/techwithpat/MovieApp