Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
.net / Development / Tools / Visual Studio / Visualizer / VS 2022

Updated Righthand Dataset Debugger Visualizer

Posted on: October 14, 2024

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 […]

Uncategorized

Getting useful during coronavirus pandemic

Posted on: May 16, 2020

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 […]

.net / Visual Studio / Visualizer

A refresh and support for Visual Studio 2019 for Righthand Dataset Debugger Visualizer

Posted on: April 27, 2019March 29, 2020

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 […]

dart / flutter

The perils of flutter’s Table widget

Posted on: January 28, 2019March 29, 2020

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 […]

Uncategorized

Building a Raspberry PI cluster – software

Posted on: July 7, 2018March 29, 2020

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 […]

.net / Visual Studio

Switching from packages.config to PackageReference for .NET projects

Posted on: July 5, 2018March 29, 2020

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 […]

Docker / Hardware / Microcontroller / Virtualization

Building a Raspberry PI cluster

Posted on: June 26, 2018March 29, 2020

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 […]

.net / C#

About in parameter modifier on value type, properties and defensive copy

Posted on: May 25, 2018March 29, 2020

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. […]

Xamarin

Fresh new Xamarin.Forms application created from template yields a ton of errors

Posted on: January 24, 2018March 29, 2020

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 […]

.net / Visual Studio

Troubleshooting Live Unit Test build failure

Posted on: January 19, 2018March 29, 2020

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 […]

Posts navigation

Page 1 Page 2 … Page 59 Next page
Niche Blog by Fahim Murshed