Commit Graph

128 Commits (a99e50af0885fd4cd1f465df494eeae08ed88917)

Author SHA1 Message Date
James Newton-King 7d3f7ec0d9
Add load balancing and IPC to gRPC performance (#19679) 2020-08-28 09:00:37 +12:00
James Newton-King 427dc3d296
Nest protobuf doc under gRPC services with C# (#19673) 2020-08-27 15:23:22 +12:00
James Newton-King bbe8243638
Add Protobuf guide for .NET (#19623)
* Add Protobuf guide for .NET

* Apply suggestions from code review

Co-authored-by: John Luo <johluo@microsoft.com>

* Update protobuf.md

* Update protobuf.md (#19672)

* Update protobuf.md

* Update protobuf.md

Co-authored-by: John Luo <johluo@microsoft.com>
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-08-26 16:33:13 -10:00
James Newton-King 579cb15029
gRPC and inter-process communication (#19626)
* gRPC and inter-process communication

* Update

* Update interprocess.md (#19670)

* Update interprocess.md

* Update interprocess.md

* Apply suggestions from code review

Co-authored-by: James Newton-King <james@newtonking.com>

Co-authored-by: James Newton-King <james@newtonking.com>

* Update interprocess.md

* Update interprocess.md

* Update toc.yml

Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>
2020-08-26 16:26:47 -10:00
James Newton-King 8d47f6142d
Add Create gRPC services doc (#19638) 2020-08-27 13:59:28 +12:00
James Newton-King d1190bfa72
Update performance.md (#19652) 2020-08-25 16:39:49 -10:00
James Newton-King 0ff145e88f
gRPC performance best practices (#19624) 2020-08-26 11:34:59 +12: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
James Newton-King 9511921144
Gracefully end bi-directional gRPC calls (#19551) 2020-08-18 04:17:26 -05:00
Rick Anderson 3a5c8b81d4
add Cookie to no loc (#19446) 2020-08-07 14:55:26 -10:00
James Newton-King c7ef814155
gRPC client TLS (#19329) 2020-07-27 06:58:14 -05:00
James Newton-King 60db8b12d2
Improve gRPC client trailers code (#19328) 2020-07-27 06:42:12 -05:00
James Newton-King c0c4e59fa7
Move docs to gRPC on C# page (#19152)
* Update troubleshoot.md

* Update basics.md

* Update basics.md

* Update troubleshoot.md
2020-07-08 21:20:44 -05:00
Rick Anderson a23719fc58
Update comparison.md (#19136) 2020-07-07 14:46:15 -10:00
James Newton-King 37206f8174
gRPC-Web with bidirectional streaming on IIS/Azure (#19012) 2020-06-30 06:23:08 -05:00
Wade Pickett fc8d3b3378
Clarified gRPC Browser intro (#18995)
Clarified the Intro:

* Make it clear in the intro that this article assumes an existing gRPC service using ASP.NET Core
* Added links referring how to add gRPC to an existing ASP.NET app and one for getting started creating a gRPC service with ASP.NET Core.
2020-06-29 14:28:40 -07:00
Luke Latham 80446f1dd8
Add Blazor WebAssembly/Server to no-loc (#18962) 2020-06-25 19:11:04 -05:00
Luke Latham 0fd5bc09b7
Update bookmarks (#18762) 2020-06-11 11:48:44 -05:00
James Newton-King 560f72efb8
Update gRPC docs for 2.29.0 (#18457) 2020-05-27 13:50:16 -05:00
Luke Latham a57e5623aa
Change en dash layout elements to colon-space syntax (#18506)
* Change en dash layout elements to colon-space syntax

* Update

* Update
2020-05-27 09:37:36 -05:00
James Newton-King 4b20e4e025
React to 2.29.0 API changes in gRPC-Web (#18373) 2020-05-19 05:52:15 -05:00
Rick Anderson f973c42680
gRPC not supported on Azure/IIS (#18374)
* gRPC not supported on Azure/IIS

* gRPC not supported on Azure/IIS

* gRPC not supported on Azure/IIS
2020-05-18 18:15:40 -10:00
Luke Latham 3f9b34de03
Link updates (#18347) 2020-05-16 15:33:03 -05:00
Luke Latham f2834015b6
Drop existing no-loc entries (#18111) 2020-05-04 12:00:16 -05:00
James Newton-King 34dde4e480
Update comparison.md (#18093) 2020-05-01 13:55:51 -07:00
James Newton-King 524c20b523
Update client.md (#17947) 2020-04-22 14:00:04 +12:00
James Newton-King ecced0c1c2
Update gRPC client docs with trailer information (#17946) 2020-04-22 10:12:11 +12:00
James Newton-King cb0c9c7511
Update CORS_Startup.cs (#17819)
* Update CORS_Startup.cs

* Update CORS_Startup.cs
2020-04-16 14:32:18 -05:00
James Newton-King e01f51daaf
Improve gRPC configuration max message size docs (#17838) 2020-04-16 08:48:43 +12:00
James Newton-King e113f2ae01
Add Envoy comparison (#17816) 2020-04-16 08:38:34 +12:00
James Newton-King 50de228f0b
Update browser.md (#17636) 2020-04-07 14:53:59 +12:00
Scott Addie df6a6b7c7a
Fix broken links (#17535) 2020-03-30 20:42:14 -05:00
James Newton-King 0ee2422685
Link to gRPC-Web article (#17494) 2020-03-30 14:21:42 -05:00
MaiReo 322cc312d7
Fixes a typo at aspnetcore/grpc/authn-and-authz.md (#17248)
Fixed a typo at  the example of `Startup.Configure`
2020-03-09 10:17:53 -05:00
Rick Anderson d967c169e2
Update client.md (#17213)
* Update client.md

* Update aspnetcore/grpc/client.md

Co-Authored-By: James Newton-King <james@newtonking.com>

Co-authored-by: James Newton-King <james@newtonking.com>
2020-03-04 15:44:43 -10:00
Luke Latham 424662675b
Revert "Revert "Test word-wrap with a span in gRPC topic" (#17138)" (#17140)
This reverts commit 08e711fd1d.
2020-02-26 19:26:30 -06:00
Luke Latham 08e711fd1d
Revert "Test word-wrap with a span in gRPC topic" (#17138) 2020-02-26 19:21:26 -06:00
Luke Latham 5170763867
Test word-wrap with a span in gRPC topic 2020-02-26 19:15:41 -06:00
Luke Latham 9ec61a7f4b
Test style for non-word-breaking code elements (#17135) 2020-02-26 18:42:37 -06:00
Luke Latham 6025b6ef84
Manage table 1st column width in gRPC topic (#17133) 2020-02-26 18:22:09 -06:00
Rick Anderson 2248fb94e9
Add include for localized comments (#17091)
* Add include for localized comments

* Add include for localized comments
2020-02-26 09:46:38 -08:00
Scott Addie 9174ead0d3
Update aspnet org. links to reference the dotnet org. (#17077)
* Update aspnet org. links to reference the dotnet org.

* Update API ref links
2020-02-20 19:37:35 -06:00
James Newton-King 90118dc449
Use CORS with gRPC-Web (#17030)
* Use CORS with gRPC-Web

* Apply suggestions from code review

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

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-02-18 20:55:37 -08:00
James Newton-King 75d9ff8064
Fix gRPC typo (#16984) 2020-02-12 14:43:37 -06:00
James Newton-King 164ad26d93
gRPC-Web documentation fixes (#16934)
* gRPC-Web documentation fixes

* Update browser.md

* Added note about Blazor WA sync issue

* Tiny change for better a loc translation.

Co-authored-by: Wade Pickett <wpickett@microsoft.com>
2020-02-11 14:41:46 -08:00
James Newton-King e1c22ec38e
Fix various gRPC browser issues (#16914)
* Fix various gRPC browser issues

* Update aspnetcore/grpc/browser.md

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

* Update browser.md

* update ms.date value

Co-authored-by: Scott Addie <10702007+scottaddie@users.noreply.github.com>
2020-02-07 17:37:19 -08:00
James Newton-King 27aa8dee6f
gRPC diagnostics content (#16512) 2020-02-07 09:53:16 +13:00
Rick Anderson a78cfd4b09
Ra/test (#16715)
* /AllServicesSupportExample_Startup.cs

* test PR /AllServicesSupportExample_Startup.cs
2020-01-25 10:17:16 -08:00
Rick Anderson 5c72bc6bcc
Update AllServicesSupportExample_Startup.cs (#16714) 2020-01-25 09:55:13 -08:00
James Newton-King ec74041097 Add gRPC-Web article (#16613)
* Add gRPC-Web article

* Clean up

* Clean up

* Clean up

* Edit pass for grpc browser.md & move snippets to code files (#16676)

* Edit sweep for grpc browser.md
* Update aspnetcore/grpc/browser.md
* Loc friendly updates move code to files, comments back to text
* Added snippet numbers to code files and code highlights
* adding alternative startup config all services for gRPC-Web
AllServicesSupportExample_Startup.cs
* Co-authored-by: Rick Anderson
* Co-authored-by: Wade Pickett
2020-01-25 08:57:02 -08:00