Libraries

LibrariesProtocol BUffers Views: 0

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

Read More

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

boostBuild ToolsCMakeDotnet CoreLibrariesPython Views: 0

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

Read More

AzureAzure IoTEdgeLinuxOpen CV Views: 0

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...

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