Adding Entity Framework Core and SQLite
Building upon our introduction to Minimal APIs, let's proceed to the next level by incorporating a data source to store and retrieve recipe information. We'll be using SQLite as our database and Entity Framework Core to interact with it. To get start...
Nov 14, 20236 min read389
