When you try to connect to SQL EXPRESS without a created database, the Entity Framework Core throws out ambiguous content exception: password incorrect database or database does not exist
Could not open database "..." requested by login. Login failed. An error occurred while logging in to the user "..."
Moreover, if a database is created, it will start swearing at the name of the object, while not changing it, nothing will happen ...
"SqlException: Invalid object name" ... ".
Followed the guide from Microsoft, here is the link https://docs.microsoft.com/en-us/ef/core/ 
Maybe I missed something?