Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net / .net 3.5 / .net 4.0 / Visual Studio / Visualizer / VS 2008 / VS 2010 / VS 2012 / VS2013

Righthand’s DataSet Debugger Visualizer supports VS2013

Posted on: October 17, 2013March 29, 2020

Highlights from new version to 1.0.11. added VS2013 version added a “separated assembly” versions. Until now I was using RedGate’s Smart Assembly to pack all referenced assemblies into […]

.net 3.5 / .net 4.0

Manage Code ContractClass plugin

Posted on: August 6, 2011March 29, 2020

I just finished coding a DXCore/CodeRush plugin that helps you with managing the ContractClass for an interface. Find the dedicated page here.

.net / .net 3.5 / Tools / Virtualization

Righthand’s utilities for managing Intel Rapid Storage Technology drivers are live

Posted on: July 9, 2011March 29, 2020

I’ve started developing a set of utilities for managing Intel Rapid Storage Technology drivers (aka Intel’s integrated RAID drivers). Even though Intel provides a GUI there is a […]

.net / .net 3.5 / CodeRush

Go To Implementator update

Posted on: January 17, 2011March 29, 2020

Due to the DXCore/CodeRush internal reorganization I’ve had to update my Go To Implementator plugin as well. Nothing changed except that the new version (1.0.6) now works with […]

.net 3.5 / DirectX / Graphics / Parallel programming

A managed path to DirectCompute

Posted on: December 4, 2009March 29, 2020

About DirectCompute After NVidia Cuda, OpenCL we got DirectX’s version (of GPGPU parallelism for numerical calculations) named DirectCompute. All three technologies are very similar and have one goal: to […]

.net 3.5 / .net 4.0 / Parallel programming

Want to try Parallel Extensions on .net 3.5?

Posted on: November 20, 2009March 29, 2020

Check out Reactive Extensions to .NET (Rx). Looks like it includes “a back ported (and unsupported) release of Parallel Extensions for the .NET Framework 3.5 in the form […]

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

.net 3.5 / VS 2008

A better call to Control.Invoke

Posted on: June 26, 2009March 29, 2020

Whenever one needs to interact with WinForms UI from within another thread (the one that didn’t create the UI controls) one has to rely on the Control.Invoke (or […]

.net / .net 3.5 / DevExpress / Visual Studio / Visualizer / VS 2008

Packing assemblies to a single file for Righthand.Dataset.Visualizer

Posted on: June 23, 2009March 29, 2020

A while ago I’ve created Righthand.DataSet.Visualizer, an advanced DataSet visualizer. Today I’ve added support for displaying a single table as well. It wasn’t a big deal but I […]

.net 3.5 / asp.net mvc / DevExpress

Using XtraChart ASP.NET control in an ASP.NET MVC project

Posted on: May 13, 2009March 29, 2020

The problem These days I am building an ASP.NET MVC project that requires charting. The problem is that there are no native ASP.NET MVC charting controls out there. […]

Posts navigation

Page 1 Page 2 … Page 6 Next page
Niche Blog by Fahim Murshed