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...
Saved in:
Main Author: | |
---|---|
Format: | Electronic eBook |
Language: | English |
Published: |
Birmingham :
Packt Publishing,
2022.
|
Edition: | 1st edition. |
Subjects: | |
Online Access: | DE-862 DE-863 |
Summary: | 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 to make sure that your applications are as efficient and as scalable as possible Identify when gRPC is the best tool for the job and when it isn't Book Description Explore gRPC's capabilities for faster communication between your microservices using the HTTP/2 protocol in this practical guide that shows you how to implement gRPC on the .NET platform. gRPC is one of the most efficient protocols for communication between microservices that is also relatively easy to implement. However, its official documentation is often fragmented and.NET developers might find it difficult to recognize the best way to map between C# data types and fields in gRPC messages. This book will address these concerns and much more. Starting with the fundamentals of gRPC, you'll discover how to use it inside .NET apps. You'll explore best practices for performance and focus on scaling a gRPC app. Once you're familiar with the inner workings of the different call types that gRPC supports, you'll advance to learning how to secure your gRPC endpoints by applying authentication and authorization. With detailed explanations, this gRPC .NET book will show you how the Protobuf protocol allows you to send messages efficiently by including only the necessary data. You'll never get confused again while translating between C# data types and the ones available in Protobuf. By the end of the book, you'll have gained practical gRPC knowledge and be able to use it in .NET apps to enable direct communication between microservices. What you will learn Get to grips with the fundamentals of gRPC and Protobuf Debug gRPC components inside a .NET application to locate and fix errors Understand gRPC best practices, such as performance enhancement Effectively translate between gRPC and native C# code by applying well-known types Secure gRPC communication inside a .NET application Discover how to monitor gRPC on .NET by applying logging and metrics Who this book is for This book is for NET developers who are working with microservices and are looking for efficient solutions to facilitate communication between services using gRPC. Anyone who is familiar with microservices architecture and has knowledge of the fundamentals of .NET Core, but not necessarily of gRPC, will also find this book useful. |
Physical Description: | 1 online resource |
ISBN: | 1803249528 9781803249520 |
Staff View
MARC
LEADER | 00000cam a22000007i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1294295768 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr ||||||||||| | ||
008 | 211222s2022 enk go 000 0 eng d | ||
040 | |a UKAHL |b eng |e rda |c UKAHL |d ORMDA |d OCLCO |d OCLCF |d UKMGB |d EBLCP |d NLW |d N$T |d OCLCQ |d IEEEE |d OCLCO |d OCLCL | ||
015 | |a GBC234180 |2 bnb | ||
016 | 7 | |a 020447552 |2 Uk | |
019 | |a 1294151001 |a 1295279178 | ||
020 | |a 1803249528 | ||
020 | |a 9781803249520 |q (electronic bk.) | ||
035 | |a (OCoLC)1294295768 |z (OCoLC)1294151001 |z (OCoLC)1295279178 | ||
037 | |a 9781803236438 |b O'Reilly Media | ||
037 | |a 10162485 |b IEEE | ||
050 | 4 | |a QA76.76.A65 | |
082 | 7 | |a 005.3 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Sazanavets, Fiodar, |e author. | |
245 | 1 | 0 | |a Microservices Communication in .NET Using gRPC : |b A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / |c Fiodar Sazanavets. |
250 | |a 1st edition. | ||
264 | 1 | |a Birmingham : |b Packt Publishing, |c 2022. | |
300 | |a 1 online resource | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
520 | |a 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 to make sure that your applications are as efficient and as scalable as possible Identify when gRPC is the best tool for the job and when it isn't Book Description Explore gRPC's capabilities for faster communication between your microservices using the HTTP/2 protocol in this practical guide that shows you how to implement gRPC on the .NET platform. gRPC is one of the most efficient protocols for communication between microservices that is also relatively easy to implement. However, its official documentation is often fragmented and.NET developers might find it difficult to recognize the best way to map between C# data types and fields in gRPC messages. This book will address these concerns and much more. Starting with the fundamentals of gRPC, you'll discover how to use it inside .NET apps. You'll explore best practices for performance and focus on scaling a gRPC app. Once you're familiar with the inner workings of the different call types that gRPC supports, you'll advance to learning how to secure your gRPC endpoints by applying authentication and authorization. With detailed explanations, this gRPC .NET book will show you how the Protobuf protocol allows you to send messages efficiently by including only the necessary data. You'll never get confused again while translating between C# data types and the ones available in Protobuf. By the end of the book, you'll have gained practical gRPC knowledge and be able to use it in .NET apps to enable direct communication between microservices. What you will learn Get to grips with the fundamentals of gRPC and Protobuf Debug gRPC components inside a .NET application to locate and fix errors Understand gRPC best practices, such as performance enhancement Effectively translate between gRPC and native C# code by applying well-known types Secure gRPC communication inside a .NET application Discover how to monitor gRPC on .NET by applying logging and metrics Who this book is for This book is for NET developers who are working with microservices and are looking for efficient solutions to facilitate communication between services using gRPC. Anyone who is familiar with microservices architecture and has knowledge of the fundamentals of .NET Core, but not necessarily of gRPC, will also find this book useful. | ||
505 | 0 | |a 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. | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Digital communications. |0 http://id.loc.gov/authorities/subjects/sh85037972 | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Transmission numérique. | |
650 | 7 | |a COMPUTERS |x Programming |x Microsoft. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x C#. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Web |x Web Services & APIs. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Digital communications |2 fast | |
758 | |i has work: |a MICROSERVICES COMMUNICATION IN .NET USING GRPC (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYr4tjxvYjWQGmrYWkFWBd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Sazanavets, Fiodar |t Microservices Communication in . NET Using GRPC |d Birmingham : Packt Publishing, Limited,c2022 |
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3136328 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3136328 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH39569241 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL6870900 | ||
938 | |a EBSCOhost |b EBSC |n 3136328 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Record in the Search Index
DE-BY-FWS_katkey | ZDB-4-EBA-on1294295768 |
---|---|
_version_ | 1826942346292363264 |
adam_text | |
any_adam_object | |
author | Sazanavets, Fiodar |
author_facet | Sazanavets, Fiodar |
author_role | aut |
author_sort | Sazanavets, Fiodar |
author_variant | f s fs |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A65 |
callnumber-search | QA76.76.A65 |
callnumber-sort | QA 276.76 A65 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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. |
ctrlnum | (OCoLC)1294295768 |
dewey-full | 005.3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.3 |
dewey-search | 005.3 |
dewey-sort | 15.3 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1st edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05566cam a22005537i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1294295768</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |||||||||||</controlfield><controlfield tag="008">211222s2022 enk go 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UKAHL</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="c">UKAHL</subfield><subfield code="d">ORMDA</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCF</subfield><subfield code="d">UKMGB</subfield><subfield code="d">EBLCP</subfield><subfield code="d">NLW</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC234180</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">020447552</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1294151001</subfield><subfield code="a">1295279178</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1803249528</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781803249520</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1294295768</subfield><subfield code="z">(OCoLC)1294151001</subfield><subfield code="z">(OCoLC)1295279178</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781803236438</subfield><subfield code="b">O'Reilly Media</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10162485</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A65</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.3</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Sazanavets, Fiodar,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Microservices Communication in .NET Using gRPC :</subfield><subfield code="b">A step-by-step guide to using gRPC to enable efficient communication between .NET microservices /</subfield><subfield code="c">Fiodar Sazanavets.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1st edition.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2022.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">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 to make sure that your applications are as efficient and as scalable as possible Identify when gRPC is the best tool for the job and when it isn't Book Description Explore gRPC's capabilities for faster communication between your microservices using the HTTP/2 protocol in this practical guide that shows you how to implement gRPC on the .NET platform. gRPC is one of the most efficient protocols for communication between microservices that is also relatively easy to implement. However, its official documentation is often fragmented and.NET developers might find it difficult to recognize the best way to map between C# data types and fields in gRPC messages. This book will address these concerns and much more. Starting with the fundamentals of gRPC, you'll discover how to use it inside .NET apps. You'll explore best practices for performance and focus on scaling a gRPC app. Once you're familiar with the inner workings of the different call types that gRPC supports, you'll advance to learning how to secure your gRPC endpoints by applying authentication and authorization. With detailed explanations, this gRPC .NET book will show you how the Protobuf protocol allows you to send messages efficiently by including only the necessary data. You'll never get confused again while translating between C# data types and the ones available in Protobuf. By the end of the book, you'll have gained practical gRPC knowledge and be able to use it in .NET apps to enable direct communication between microservices. What you will learn Get to grips with the fundamentals of gRPC and Protobuf Debug gRPC components inside a .NET application to locate and fix errors Understand gRPC best practices, such as performance enhancement Effectively translate between gRPC and native C# code by applying well-known types Secure gRPC communication inside a .NET application Discover how to monitor gRPC on .NET by applying logging and metrics Who this book is for This book is for NET developers who are working with microservices and are looking for efficient solutions to facilitate communication between services using gRPC. Anyone who is familiar with microservices architecture and has knowledge of the fundamentals of .NET Core, but not necessarily of gRPC, will also find this book useful.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">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.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Digital communications.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85037972</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Transmission numérique.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming</subfield><subfield code="x">Microsoft.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">C#.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Web</subfield><subfield code="x">Web Services & APIs.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Digital communications</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">MICROSERVICES COMMUNICATION IN .NET USING GRPC (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCYr4tjxvYjWQGmrYWkFWBd</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Sazanavets, Fiodar</subfield><subfield code="t">Microservices Communication in . NET Using GRPC</subfield><subfield code="d">Birmingham : Packt Publishing, Limited,c2022</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3136328</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3136328</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH39569241</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL6870900</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">3136328</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1294295768 |
illustrated | Not Illustrated |
indexdate | 2025-03-18T14:26:33Z |
institution | BVB |
isbn | 1803249528 9781803249520 |
language | English |
oclc_num | 1294295768 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2022 |
publishDateSearch | 2022 |
publishDateSort | 2022 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Sazanavets, Fiodar, author. Microservices Communication in .NET Using gRPC : A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / Fiodar Sazanavets. 1st edition. Birmingham : Packt Publishing, 2022. 1 online resource text txt rdacontent computer c rdamedia online resource cr rdacarrier 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 to make sure that your applications are as efficient and as scalable as possible Identify when gRPC is the best tool for the job and when it isn't Book Description Explore gRPC's capabilities for faster communication between your microservices using the HTTP/2 protocol in this practical guide that shows you how to implement gRPC on the .NET platform. gRPC is one of the most efficient protocols for communication between microservices that is also relatively easy to implement. However, its official documentation is often fragmented and.NET developers might find it difficult to recognize the best way to map between C# data types and fields in gRPC messages. This book will address these concerns and much more. Starting with the fundamentals of gRPC, you'll discover how to use it inside .NET apps. You'll explore best practices for performance and focus on scaling a gRPC app. Once you're familiar with the inner workings of the different call types that gRPC supports, you'll advance to learning how to secure your gRPC endpoints by applying authentication and authorization. With detailed explanations, this gRPC .NET book will show you how the Protobuf protocol allows you to send messages efficiently by including only the necessary data. You'll never get confused again while translating between C# data types and the ones available in Protobuf. By the end of the book, you'll have gained practical gRPC knowledge and be able to use it in .NET apps to enable direct communication between microservices. What you will learn Get to grips with the fundamentals of gRPC and Protobuf Debug gRPC components inside a .NET application to locate and fix errors Understand gRPC best practices, such as performance enhancement Effectively translate between gRPC and native C# code by applying well-known types Secure gRPC communication inside a .NET application Discover how to monitor gRPC on .NET by applying logging and metrics Who this book is for This book is for NET developers who are working with microservices and are looking for efficient solutions to facilitate communication between services using gRPC. Anyone who is familiar with microservices architecture and has knowledge of the fundamentals of .NET Core, but not necessarily of gRPC, will also find this book useful. 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. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Digital communications. http://id.loc.gov/authorities/subjects/sh85037972 Logiciels d'application Développement. Transmission numérique. COMPUTERS Programming Microsoft. bisacsh COMPUTERS Programming Languages C#. bisacsh COMPUTERS Web Web Services & APIs. bisacsh Application software Development fast Digital communications fast has work: MICROSERVICES COMMUNICATION IN .NET USING GRPC (Text) https://id.oclc.org/worldcat/entity/E39PCYr4tjxvYjWQGmrYWkFWBd https://id.oclc.org/worldcat/ontology/hasWork Print version: Sazanavets, Fiodar Microservices Communication in . NET Using GRPC Birmingham : Packt Publishing, Limited,c2022 |
spellingShingle | Sazanavets, Fiodar Microservices Communication in .NET Using gRPC : A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / 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. Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Digital communications. http://id.loc.gov/authorities/subjects/sh85037972 Logiciels d'application Développement. Transmission numérique. COMPUTERS Programming Microsoft. bisacsh COMPUTERS Programming Languages C#. bisacsh COMPUTERS Web Web Services & APIs. bisacsh Application software Development fast Digital communications fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh85037972 |
title | Microservices Communication in .NET Using gRPC : A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / |
title_auth | Microservices Communication in .NET Using gRPC : A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / |
title_exact_search | Microservices Communication in .NET Using gRPC : A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / |
title_full | Microservices Communication in .NET Using gRPC : A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / Fiodar Sazanavets. |
title_fullStr | Microservices Communication in .NET Using gRPC : A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / Fiodar Sazanavets. |
title_full_unstemmed | Microservices Communication in .NET Using gRPC : A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / Fiodar Sazanavets. |
title_short | Microservices Communication in .NET Using gRPC : |
title_sort | microservices communication in net using grpc a step by step guide to using grpc to enable efficient communication between net microservices |
title_sub | A step-by-step guide to using gRPC to enable efficient communication between .NET microservices / |
topic | Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Digital communications. http://id.loc.gov/authorities/subjects/sh85037972 Logiciels d'application Développement. Transmission numérique. COMPUTERS Programming Microsoft. bisacsh COMPUTERS Programming Languages C#. bisacsh COMPUTERS Web Web Services & APIs. bisacsh Application software Development fast Digital communications fast |
topic_facet | Application software Development. Digital communications. Logiciels d'application Développement. Transmission numérique. COMPUTERS Programming Microsoft. COMPUTERS Programming Languages C#. COMPUTERS Web Web Services & APIs. Application software Development Digital communications |
work_keys_str_mv | AT sazanavetsfiodar microservicescommunicationinnetusinggrpcastepbystepguidetousinggrpctoenableefficientcommunicationbetweennetmicroservices |