* 5.0 refactoring
* JL PR of EF-RP best practices
* JL PR of EF-RP best practices
* JL PR of EF-RP best practices
* JL PR of EF-RP best practices
* JL PR of EF-RP best practices
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* Update Create.cshtml.cs (#21784)
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update Create.cshtml.cs
* Update aspnetcore/data/ef-rp/intro/samples/cu50/Pages/Instructors/Create.cshtml.cs
* Update Create.cshtml.cs
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
Co-authored-by: Jeremy Likness <jeremy@jeremylikness.com>
* Update intro.md
Added a missing step (and some text) to the 'Add Razor Pages using Entity Framework (CRUD)' dialog:
* Update aspnetcore/data/ef-rp/intro.md
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
* Update intro to RP to GA
* Update intro to RP to GA
* Update intro to RP to GA
* Update intro to RP to GA
* Update intro to RP to GA
* work
* work
* work
* work
* work
* change dev lang from console to dotnetcli
* Add missing word
* work
* work
* work
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.