Since Visual Studio 2022 17.11+ is now forbidding binary serialization, I had to update Righthand Dataset Debugger Visualizer with JSON serialization instead. I simply switched to reliable Json.NET […]
Getting useful during coronavirus pandemic
Since many of us, including me, got more free time during the pandemic because the quarantine and the resulting situation, I decided to help the fight against the […]
A refresh and support for Visual Studio 2019 for Righthand Dataset Debugger Visualizer
I had some spare time and decided to add support for Visual Studio 2019 to Righthand Dataset Debugger Visualizer. Along the path I decided to upgrade underlying DevExpress […]
The perils of flutter’s Table widget
I recently started exploring Flutter for mobile apps, and I have to say that I like it. But that’s a story for another blog post. Here I just […]
Building a Raspberry PI cluster – software
Building a Raspberry PI cluster Building a Raspberry PI cluster – software (this) The last time I was writing about the hardware aspect of building a Rasberry PI […]
Switching from packages.config to PackageReference for .NET projects
Recently NuGet introduced a new way of handling packages within a project. Instead of stuffing references in a separate packages.config file, it introduced storing package references right in […]
Building a Raspberry PI cluster
Motivation Partially for learning, partially because it might come handy, I decided to build my own Rasbperry PI cluster that would run HypriotOS and Kubernetes. If you search […]
About in parameter modifier on value type, properties and defensive copy
in parameter modifier was introduced in C# 7.2. It lets you pass (value) types by reference but at the same time protect you against modifying the actual instance. […]
Fresh new Xamarin.Forms application created from template yields a ton of errors
I created a new Android and iOS/NETStandard Xamarin.Forms application with Visual Studio 2017 15.5.4 and immediately got an exclamation mark on Dependencies node in Common project. Trying to […]
Troubleshooting Live Unit Test build failure
It happens that I have a .NET 4.6.2 solution including Unit Test projects that builds just fine. However, when starting Live Unit Test it would complain build completed […]