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 memory profiler for Xamarin.Android
Here is a first ever snapshot of my home-grown memory profiler for Xamarin.Android. While very spartan it does the core job – comparing two snapshots for objects with […]
Poor man’s performance profiling
If you have been doing development with Xamarin on Android you have probably noticed the total absence of any profiler, there is not even a decent method to […]
A week of impressions of developing for Android using Xamarin & MvvmCross
Occasionally I watch road bicycling and it happens that I started following Vuelta 2013. Of course I downloaded the official application for Android as well – to keep […]
Free Succinctly book series from Syncfusion
Lately Syncfusion started producing e-books grouped under Succinctly series. The books are for developers on (mostly) Microsoft platform and are a free download albeit registration is required. I’ve […]
Just developing for Windows 8 Store gives your privacy a funeral
I was poking around with excellent MonoGame framework by creating a simple game, or better, starting to create a simple game. So far I’ve spent a day to […]
Two dimensional ScrollView for MonoDroid
There is no two dimensional scroll view for Android out of the box – the one that lets user scroll in both horizonal and vertical direction. There are […]