Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
VS 2008 / VS 2010

Easy way to edit Visual Studio’s project file using XML editor

Posted on: December 22, 2009March 29, 2020

There are times one needs to edit a project file (csproj, vbproj or others) in XML editor or just text editor because all settings are not available through […]

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 / 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 / Deployment / Visual Studio / VMWare / VS 2008

Powerful and easy installation authoring of .net applications with Advanced Installer

Posted on: August 6, 2009March 29, 2020

Lately I’ve built a .net class library that supports COM as well. To make setup file I usually use Visual Studio’s Setup Project because I rarely do anything […]

.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 / DevExpress / VS 2005 / VS 2008 / VS Add In

Autoimplement base class constructors with CodeRush

Posted on: December 5, 2008March 29, 2020

How often do you derive a class and re-create all of the base constructors? This is not an uncommon task, let’s take a custom exception class for example: […]

.net 3.5 / LINQ / LLBLGenPro / VS 2008

Using extension methods to make code less cluttered

Posted on: November 8, 2008March 29, 2020

Here is an example where an extension method is useful. Take this [LGP] code for example: public EntityCollection<CustomersEntity> GetCustomers() { using (DataAccessAdapter da = new DataAccessAdapter("Data Source=[SERVER];Initial Catalog=Northwind;Integrated […]

DevExpress / VS 2005 / VS 2008 / VS Add In

CodeRush Xpress is free

Posted on: November 5, 2008March 29, 2020

A stripped (more express) version of CodeRush, called CodeRush Xpress, is available for download at no charge! And even a bunch of refactorings are included. See the announcement […]

Posts navigation

Previous page Page 1 Page 2
Niche Blog by Fahim Murshed