Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net / Parallel programming / Windows

Jinxing your application

Posted on: October 26, 2009March 29, 2020

If you ever wrote a multithreading application you should understand how hard is to get it right. If you don’t understand it then your application most probably isn’t […]

.net

Things that you didn’t know

Posted on: October 22, 2009March 29, 2020

I am working on a some sort of file cache system lately and I’ve encountered a bizarre error. When a certain file representing an image had to be […]

.net / .net 4.0

What’s new in the BCL in .net 4.0 beta 2

Posted on: October 22, 2009March 29, 2020

Check out this post about what’s new in the BCL in .net 4.0. beta 2. As you can see there is a good amount of timesaving functionality. My […]

.net / .net 4.0 / Visual Studio / VS 2010

Visual Studio 2010 beta 2 and .net 4.0 beta 2 available on MSDN

Posted on: October 20, 2009March 29, 2020

Both Visual Studio 2010 beta 2 and .net 4.0 beta 2 are available for MSDN subscribers and on Wednesday for everybody. Perhaps an important feature is that a […]

.net / .net 3.5 / .net 4.0 / LINQ

Dealing with iterations over null lists in LINQ to Objects

Posted on: October 15, 2009March 29, 2020

Problem If you used LINQ to Objects you have certainly come across iterations over null values resulting in an ArgumentNullException being thrown at you. See this example: int[] […]

Parallel programming / Red Gate / Visual Studio / VS Add In

.net reflector pro is awesome

Posted on: October 7, 2009March 29, 2020

.net reflector I am sure we all know and love .net reflector originally developed by Lutz Roeder and took over by fine folks at Red Gate. If you […]

.net / asp.net mvc / CodeRush / CodeSmith / DXCore / DXCore plugin / Presentation / Visual Studio / VS 2008

The slides and code from my “Making asp.net mvc applications strong typed” presentation

Posted on: October 2, 2009March 29, 2020

Yesterday I held a presentation (as the part of Bleeding Edge 2009 conference) on how to make ASP.NET MVC applications strong typed by using CodeSmith and CodeRush (actually […]

Niche Blog by Fahim Murshed