Skip to content

Righthand Blog

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

  • Righthand Dataset Debugger Visualizer
.net / DevExpress

An exotic DevEx’ ReportDesigner breaking change in 12.2

Posted on: January 9, 2013March 29, 2020

If you ever customized (excellent) DevExpress ReportDesigner you might have used this line of code to obtain a reference to IDataSourceCollectionProvider within ReportDesigner class which allows to access […]

.net / Android / Development / MonoForAndroid

Just developing for Windows 8 Store gives your privacy a funeral

Posted on: November 2, 2012March 29, 2020

I was poking around with excellent MonoGame framework by creating a simple game, or better, starting to create a simple game. So far I’ve spent a day to […]

.net / Graphics / Hardware / Windows 8

Getting proper OpenGL driver for older AMD(ex. ATI) graphics cards on Windows 8

Posted on: November 1, 2012March 29, 2020

I have a not so new laptop that features ATI Radeon HD 3650 Mobility graphics cards. Which is quite fine for the usual tasks. According to AMD website […]

Hardware / Tip / Windows

SSD’s firmware version might be really important

Posted on: October 10, 2012March 29, 2020

I had a good old Asus EEE 1005HA netbook running Windows 7 just fine, albeit slow. The best way of speed it up was to upgrade it to […]

Uncategorized

Sometimes (Visual Studio) error messages are just misleading

Posted on: September 28, 2012March 29, 2020

Take into account this code Task.Factory.StartNew( () => { throw new Exception(); }). ContinueWith( t => { }, TaskScheduler.FromCurrentSynchronizationContext); Which results in following error: error CS1593: Delegate ‘System.Action<System.Threading.Tasks.Task,object>’ […]

.net / VS 2012

Visual Studio 2012 and .net 4.5 have officially launched

Posted on: September 13, 2012March 29, 2020

Read more about the launch on Somasegar’s blog and attend the forthcoming SLODUG meeting (held in Ljubljana, Slovenia, Slovene language) dedicated to this launch – new features presented […]

.net / Visualizer / VS 2008 / VS 2010 / VS 2012

Righthand Dataset Debugger Visualizer updated to 1.0.8 for Visual Studio 2012

Posted on: August 15, 2012March 29, 2020

Go, grab the Dataset visualizer test version for Visual Studio 2012 from dedicated page and visit forums as well.

.net / Visualizer / VS 2008 / VS 2010

Righthand Dataset Debugger Visualizer updated to 1.0.8

Posted on: August 7, 2012March 29, 2020

Here is the list of what’s have been added/changed in 1.0.8.: Fixed Next Change, Next Error Added contextual menu features on row right click: Delete/Remove row, Accept/Reject row […]

Hardware

Intel Smart Response Technology and not so smart UI technology

Posted on: July 24, 2012March 29, 2020

Due to some recent BSODs on my system where I couldn’t find out the source of the problems I’ve opted for a simple solution of replacing CPU, motherboard […]

.net / Tools

Fuslogvw.exe aka Fusion Log Viewer aka Assembly Binding Log Viewer troubleshooting

Posted on: July 4, 2012March 29, 2020

What do you do when you have problems with assembly binding? Exceptions don’t tell very much (failed to load for some reason is all you get). You call […]

Posts navigation

Previous page Page 1 … Page 6 Page 7 Page 8 … Page 59 Next page
Niche Blog by Fahim Murshed