Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net / Android / CodeRush / DevExpress

FindViewById<> CodeRush template

Posted on: June 9, 2012March 29, 2020

Here is an useful CodeRush editor template if you work with Mono For Android. FindViewById<«FieldStart»«Caret»«FieldEnd»>(Resource.Id.«FieldStart»«FieldEnd»);«Target()» I use string fv as trigger. That makes binding variables/fields to Views a […]

.net / CodeRush

Go To Implementator update

Posted on: May 13, 2012March 29, 2020

New version of my Go To Implementator (1.0.8) is now built against  DXCore/CodeRush 11.2.11.

.net / CodeRush / DevExpress / DXCore / DXCore plugin / Presentation / Slovenia

Slides (Slovene) from my “compiler as a service” talk at Bleeding Edge 2011

Posted on: October 2, 2011March 29, 2020

I have to say that I really liked this year’s Bleeding Edge event. It happens rarely that all the pieces fit together: weather was excellent, location was beautiful, […]

.net / CodeRush / DevExpress / DXCore / DXCore plugin / Presentation / Slovenia

My “compiler as a service” talk at Bleeding Edge 2011

Posted on: September 28, 2011March 29, 2020

Microsoft is working on compiler as a service codenamed Roslyn for Visual Studio 11 which is supposed to come sometime next year, I assume towards the end of […]

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

CodeRush / DevExpress

Developer Express published roadmap for 2010

Posted on: January 5, 2010March 29, 2020

First new “feature” is stepping down from three releases per year to two releases per year. Regardless how it sounds, it makes sense. A lot of sense. Developers […]

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

.net 3.5 / asp.net mvc / CodeRush

Enhancing strong typed views in ASP.NET MVC

Posted on: April 22, 2009March 29, 2020

I’ve added new constructs for replacing < % Html.RenderPartial("~/Shared/LogOnUserControl.ascx", model); %>   with these < % Html.RenderPartial().Shared.LogOnUserControl(model); %>   where model argument is strong typed of course. There […]

Posts navigation

Page 1 Page 2 Next page
Niche Blog by Fahim Murshed