Today I’ve presented .NET Micro Framework to the students of Nova Gorica. I demonstrated running the C# code on Netduino by taking photos (on demand from client) using […]
Slides (Slovene) from my “compiler as a service” talk at Bleeding Edge 2011
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, […]
My “compiler as a service” talk at Bleeding Edge 2011
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 […]
Added some features to Righthand Dataset Debugger Visualizer
Here is the list of what’s have been added in 1.0.5.: Tables tree width is persisted added "show original values" feature (through button in a toolbar). When enabled […]
Fixed Save As menu item in Righthand Dataset Debugger Visualizer
The Save As menu item should now work as expected. Go, grab v1.0.4 from dedicated page.
DevExpress’ FlowLayoutControl and MVVM
FlowLayoutControl unfortunately doesn’t support items binding. You can’t just provide a source and hope FlowLayoutControl will populate the content. But fear not, there is nothing attached properties can’t […]
Added toggle time option to Dataset Debugger Visualizer datetime columns
In version 1.0.3. I’ve added a popup item that toggles between showing time part of the date. Visualizer also inspects the DataTable at initialization and decides whether to […]
Two Windows 8 feature requests
Microsoft started blogging about Windows 8 (there is twitter account @BuildWindows8 as well) and I started thinking what I’d like to see in Windows 8. I can think […]
Righthand’s utilities for managing Intel Rapid Storage Technology drivers are live
I’ve started developing a set of utilities for managing Intel Rapid Storage Technology drivers (aka Intel’s integrated RAID drivers). Even though Intel provides a GUI there is a […]
Minor change to Righthand Dataset Visualizer
Editing an integer number doesn’t display a comma anymore. Righthand.DebuggerVisualizer.Dataset.2008_v1.0.2.zip (12.69 mb) Righthand.DebuggerVisualizer.Dataset.2010_v1.0.2.zip (12.69 mb)