October 9, 2023

Beyond Speed and Specs – Why Genuine SBC and MCU’s are the right choice for your project

Decisions, we all make them. You may make a decision based on specifications, performance, time to value supportability and so on. There are many dimensions, and […]
September 20, 2023

.NET 8.0: Additional JsonNode Functionality

.NET 8 offers some exciting updates to System.Text.Json. One of my favorites of them is, now we have some handy additional functionalities on JsonNode. The JsonNode has following new methods: namespace System.Text.Json.Nodes; […]