Commit Graph

98 Commits (9bac552349e83bc3374d3f90d7277c2882b7417b)

Author SHA1 Message Date
Tom Dykstra 38acaae8cc
WIP: Moniker prep Fundamentals overview (#34111) 2024-11-13 12:22:48 -08:00
Luke Latham 247e6f1526
Blazor cross-links (#33577) 2024-09-18 05:58:22 -04:00
Tom Dykstra a99f04a765
Prep article for a .NET 8 moniker section (#33233)
* moniker prep

* add include ref

* fix links
2024-08-05 08:03:55 -10:00
Wade Pickett ae3ee11bd4
Add Include not-latest-version or not-ga-yet (#33155)
* Add Include not-latest-version or not-ga-yet

* Removing spa-services.md

* Added Fundamentals/ content
2024-07-24 16:35:22 -07:00
Tom Dykstra 6f5834d5ea
Set ms.author (#32279) 2024-04-09 15:18:55 -07:00
Tom Dykstra fad3df0383
Reassign some articles (#28929)
* Reassign some articles

* fix link

* remove cSpell setting
2023-04-10 08:58:13 -10:00
Stephen Halter 996501bb9f
Add WebApplication under "Host" in TOC (#28482)
* Add WebApplication under "Host" in TOC

* Fix typo
2023-02-23 13:27:25 -10:00
Rick Anderson 6d8211c133
Update index.md 2023-01-17 14:29:41 -10:00
softwarepronto 834e1417c3
Standardized on .NET 6 Host naming (#26121)
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.
2022-06-11 11:40:29 -07:00
softwarepronto d5b22d885a
Minimum Host was used but it is Minimal Host (#26122)
Actually, I caused that typo with a change I made. I fixed it.
2022-06-11 11:38:03 -07:00
softwarepronto ba5d43d2eb
Add missing host & fixed number of hosts available (#25922)
* 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>
2022-06-03 12:30:22 -10:00
Luke Latham e175588086
Institute global no-loc (#26036)
* Institute global no-loc

* Updates

* Updates

* Updates

* Updates

* Updates
2022-06-03 11:35:55 -10:00
mcasey329 8e02c58123
Fixed incorrect lower case letter, and incorrect plural (#25965)
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)
2022-05-25 13:51:04 -07:00
Jayson J b490b410b8
Fix the grammar for the word "backwards compatibility" to "backward compatibility" (#25923) 2022-05-21 16:33:57 -10:00
Rick Anderson bdd6336588
Update index.md 2022-03-30 17:08:25 -10:00
Luke Latham 546a06a2d5
Blazor no-loc adds (#25429) 2022-03-25 18:19:18 -05:00
Kirk Larkin 2a5520dc53
Code-fence common file extensions (#25383) 2022-03-23 10:48:44 +00:00
Kirk Larkin cc48f32954
Code-fence common filenames (#25369) 2022-03-21 12:24:36 -10:00
Kirk Larkin 82e1f366cf
Optimize ASP.NET Core fundamentals for better SEO (#25261) 2022-03-09 20:28:32 +00:00
Luke Latham 5f1743e629
Add Blazor Hybrid to no-loc metadata (#25064) 2022-02-18 07:17:09 -06:00
Kirk Larkin e3c99c2fe5
Prefer :::moniker over ::: moniker (#24805) 2022-01-31 13:12:01 -10:00
Rick Anderson cf9bee43a0
Update index.md (#24517)
* Update index.md

* Update index.md
2022-01-06 07:33:07 -10:00
Rick Anderson f4892ce35b
Update index.md 2021-12-16 07:38:28 -10:00
Rick Anderson c40222f511
Update fundamentals doc to V6 (#24317)
* 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>
2021-12-16 06:59:25 -10:00
Rick Anderson 4887f450e4 clean up fundamentals 2021-12-14 15:57:25 -10:00
Rick Anderson 3353a3ada5
Prep monikers for V6 (#24255) 2021-12-09 17:14:09 -10:00
Rick Anderson 6b78458ce4
Fundamentals doc, clean monikers /1 (#24240)
* Fundamentals doc, clean monikers /1

* Fundamentals doc, clean monikers /1
2021-12-08 17:01:23 -10:00
Rick Anderson ad321c2700
Add Home and Privacy to no-loc (#22237)
* Add Home and Privacy to no-loc

* Add Home and Privacy to no-loc
2021-05-08 10:12:34 -10:00
Rick Anderson 2f00739f4e
Kestrel to no-loc (#22182) 2021-05-01 13:03:18 -10:00
Scott Addie 0bbf97a9b6
Show how to access user secrets in a Razor Page (#20748) 2020-11-25 12:49:23 -06:00
Rick Anderson 311cef0e25
appsettings.json noloc (#20320) 2020-10-27 11:27:47 -10:00
Rick Anderson 23bd8d2057
Add ASP.NET Identity to no loc (#19578)
* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc

* Add ASP.NET Identity to no loc
2020-08-19 11:07:40 -10:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
Kirk Larkin 317f8d51e7
Make ContentRoot and WebRoot coverage consistent (#17801) 2020-04-14 10:43:03 -10:00
Kirk Larkin ba17b01ba5
Update Fundamentals/Index to 3.1 (#17321)
* 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>
2020-03-30 12:50:41 -10:00
Nick 9221fa2f34
Fix typo (windows -> Windows) (#17412) 2020-03-23 08:22:21 -05:00
Rick Anderson f7f8dc4d92
fundamentals moniker prep for 3.0 (#17272)
* fundamentals moniker prep for 3.0

* fundamentals moniker prep for 3.0

* fundamentals moniker prep for 3.0

* fundamentals moniker prep for 3.0

* fundamentals moniker prep for 3.0
2020-03-10 14:47:53 -10:00
Luke Latham 20118bc840
Prevent publish of static Identity assets (#16560) 2020-01-15 11:25:57 -06:00
Luke Latham cacb1b8ed0
Surface project item to control static asset publishing (#15584) 2019-11-07 13:42:18 -06:00
Luke Latham 23870b7eb2
Content root & web root enhancements (#14888) 2019-10-07 12:53:23 -05:00
Wade Pickett 4ac5e1c94c
Link fix related to 14108 (#14200)
* 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
2019-09-08 15:55:48 -07:00
Wade Pickett dd2d253b2a
Updates for side-by-side and web root references (#14108)
* 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
2019-09-05 14:55:07 -07:00
Theano Petersen 80c03f0a00 Fixed missed and new items on CATS retest 7-11-19 (#13249) 2019-07-11 11:52:10 -07:00
Tom Dykstra 9642f8836c
Update Host section in Fundamentals Overview (#12816) 2019-06-11 15:19:32 -07:00
Luke Latham 4564998091 Call out special builder method names (#12384) 2019-05-11 06:51:33 -10:00
Luke Latham 5155f6b179
Fundamentals Index topic update for 2.2 (#11763) 2019-03-31 12:11:15 -05:00
Nick Schonning d998a370fd typo: Double word "the" (#11589) 2019-03-19 12:18:12 -05:00
Luke Latham 68b39e541b
Update method descriptions (#11245) 2019-03-02 17:18:30 -06:00