How can I manually create/instantiate a 2nd connection to a different database (typed data context, EF Core) with an identical schema?
var db = new TypedDataContext ("<connection string>"); db.Customers.Dump();
Thanks!
Comments
Thanks!