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 […]
Just developing for Windows 8 Store gives your privacy a funeral
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 […]
Getting proper OpenGL driver for older AMD(ex. ATI) graphics cards on Windows 8
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 […]
SSD’s firmware version might be really important
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 […]
Sometimes (Visual Studio) error messages are just misleading
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>’ […]
Visual Studio 2012 and .net 4.5 have officially launched
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 […]
Righthand Dataset Debugger Visualizer updated to 1.0.8 for Visual Studio 2012
Go, grab the Dataset visualizer test version for Visual Studio 2012 from dedicated page and visit forums as well.
Righthand Dataset Debugger Visualizer updated to 1.0.8
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 […]
Intel Smart Response Technology and not so smart UI technology
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 […]
Fuslogvw.exe aka Fusion Log Viewer aka Assembly Binding Log Viewer troubleshooting
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 […]