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

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

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

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

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

.net

More about SharpRedux

Posted on: December 31, 2017March 29, 2020

Since last post about SharpRedux I added GettingStarted sample, did a bit of refactoring and added quite some documentation. Go check the documentation and play with both samples. […]

.net

Quick introduction to Righthand.SharpRedux library

Posted on: December 28, 2017March 29, 2020

I’ve been experimenting with a redux implementation for .net lately and here is the current state. The core library is quite functional and ready for a bit more […]

.net / Announcement / C# / Docker / Linux / Mono

Mono, Docker, 3.14, WebAPI on NTK 2016

Posted on: May 13, 2016March 29, 2020

This year I’ll be presenting at Microsoft’s NT Konferenca as I do every year. As the topic I’ve picked my experience of using Docker I gathered from a […]

.net / C# / Linux / Mono / ORM

Porting a .net application to Linux/Mono/MonoDevelop

Posted on: December 13, 2015March 29, 2020

I have a small .net application that I wanted to run on Linux since it is a deamon/service sort of app. Basically is an app that peridically retrieves […]

.net

TwoWay binding trap on Windows Store apps

Posted on: May 28, 2015March 29, 2020

Imagine having a TextBox bound to a viewmodel’s property in a TwoWay mode. In between a converter that does possibly an asymmetric conversion – in this case the […]

Posts navigation

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