JonPSmith/EfCoreInAction

Inconsistent connection string

Closed this issue · 2 comments

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";

Is it ok to report typos here?

HI @sadqiang,

No, you should put typos in the Manning Errata page - see https://forums.manning.com/posts/list/43880.page