How to store data from an external API into my MS SQL Database
I’m trying to pull data from an external API and save this data in a MS SQL Database using Entity Framework. I’m new to Entity Framework and can’t figure out how to make my data persistent. The Database is created following the Code First principle according to the following Model: