Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
Android / MonoForAndroid / Profiling / Xamarin

An alpha version of memory profiler for Xamarin Android

Posted on: June 5, 2014March 29, 2020

Memory profiling is one of the pillars of a good application. Even more important is on mobile devices since memory is usually scarce there. But sadly, there is […]

.net / Android / Development / DevExpress / Profiling / Xamarin

A memory profiler for Xamarin.Android

Posted on: March 28, 2014March 29, 2020

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

.net / Profiling / Red Gate

Investigating why an instance is kept alive in a .net application

Posted on: November 7, 2013March 29, 2020

Sometimes, when I want to verify .net memory management behavior, I fire up ANTS Memory Profiler and run it on a test application just to see how memory […]

.net / Profiling / Red Gate

ANTS Memory Profiler 5 and its expiration message

Posted on: May 6, 2009March 29, 2020

I installed ANTS Memory Profiler 5 beta version a couple of weeks ago to try it out. Unfortunately I haven’t had time to really use it but it […]

.net / DevExpress / Profiling

Make XtraVerticalGrid fast as a bullet

Posted on: August 24, 2007March 29, 2020

Recently I’ve discovered that XtraVerticalGrid, a nice vertical grid from [DevEx], has some serious problems with speed when doing batch updates. Usually you should enclose batch updates within […]

Niche Blog by Fahim Murshed