Use Visual Studio to generate .cs from .proto and steamline your development process
Well, protobuf. Right? If you haven’t heard of it, please visit – https://developers.google.com/protocol-buffers/ and read it. It is pretty cool in terms network communication. Reduces size of your payload a lot. Now, if you are like me trying to use .proto files with Visual Studio, you might find it painful, to re-generate .cs files after […]
Read More…