* draft of rewrite
* show how to make cusom val prov first
* correct errors
* more corrections
* fix typo
* more small fixes
* dict int,string to string,string
* feedback
* feedback
* fix links
* feedback
* feedback
* clean up sample app
* convert inline code to snippet refs
* acrolinx
* fix snippet
* changes that were accidentally not saved
* proofread fixes
* corrections
* use asp-for
* fix date
* feedback
At the ## View the DB section the author describes how to find and view the table data within the EF-Core generated database.
The database name is listed as ContosoUniversity1. This is incorrect.
The database name generated is based on the dbContext name we used earlier in the course - "SchoolContext".
The database name will be generated as <dbContextName>-GUID, where the dbContextName is "SchoolContext", plus a dash (ASCII Character 45 (decimal) / 0x2D (hexadecimal), plus a GUID.
Hello, @rick-anderson,
This proposed file change comes from https://github.com/aspnet/Docs.zh-tw/pull/86/files .
Could you review this contribution and help to merge if agreed?
Many thanks in advance.
Fixes#10058
<!--
# Instructions
When creating a new PR, please reference the issue number if there is one:
Fixes #Issue_Number
The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.
NOTE: This is a comment; please type your descriptions above or below it.
-->
<!--
# Instructions
When creating a new PR, please reference the issue number if there is one:
Fixes #Issue_Number
The "Fixes #nnn" syntax in the PR description allows GitHub to automatically close the issue when this PR is merged.
NOTE: This is a comment; please type your descriptions above or below it.
-->