Commit Graph

48 Commits (f8537a1f0381a3a50a8bb5d4df131e097d5671cf)

Author SHA1 Message Date
James Newton-King 21b90470c9
Post preview 9 gRPC documentation fixes (#14152) 2019-09-06 09:34:07 +12:00
N. Taylor Mullen 33f7a781eb Add Blazor docs on externally invoking component methods to update state. (#13974) 2019-09-04 17:17:41 -05:00
Luke Latham ebf12bf165 Minor Pre9 branch updates 2019-09-04 17:15:17 -05:00
Luke Latham 4fd85d521b Update troubleshoot.md 2019-09-04 17:15:17 -05:00
James Newton-King 7588c29e39 Add gRPC client, client factory documentation, preview 9 react (#13684) 2019-09-04 17:15:17 -05:00
James Newton-King ba42afa51b
Update aspnetcore.md (#14094) 2019-09-04 09:10:01 +12:00
James Newton-King 37a490c28e Add gRPC Kestrel configuration documentation (#14015) 2019-08-28 17:23:06 -05:00
James Newton-King 4087024ae9
Add troubleshooting docs on untrusted cert with gRPC client (#14010) 2019-08-28 07:35:19 +12:00
James Newton-King 98f814297e
Add paragraph that Http1AndHttp2 is not supported without TLS (#13891) 2019-08-21 09:43:59 +12:00
James Newton-King fa6682dd91
Add gRPC troubleshoot article (#13767) 2019-08-15 09:49:09 +12:00
Scott Addie 14e34af35f
DBContext --> DbContext 2019-08-14 16:00:23 -05:00
James Newton-King 7f6838cc07 Update authn-and-authz.md (#13765)
* Update authn-and-authz.md

* minor edit
2019-08-13 12:29:50 -05:00
James Newton-King a130b4611c Add documentation for using gRPC on macOS (#13568)
* Add documentation for using gRPC on macOS

* Clean up

* Clean up

* Clean up

* Clean up

* PR feedback

* Clean up

* Update aspnetcore/tutorials/grpc/grpc-start.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/aspnetcore.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/aspnetcore.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/aspnetcore.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/aspnetcore.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/aspnetcore.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Change error message

* Remove TLS link in warning

* Improve message

* update ms.date

* minor edits
2019-08-07 13:57:50 -05:00
James Newton-King dd0897be1c Display all the packages required for a gRPC client (#13704)
* Update basics.md

* Update basics.md
2019-08-07 05:06:30 -07:00
James Newton-King c865d654a2
Correct gRPC client method name (#13699) 2019-08-07 12:26:38 +12:00
James Newton-King 11364f7069 Fix gRPC samples (#13560) 2019-07-30 15:57:28 -07:00
James Newton-King fa7886ef19
Add note that Windows Authentication can't be used with gRPC (#13459) 2019-07-27 10:01:02 +12:00
Scott Addie 67099d87d2
Merge branch 'master' into release/3.0-preview7 2019-07-23 10:10:43 -05:00
James Newton-King a113e03bbb
Remove curly braces from proto rpcs (#13376) 2019-07-19 11:45:34 +12:00
James Newton-King 8a44d72461 Add gRPC authentication and authorization (#13151)
* Add gRPC authentication and authorization

* Clean up

* Clean up

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* PR feedback

* Update authn-and-authz.md
2019-07-17 18:11:58 -07:00
James Newton-King b3a41d0eaa Add gRPC security article (#13163)
* Add gRPC security article

* Certificate validation

* Update aspnetcore/grpc/security.md

Co-Authored-By: John Luo <johluo@microsoft.com>

* Update security.md (#13210)

* Update security.md

* Update security.md

* Update aspnetcore/grpc/security.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/security.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/security.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2019-07-17 18:05:30 -07:00
Scott Addie 1c2a363e0f
HelloResponse --> HelloReply 2019-07-15 16:31:32 -05:00
Scott Addie 1237bc8b31
Add syntax highlighting for protobuf snippet (#13305)
* Add syntax highlighting for protobuf snippet

* Add semi-colon to fix colorization
2019-07-15 16:28:51 -05:00
Theano Petersen 6da4a8c004 Fix metadata issues from CATS report 6-21-19 (#13238)
* fix internal links

* fix bookmark links

* fix metadata
2019-07-10 17:45:22 -07:00
James Newton-King e538faebf7 Update gRPC docs for preview 7 (#13051)
* Update gRPC tutorial with HTTPS client

* Update other docs

* Update aspnetcore.md

* Update with latest template and packages

* Fix code samples

* Fix code samples

* gRPC doc patches (#13115)
2019-07-03 22:25:31 -05:00
Tom Dykstra ef5e50aa84
Fix prereqs that say VS2019 but should say VS2017 (#13092)
* fix prereqs that say VS2019 but should say VS2017
2019-07-03 09:11:34 -07:00
Rick Anderson d74c740672
Update basics.md (#12922)
* Update basics.md

* Update basics.md

* Update basics.md

* Update basics.md
2019-06-18 11:13:59 -07:00
Rick Anderson 78138362d6
Fix gRPC (#12919)
* Fix gRPC

* Fix gRPC

* Fix gRPC
2019-06-17 20:14:42 -07:00
Rick Anderson 129a425ea3
gRPC channel config set limits (#12539)
* Add Channel Configuration 

Adding channel configuration and expose the relation between server and client configurations to address same points.

* gRPC important Kestrel options

* work

* work

* work

* work

* work

* work

* react to feedback

* react to @luizcarlosfaria feedback

* react to @luizcarlosfaria feedback
2019-06-03 13:03:49 -10:00
Rick Anderson 5870e42ecb
Combine gRPC tutorials (#12522)
* Combine gRPC tutorials

* Combine gRPC tutorials

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* react to feedback

* react to feedback

* react to feedback

* react to feedback
2019-05-29 07:49:16 -10:00
Cecil Phillip ed58e0fd7b fixed typo (#12581) 2019-05-29 06:41:27 -05:00
James Newton-King daba5740cd Remove MinRequestBodyDataRate with gRPC from docs (#12496) 2019-05-22 15:39:59 -07:00
James Newton-King 46cffe76dc Update comparison.md (#12456) 2019-05-18 09:15:54 -05:00
Rick Anderson d62deb6f91
Update comparison.md (#12255) 2019-05-02 18:11:26 -10: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
Rick Anderson c39fcae54b
Update comparison.md (#11912) 2019-04-09 11:15:26 -10:00
Tom Dykstra e3e37685a1
Revert "fix: MD032/blanks-around-lists (#11784)" (#11811)
This reverts commit 370de65ccf.
2019-04-03 07:57:58 -07:00
Nick Schonning 370de65ccf fix: MD032/blanks-around-lists (#11784) 2019-04-02 11:44:31 -05:00
Jorge Serrano Pérez 40d9f47e48 Update comparison.md (#11768)
Fix "contact" by "contract" where in the Code Generation section talks about the .proto file.
2019-03-31 12:56:12 -10:00
Moien Tajik 69c6e2161d Fixed some grammar issues in gRPC docs (#11762) 2019-03-31 07:20:58 -05:00
James Newton-King 0eb3cde626 Change gRPC comparison IPC link, and use consistent title casing (#11744)
* Change IPC link, and use consistent title casing

* Reword section

* Update aspnetcore/grpc/comparison.md

Co-Authored-By: JamesNK <james@newtonking.com>

* Feedback

* Update aspnetcore/grpc/comparison.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/grpc/comparison.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/grpc/comparison.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/grpc/comparison.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Update aspnetcore/grpc/comparison.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>
2019-03-30 18:16:29 -10:00
James Newton-King 079ea4cc4c Update gRPC with HTTP APIs comparison article (#11716)
* Update comparison.md

* Clean up

* Clean up
2019-03-27 14:46:06 -10:00
James Newton-King 14cf41f672 Add article comparing gRPC with HTTP APIs (#11677)
* Add article comparing gRPC with HTTP APIs

* Clean up

* Clean up

* Update comparison.md (#11686)

* Update comparison.md

* Update aspnetcore/grpc/comparison.md

Co-Authored-By: Rick-Anderson <riande@microsoft.com>

* Clean up
2019-03-26 10:33:09 -10:00
Nick Schonning 206afb415d fix: MD003/heading-style/header-style (#11601)
- Escape trailing # that gets flagged as closed_atx
- Restore old heading text
2019-03-20 10:37:00 -05:00
Nick Schonning 188fdb2abe fix: MD012/no-multiple-blanks (#11596)
Multiple consecutive blank lines
2019-03-19 13:56:32 -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