gRPC C++ and Self Signed Certificates
Jared Rhodes, Microsoft MVP and Pluralsight Author, explains the different values available for C++ gRPC and hosting it with self-signed certificates
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.
Communicating between Python and .NET Core with Boost Interprocess
Jared Rhodes, Microsoft MVP and Pluralsight Author, showcases how to use shared memory to communicate between .net core and python
Using Open CV C++ with Azure IoT Edge
If you are looking for a guide on creating an Open CV module in Python, check out a guide here. This guide will focus on creating an Azure...
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...
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....