http://www.entityframeworktutorial.net/efcore/entity-framework-core-console-application.aspx
I can do inserts deletes etc - but to the datacontext.
How can i see these real changes in the actual SQL dbs - on Server Explorer - ie persisted changes so theyll be there when i open my dbs next session.
Thanks in advance
Salman BegPosted Jan 30, 2019, 11:49 PM
Ed RobinsonPosted Jan 30, 2019, 11:29 PM
db.SaveChanges(); will save to the actual database as well?
Salman BegPosted Jan 29, 2019, 11:58 PM