* Razor Pages with EF Core Tutorial, Part 5. Fix incomplete database initialization.
fix#27743
As in issue stated:
During database initialization, not all records are entered into tables. At least two students (norman, olivetto) are affected because they are not referenced in the enrollments array. There may be others records that are not explicitly added to the context.
* Some code readability improvement
* Create overview.md
An overview page per #27600.
* Update overview.md
Fix links
* Update toc.yml
Add overview to TOC
* Update toc.yml
Fix YAML formatting
* Update overview.md
CSharp typo
* Update aspnetcore/fundamentals/minimal-apis/overview.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Apply suggestions from code review
All approved
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Changing metada author ms.author, remove by line per doc manager
* adding websockets and azure publish using vs docs
* adding choose-web-ui.md
* Added web api, publishing and signalR topics.
* removed 4 topics that already had meta data changed in another PR and I didn't realize
* Update aspnetcore/tutorials/first-mongo-app.md
* Apply suggestions from code review
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update first-mongo-app.md
removed dupe of author expert comment
* Reverting by line removal and adding expert in comments on metadata.
* Update sql.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Update da1.md
Improved description of the concurrency support that comes with scaffolded code.
* Update aspnetcore/tutorials/razor-pages/da1.md
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
* Rearrange text for clarity
This article is excellently written.
It is important to bear in mind that auth is one of the most challenging concepts for developers, particularly with the multitude of technologies and terms. I have read this article multiple times and still get stuck on this line, wondering whether Microsoft Identity Platform is the same as ASP.NET Core Identity.
I would suggest that the proposed change makes this much clearer.
* Updates
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
* Inc migration from Framework to ASP.NET Core /1
* Inc migration from Framework to ASP.NET Core /1
* Inc migration from Framework to ASP.NET Core /1
* Inc migration from Framework to ASP.NET Core /1
* Inc migration from Framework to ASP.NET Core /1
* Inc migration from Framework to ASP.NET Core /1
* Inc migration from Framework to ASP.NET Core /1
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* work
* react to feedback
* react to feedback
* Update aspnetcore/migration/inc/session.md
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
* Apply suggestions from code review
Co-authored-by: Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
Co-authored-by: Mike Rousos <mikerou@microsoft.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* react to feedback
Co-authored-by: Taylor Southwick <tasou@microsoft.com>
Co-authored-by: Aditya Mandaleeka <adityamandaleeka@users.noreply.github.com>
Co-authored-by: Mike Rousos <mikerou@microsoft.com>
Co-authored-by: Chris Ross <chrross@microsoft.com>
* update whats new file names
Rename all the existing files to match the new names. Then, update the TOC, index, and redirections to match the new names.
* remove old NuPkg
* Add latest NuPkg
* Fix redirection targets.
* Redirection, part II