Wade Pickett
ca3dcb1629
Add include not-latest-version Part 2 ( #33203 )
...
* Add include not-latest-version Part 2
* Added host and deploy folder
2024-07-31 09:50:11 -07:00
Wade Pickett
a44536f464
Reassign articles to wpickett ( #32870 )
...
* Reassign articles to wpickett for `ms.author` for active maintenance & monitoring health per management for total of 148 topics. Original `author` maintained.
* Fixing merge conflict: telemetry.md should remain tdykstra
* Correcting accidental author change and merge conflict
* Added a diagnostic article
* Removed 3 per review and added 3 to consider
* Reset 1 Tom already took, added a different topic instead
* fixed merge conflict topic taken by Tom already
* Added debug topic
2024-06-17 13:11:09 -07:00
James Newton-King
c802e787f7
Add note to C-core migration about non-ASP.NET Core SDKs ( #30415 )
...
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2023-09-22 01:39:49 +00: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
Luke Latham
546a06a2d5
Blazor no-loc adds ( #25429 )
2022-03-25 18:19:18 -05: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
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
James Newton-King
e91fa95c94
Improve gRPC migration doc ( #24749 )
...
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-01-26 21:19:14 +00:00
James Newton-King
d39040b52e
Make migration page include client details ( #24645 )
...
Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
2022-01-17 19:54:04 +00:00
Luke Latham
dfdd5ab752
gRPC topic author and byline updates ( #23366 )
2021-09-27 04:40:05 -05:00
James Newton-King
e9fb673187
Add detail about Grpc.Core deprecation ( #22270 )
...
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2021-05-12 13:08:02 +12: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
Stephen Halter
874468e63f
Split kestrel.md into multiple pages ( #21091 )
...
Co-authored-by: James Newton-King <james@newtonking.com>
Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2021-01-15 15:11:48 -08: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
James Newton-King
f589d8e30f
gRPC interceptors can catch gRPC exceptions ( #16125 )
2019-12-10 16:30:31 -08:00
Rick Anderson
ed35e1e1d5
Interceptors vs middleware ( #15500 )
...
* Interceptors vs middleware
* Interceptors vs middleware
* react to feedback
* Update migration.md
2019-11-05 11:56:01 -10:00
James Newton-King
b4101bfa2a
Update migration.md ( #15220 )
2019-10-21 09:47:58 -10:00
Jan Tattermusch
3b5b7cdccd
Fix options.ReceiveMaxMessageSize example ( #14580 )
2019-09-25 10:40:04 -05:00
Scott Addie
14e34af35f
DBContext --> DbContext
2019-08-14 16:00:23 -05:00
James Newton-King
8bf7e70352
Add gRPC configuration doc ( #11903 )
2019-04-18 12:32:37 +12:00
John Luo
c76e439ff5
Update gRPC documentation and add client tutorial ( #11937 )
...
* Update gRPC documentation and add client tutorial
* Cleanup
* Cleanup
* Cleanup
* Update tutorial
* Feedback
* Fixes
* Update grpc-client.md (#11988 )
2019-04-16 11:19:50 -10:00
Moien Tajik
69c6e2161d
Fixed some grammar issues in gRPC docs ( #11762 )
2019-03-31 07:20:58 -05:00
Nick Schonning
eef42e2bc9
typo: pipleline -> pipeline ( #11561 )
2019-03-19 09:42:19 -05:00
John Luo
78b298f697
Add gRPC documentation ( #11163 )
...
* Add gRPC documentation
* derp
* Update references
* Fix warnings
* Fix warnings
* Fix warnings
* Mention Google.Protobuf
* Fixes
* Fix link
* Feedback
* Missed update
* Rename node
* Update based on feedback
* Rebase fixes
* Fix path issue
* Update aspnetcore/grpc/aspnetcore.md
Co-Authored-By: JunTaoLuo <johluo@microsoft.com>
* Update aspnetcore/grpc/migration.md
Co-Authored-By: JunTaoLuo <johluo@microsoft.com>
* Feedback
* Update johluo/gRPC PR (#11376 )
* Update aspnetcore.md
* clean up
* clean up
* work
* work
* work
* react to premature feedback :)
* work
* work
* work
* work
* work
* work
* Update aspnetcore/grpc/basics.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/grpc/basics.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/grpc/basics.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/grpc/aspnetcore.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* Update aspnetcore/grpc/basics.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
* react to JamesNK
* Acrolynx
* Update aspnetcore/grpc/migration.md
Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-03-17 11:17:49 -10:00