Inconsistent connection string
Closed this issue · 2 comments
sadqiang commented
The connection string shown in page 14
private const string ConnectionString =
@” Server = (local db)\nssql local dv;
Database=MyFirstEfCoreDb;
Trusted_Connection=True”;
is inconsistent with the one used in the code hosted in the git.
private const string ConnectionString =
@"Server=(localdb)\mssqllocaldb;
Database=MyFirstEfCoreDb;
Trusted_Connection=True";
sadqiang commented
Is it ok to report typos here?
JonPSmith commented
HI @sadqiang,
No, you should put typos in the Manning Errata page - see https://forums.manning.com/posts/list/43880.page