Community

Implementing State in .NET Core gRPC Messages with oneof

(Peter Vogel) In the real world, you’ve been dealing with the State pattern every time you designed a set of database tables. The Protocol Buffers specification lets you do the same thing when you define the messages you send and receive from your gRPC Web Service.