Tag: Protocol BUffers

LibrariesProtocol BUffers Views: 0

Creating .proto definitions from existing types at runtime

Jared Rhodes, Microsoft MVP and Pluralsight Author, showcases how to create Protocol Buffer definitions from existing classes. This post focuses on EFCore but can be generalized to any different type definitions you would like to use.

Read More

AzureAzure IoTEdgeLibrariesProtocol BUffersXamarin Views: 0

Using Protocol Buffers with Azure IoT Edge

Google’s Protocol Buffers are a perfect fit with the multilingual approach of Azure IoT Edge. Using ProtoBuf, a message format can...

Read More

Build ToolsCMakeLibrariesProtocol BUffers Views: 0

Generate Protocol Buffers on build with CMake

Just to see if it was possible on my current project, I tried to generate C++ code files from their .proto definitions whenever CMake ran....

Read More
Close