Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
Uncategorized

Sometimes (Visual Studio) error messages are just misleading

Posted on: September 28, 2012March 29, 2020

Take into account this code Task.Factory.StartNew( () => { throw new Exception(); }). ContinueWith( t => { }, TaskScheduler.FromCurrentSynchronizationContext); Which results in following error: error CS1593: Delegate ‘System.Action<System.Threading.Tasks.Task,object>’ […]

Uncategorized

An odd error when adding items to toolbox in Visual Studio 2010

Posted on: April 6, 2011March 29, 2020

Ever got an error like this when trying to add a toolbox item? Textual representation (for search engines): ————————— Microsoft Visual Studio ————————— Could not resolve mscorlib for […]

Uncategorized

Disabled post comments due to spam

Posted on: October 25, 2010March 29, 2020

Due to the massive spam amount I was getting these days I’ve opted to disable all comments to my posts for the time being. When I figure out […]

Uncategorized

Two weeks of HTC Desire impressions

Posted on: June 30, 2010March 29, 2020

I am following the Android phones progress for quite some time now, though I haven’t had one for real yet. At best I peeked a friend’s phone or […]

Uncategorized

Final Builder as a helper

Posted on: November 13, 2009March 29, 2020

Today I’ve tried to ILMerge a WinForms application that uses a bunch of DevExpress controls to produce a single executable in response to this thread. Just for testing […]

Uncategorized

Upgraded BlogEngine from 1.4.5 to 1.5

Posted on: June 13, 2009March 29, 2020

I have just upgraded BlogEngine.net, an excellent blog engine which hosts this blog, from 1.4.5 to 1.5. The process was more or less smooth as I’ll describe in […]

Uncategorized

Providing syntax editor within a .net application

Posted on: October 20, 2008March 29, 2020

Many times I’ve incorporated some sort of scripting capabilities into my .net applications. Usually I’d let user to type in some C# code and then I’d take that […]

Uncategorized

Intel Matrix Storage Manager (RAID) drivers are perfect!

Posted on: June 21, 2008March 29, 2020

I am using Intel’s ICH9R RAID controller integrated on my server’s motherboard for a RAID5 configuration of three disks. Since I don’t need huge performance the mentioned hardware […]

Uncategorized

.net 3.5 SP1 beta and Visual Studio 2008 SP1 beta are here

Posted on: May 13, 2008March 29, 2020

There are various enhancements and even changes in SP1. Perhaps one of the most interesting is the change in security: applications launched from LocalIntranet will get FullTrust by […]

Uncategorized

LINQ to XtraGrid

Posted on: February 23, 2008March 29, 2020

If you work with [DevEx] XtraGrid’s GridView then you know that it provides a relatively cumbersome way to read values of its grid cells: the values aren’t strong […]

Posts navigation

Previous page Page 1 Page 2 Page 3 … Page 5 Next page
Niche Blog by Fahim Murshed