Hacker News new | ask | show | jobs
by dtquad 505 days ago
Your problems has more to do with some implementations than the grpc/protobuf specs themselves.

The modern .NET and C# experience with gRPC is so good that Microsoft has sunset its legacy RPC tech like WCF and gone all in on gRPC.

2 comments

Agreed. The newest versions of .NET are now chef’s kiss and so damn fast.
I would really like if proto to C# compiler would create nullable members. Hasers IMO give poor DX and are error prone.