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 […]
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 […]
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 […]
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 […]
A solution to Visual Studio Tools for Docker debugging problem
I you have problems with debugging your .net core application using Visual Studio Tools for Docker – the app simply stops at start and you see a lot […]
Fixing connection problems between Visual Studio and Mac when building iOS applications
I’ve been digging a bit into problems of connection between Visual Studio (Xamarin.iOS) and a Mac and wanted to share a few tips here. It all started with […]
(Android) Emulator on Hyper-V
An apparently great news is that Microsoft has been cooking up an Android emulator. It appears that every company now feels compelled to create one. Right now we […]
Righthand’s DataSet Debugger Visualizer supports VS2013
Highlights from new version to 1.0.11. added VS2013 version added a “separated assembly” versions. Until now I was using RedGate’s Smart Assembly to pack all referenced assemblies into […]
Making JSON data strong typed with TypeScript and CodeSmith
The situation Imagine a scenario where you have a JSON service that returns data and you’d like to have it strongly typed on javascript powered client side. Let’s […]
Roslyn project presentation at NTK 2012 material
Attached are the demo, the slides and enhanced Syntax Tree visualizer that I was showing at my NT Konferenca 2012 Project Roslyn talk on Thursday. Hope you’ve enjoyed […]