dotnet-grpc Full gRPC lifecycle for .NET applications. Covers service definition, code generation, ASP.NET Core gRPC server implementation and endpoint hosting, client patterns, all four streaming patterns (unary, server streaming, client streaming, bidirectional streaming), authentication, load balancing, and health checks. Out of scope: Source generator authoring patterns (incremental generator API, Roslyn syntax trees) -- see [skill:dotnet-csharp-source-generators]. HTTP client factory patterns and resilience pipeline configuration -- see [skill:dotnet-http-client] and [skill:dotnet-resili…