with one click
gRPC.Agent.Template
gRPC.Agent.Template contains 6 collected skills from ADASK-B, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
gRPC interceptors for ASP.NET Core — server and client interceptors for logging, authentication, validation, error handling, and metrics. Use when implementing cross-cutting concerns.
gRPC communication patterns for ASP.NET Core — unary, server streaming, client streaming, and bidirectional streaming. Use when implementing or choosing between RPC patterns.
gRPC resilience patterns — retry policies, hedging, deadlines, cancellation, and transient fault handling for .NET gRPC clients. Use when implementing fault-tolerant gRPC communication.
gRPC security best practices for ASP.NET Core — TLS configuration, JWT authentication, authorization policies, message size limits, input validation, and PII protection. Use when securing gRPC services.
gRPC integration testing for ASP.NET Core — test infrastructure, fixtures, patterns for all RPC types, code coverage with coverlet, and mocking strategies. Use when writing or improving gRPC tests.
Protocol Buffers API design — message structure, field numbering, backward compatibility, enums, well-known types, and oneof. Use when designing or evolving proto schemas.