Commit Graph

13917 Commits (7ae88b7511ceb1aca8ba58f94b604d0555f6d8c3)

Author SHA1 Message Date
Kirk Larkin faf0ee38f6
Optimize ASP.NET Core Module for better SEO (#25211) 2022-03-04 17:43:35 +00:00
Wade Pickett 37d3b659d5
SEO audit: Choose ASP.NET Core web UI (#25202)
* SEO Audit: Choose ASP.NET Core Web UI

* SEO audit: Choose ASP.NET Core web UI

* Minor change on meta description

* H2 improvement
2022-03-04 09:23:59 -08:00
Christopher Yeleighton 85290211e0
INPUT tag helper: How to prevent duplicate ids (#24975)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-03-04 14:04:42 +00:00
Luke Latham 7fd3e87562
Event handler disposal update (#25208) 2022-03-04 07:02:11 -06:00
Piotr Ptak 9a1abea9d4
Update anti-request-forgery.md (#25152) 2022-03-04 11:24:04 +00:00
Kirk Larkin d6c3c33474
Emphasize relationship between WebApplicationBuilder and UseKestrel (#25206) 2022-03-04 11:22:51 +00:00
Wade Pickett 3023f23f09
SEO: Introduction to ASP.NET Core (#25191) 2022-03-03 18:18:24 -08:00
Rick Anderson 2e1d840c49
Update kestrel.md (#25203) 2022-03-03 13:07:04 -10:00
Kirk Larkin bd68fb03d4
Update Web Host to 6.0 (#25092) 2022-03-03 12:07:37 +00:00
Luke Latham 2d59a839ec
Blazor no-loc test (#25192) 2022-03-03 04:46:23 -06:00
Rick Anderson 77d863b1bc
restore 2.2 Web API /1 (#25174)
* restore 2.2 Web API /1

* work

* work

* work

* work

* work
2022-03-02 09:49:54 -10:00
Luke Latham 2e8bae1fc7
Blazor Hosting Models SEO (#25098) 2022-03-02 06:50:24 -06:00
Luke Latham a5ca627b7b
Improve Call .NET guidance (#25168) 2022-03-02 06:20:45 -06:00
Daniel Roth afe7f900ad
Switch link to new MAUI hardware acceleration topic (#25181) 2022-03-02 05:25:12 -06:00
James Newton-King bb6f726830
Await response in client interceptor (#25179)
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-03-02 10:14:36 +08:00
Rick Anderson 1c76d554c6
clean up instructions on Google sign-in/3 (#25177)
* clean up instructions on Google sign-in/3

* Apply suggestions from code review

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-03-01 15:43:20 -10:00
Ernest Nguyen aa35752fec
New topic - gRPC interceptors on .NET (#25150)
* Add gRPC interceptors draft

* Enrich client interceptors section

* Enrich server interceptors section

* Format document structure

* Apply suggestions from code review

* Simplify examples

* Add ms.author

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>

* Fix duplication

* Apply minor edits

* Updates

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-03-01 07:07:24 -10:00
Rick Anderson 8740d4220c
Update enforcing-ssl.md (#25166) 2022-02-28 16:48:16 -10:00
github-actions[bot] e683f50362
What's new article (#25165)
* Bot 🤖 generated "What's new article"

* Update dotnet-AspNetCore.Docs-2022-02-01.md

Co-authored-by: Rick-Anderson <Rick-Anderson@users.noreply.github.com>
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-02-28 16:44:39 -10:00
Luke Latham bc15632301
Update guidance on global RCL stylesheet use (#25161) 2022-02-28 08:05:17 -06:00
Luke Latham 19836cd7ca
Standalone WASM file upload enhancements (#25160) 2022-02-28 05:06:21 -06:00
James Newton-King 2bb00064ca
Update health-checks.md (#25156) 2022-02-28 04:27:13 -06:00
Rick Anderson eea4e8bdad
JsonPatch .NET 6 /1 (#25146)
* JsonPatch .NET 6 /1

* JsonPatch .NET 6 /1

* JsonPatch .NET 6 /1

* JsonPatch .NET 6 /1
2022-02-25 15:29:38 -10:00
Wade Pickett 52ed348f43
v6 Update Prep: gRPC client factory integraton (#25148)
Prep only for v6 update.  Added moniker versions, that's it.
2022-02-25 17:02:32 -08:00
Rick Anderson ba43671eeb
Claims mapping to .NET 6 /2 (#25048)
* Claims mapping to .NET 6 /2

* Claims mapping to .NET 6 /2

* Claims mapping to .NET 6 /2

* Claims mapping to .NET 6 /2

* Claims mapping to .NET 6 /2

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* react to feedback

* Update aspnetcore/security/authentication/claims.md

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-02-25 22:15:33 +00:00
Wade Pickett 3963143cf1
Created 6.x samples for server client and shared contract. (#25124)
* Created 6.x samples for server client and shared contract.
* Improved readability in a few places and provided .csproj examples.
* Clarified client Program.cs steps
* Apply suggestions from code review
* File-scoped namespaces.

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-02-25 12:34:07 -08:00
Alfero Chingono c1d9331939
Update hosting-models.md (#25143) 2022-02-25 13:22:52 -06:00
Luke Latham 9b60d39671
ANCM migration (#25141) 2022-02-25 06:07:43 -06:00
Sepehr Eslami 54edd0207e
Clean up indentation (#25139) 2022-02-25 04:32:58 -06:00
Rick Anderson cdf8cc2541
Update hot-reload.md (#25133)
* Update hot-reload.md

* Update aspnetcore/test/hot-reload.md
2022-02-24 16:33:39 -10:00
Rick Anderson 8a6bd25d7f
brunolins16 PR : .NET 6 update and Adding FromService i (#25112)
* Adding FromService inference documentation

* Fix up Web API sample and doc /3

* work

* work

* work

* work

* work

* work

* work

* work

* work

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Bruno Oliveira <brunolins16@users.noreply.github.com>

Co-authored-by: Bruno Oliveira <brolivei@microsoft.com>
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
Co-authored-by: Bruno Oliveira <brunolins16@users.noreply.github.com>
2022-02-24 15:05:26 -10:00
Luke Latham 385553528d
Move namespace remarks (#25134) 2022-02-24 18:08:21 -06:00
Luke Latham 92a6569109
Blazor Hybrid routing and nav topic (#25130) 2022-02-24 17:20:07 -06:00
Rick Anderson 2b820dc3f3
Update gdpr.md 2022-02-24 13:06:02 -10:00
Luke Latham 6e9c2102c1
Add File Downloads topic CORS guidance (#24933) 2022-02-24 13:29:21 -06:00
Kirk Larkin 7900f487fe
Wrap >= 7.0 content in a moniker range (#25128) 2022-02-24 10:31:37 +00:00
Brian Vestergaard Danielsen 333d3fc90d
Bump framework version number in Dockerfile examples (#25120)
* Add Dockerfile examples for .NET 6.0

* Fix moniker version filter
2022-02-23 13:40:38 -10:00
Bruno Oliveira f7baf7cb9b
Adding additional comment about FromServices optionality (#25111)
* Adding additional comment about FromServices optionality

* Update aspnetcore/mvc/models/model-binding.md

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-02-23 08:00:07 -10:00
Luke Latham ee9a772b64
Update 'Blazor component' naming (#25118) 2022-02-23 10:24:37 -06:00
Kirk Larkin 95bdd034ac
Add comment to show 6.0 version needs update (#25117) 2022-02-23 14:50:02 +00:00
Rijwan Ansari 59c3eb6e75
Update Get started with ASP.NET Core to 6.0 (#25114)
Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-02-23 11:11:44 +00:00
Rick Anderson 7676338bc7
Mon prep for JsonPatch (#25108)
* Mon prep for JsonPatch

* Mon prep for JsonPatch
2022-02-22 13:03:04 -10:00
Luke Latham 5ebdc346e4
Patch code example (#25105) 2022-02-22 20:14:00 +00:00
Bouke Haarsma 0f54e9e64b
Additional javascript required for custom elements (#25102) 2022-02-22 13:45:52 -06:00
Rick Anderson 38c652b693
Add bootStrap breaking change to migration docs /1 (#25055)
* Add bootStrap breaking change to migration docs /1

* Add bootStrap breaking change to migration docs /1

* Apply suggestions from code review

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>

Co-authored-by: Kirk Larkin <6025110+serpent5@users.noreply.github.com>
2022-02-22 08:39:21 -10:00
Rick Anderson 6d26ef2a12
Update index.md (#25080)
* Update index.md

* Update aspnetcore/fundamentals/middleware/index.md
2022-02-22 08:38:47 -10:00
Rick Anderson fce03e7c2e
Merge pull request #25090 from dotnet/serpent5-25088
Add Package Reference guidance to First Web API
2022-02-22 08:30:46 -10:00
Kirk Larkin c387ab1b3a
Fix moniker versions for EF RP Part 2 (#25097) 2022-02-22 14:50:47 +00:00
Kirk Larkin f7825076f5
Prepare React for 6.0 (#25094) 2022-02-22 14:22:27 +00:00
Kirk Larkin 7517e9c995
Prepare Angular for 6.0 (#25093) 2022-02-22 14:02:45 +00:00