The bullet list contains .NET WebApplication Host but the paragraph below uses the terms .NET Minimal Host and Minimal Host. .NET WebApplication Host is the primary name used in .NET 6. The paragraph should match bullet list.
* Add missing host & fixed number of hosts available
The original section said:
There are three different hosts:
.NET WebApplication Host
.NET Generic Host
ASP.NET Core Web Host
The .NET Minimal Host is recommended and used in all the ASP.NET Core templates.
----
Notice a 4th host, ".NET Minimal Host" is discussed under the list. I added it to the bulleted list.
The strart setence said "There are three different hosts:" but the number three is wrong (the correct number is four) but I made the setence agnostic to the number of hosts in case a 5ht, 6th or 7th host is added. The new setence is "The different hosts include:" which works for 50 or 100 or 1000 hosts.
* Update index.md
* Update aspnetcore/fundamentals/index.md
* Update aspnetcore/fundamentals/index.md
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Minimum Host and Generic House are proper nouns in the document like Jim Smith and Bob Smith are proper nouns.
You would not say "Jim and Bob smiths" -- you'd say "Jim and Bob Smith" it should be "Minimal and Generic Host" not "Minimal and Generic hosts"
(Verified the .NET Generic Host topic as well for review. - WadePickett)
* Update fundamentals doc to V6
* Update fundamentals doc to V6
* Update fundamentals doc to V6
* work
* work
* work
* work
* Apply suggestions from code review
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
* work
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
* Update Fundamentals/Index to 3.1
* Apply suggestions from code review
Co-Authored-By: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* React to feedback
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
* Just updated sxs link per issue 10559
* Updates for side by side and web root references
* updated per tdykstra recommendations, link changes
* changes xref to relative link for web root
* Link fix, switching contentroot to webroot
* Just updated sxs link per issue 10559
* Updates for side by side and web root references
* updated per tdykstra recommendations, link changes
* changes xref to relative link for web root
Fixes#10559