Opleiding: Developing services with gRPC in .NET
Learn how to build gRPC services in .NET!
gRPC is the new technology for high performance (micro)services. In this training you wlll learn which features gRPC offers and how you can use this in .NET.
After a short overview of gRPC the Interface Definition Language (proto) is explained and with it the datatypes that can be used. Next the various Message Exchange Patterns are discussed and the way gRPC can be used in .NET. At the end authentication will be covered.
- Understand general concepts of gRPC [Understand]
- Understand Protocol Buffers [Understand]
- Apply gRPC to build clients and servers in .NET. [Apply]
- Supported Languages
- Protocol Buffers
- Interface Definition Language
- Message Exchange Patterns
- Metadata
- Timeouts
- Canceling
- Messages
- Field Numbers
- Mapping
- Field Types
- Enumerations
- importing .proto files
- Nested types
- Unknown fields
- Any type
- Oneof
- Maps
- Packages
- Timestamp
- Empty type
- Error handling
- Required NuGet packages
- Server side implementation
- Client side implementation
- Async Unary calls
- Request Streaming
- Response Streaming
- Duplex Streaming
- ASP.NET Core Clients
- ASP.NET Authentication
- Client Certificate…
