JSPayne001
Results
2
comments of
JSPayne001
I have referenced the wrong web page. The page I’m looking at is https://learn.microsoft.com/en-us/ef/core/get-started/overview/first-app?tabs=visual-studio If you follow the instructions down to the section “Create The Database” and run the commands...
Arthur, This is the code that I copied from the web page for the class BloggingContext: public class BloggingContext : DbContext { public DbSet Blogs { get; set; } public...