Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.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 / 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 […]

.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 3.5 / asp.net mvc / CodeRush / DevExpress / DXCore / DXCore plugin / VS Add In

Strong typing routes in ASP.NET MVC

Posted on: April 21, 2009March 29, 2020

Let’s say you have Test action in Home controller like this: public ActionResult Test(int id, int tubo) { return View("Index"); } And you want to create a hyperlink […]

Niche Blog by Fahim Murshed