3
Answers

Save actual database : Entity Framework Core

Ed Robinson

Ed Robinson

6y
461
1
I am working thru an excellent tutorial: 
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
 
 
 
Answers (3)