Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net / Announcement / Visual Studio / Visualizer

Righthand DataSet Visualizer goes 1.0

Posted on: January 8, 2011March 29, 2020

As a New Year’s gift I’ve fixed few bugs in Righthand DataSet Visualizer and set its version to 1.0. Here are some changes: uncompressed assembly is a bit […]

.net / DirectX / Visual Studio

Capture DirectX 10/11 debug output to Visual Studio

Posted on: October 25, 2010March 29, 2020

Working with default DirectX configuration in a Visual Studio project is like working with a black box. Even more so when you have a managed code project. Mostly […]

.net / .net 4.0 / Visual Studio / Visualizer

Getting HRESULT: 0x80131515 when running Righthand DataSet Visualizer?

Posted on: May 30, 2010March 29, 2020

Are you getting a HRESULT: 0x80131515 when invoking Righthand DataSet Visualizer from Visual Studio like this: The problem is that OS marked the visualizer assembly as unsecure since […]

.net / Announcement / Red Gate / Visual Studio / Visualizer / VS 2008 / VS 2010

Righthand DataSet Visualizer now supports Visual Studio 2010

Posted on: May 21, 2010March 29, 2020

New in 0.9.16: added support for Visual Studio 2010 and updated user interface a bit. As before, everything is merged into a single dll file which is also […]

.net / CodeRush / DevExpress / DXCore / DXCore plugin / Visual Studio

Meet “Go To Implementator” DXCore plugin for Visual Studio

Posted on: January 18, 2010March 29, 2020

The problem One of the biggest annoyance when doing unit-test-friendly projects is that you have to deal with interfaces much more than you usually would. This isn’t bad […]

Visual Studio / VS 2008

Adding features to Visual Studio 2008 SP1

Posted on: November 15, 2009March 29, 2020

While trying to compiling nVidia CUDA kernels on my Windows 7 x64 I realized that somehow I didn’t install the Visual Studio 2008 C++ x64 compilers and tools. […]

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

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

.net / CodeRush / DevExpress / Visual Studio

Reversing for loops with CodeRush

Posted on: September 17, 2009March 29, 2020

Imagine you have to delete a bunch of items from a list, something like this: List<int> items = new List<int>();…for (int i = 2; i < items.Count; i++){ […]

Posts navigation

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