Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
Uncategorized

My first public Android application has been published a while ago

Posted on: October 11, 2014March 29, 2020

I should have written this post months ago, I kept postponing it but now here it is. For the first half of the year I’ve been writing a […]

C#

Thinking about delayed getters on properties in C#6.0 or after that

Posted on: October 2, 2014March 29, 2020

Here is a typical scenario where one postpones property value creation until the property getter is accessed: private SomeType something; public SomeType Something { get { if (something […]

Niche Blog by Fahim Murshed