Microservices Communication in .NET Using gRPC : A step-by-step guide to using gRPC to enable efficient communication between .NET microservices /
Learn how to implement gRPC on the .NET platform step by step and cover how to use gRPC on .NET, including fundamentals, use cases, and best practices Key Features Explore all aspects of gRPC implementation on .NET, from the most basic features to advanced ones Discover best practices for using gRPC...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham :
Packt Publishing,
2022.
|
Edición: | 1st edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Table of Contents Creating a Basic gRPC Application on ASP.NET Core When gRPC Is the Best Tool and When It Isn't Protobuf – the Communication Protocol of gRPC Protobuf – the Communication Protocol of gRPC Applying Versioning to the gRPC API Scaling a gRPC Application Using Different Call Types Supported by gRPC Using Well-Known Types to Make Protobuf More Handy Securing gRPC Endpoints in Your ASP.NET Core Application with SSL/TLS Applying Authentication and Authorization to gRPC Endpoints Using Logging, Metrics, and Debugging in gRPC on .NET.