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 […]
Writing to SD card and notifying outside world of changes
When writing a logging part of an application (Mono For Android/Visual Studio) I got some, seemingly, weird Android behaviour. Since my application transmits large strings over the net […]
Roslyn project presentation at NTK 2012 material
Attached are the demo, the slides and enhanced Syntax Tree visualizer that I was showing at my NT Konferenca 2012 Project Roslyn talk on Thursday. Hope you’ve enjoyed […]
Two dimensional ScrollView for MonoDroid
There is no two dimensional scroll view for Android out of the box – the one that lets user scroll in both horizonal and vertical direction. There are […]
NT Konferenca 2012 lectures schedule for mobile devices
I’ve created a simple ASP MVC 4/jQuery Mobile UI web site that helps you with NT Konferenca 2012 lectures schedule if you have a mobile device (now, who […]
Go To Implementator update
New version of my Go To Implementator (1.0.8) is now built against DXCore/CodeRush 11.2.11.
Updated Righthand’s utilities for managing Intel Rapid Storage Technology
I’ve updated my tools for managing IRST and dedicated page as well. Command line utility now displays arrays, volumes, disks, RAID support and ports. It is also in […]
SignalR client on Mono for Android
While SignalR is a great library for push notifications it has one “flaw”. There is no included Android client implementation currently, and by Android I mean Mono For […]
Righthand Dataset Debugger Visualizer updated to 1.0.6
Here is the list of what’s have been added/changed in 1.0.6.: better handling of a single DataTable – now, when table is part of a dataset, it loads […]
Realtime graph for WPF
You know the Task Manager’s CPU Usage History graph that shows CPU utilization over time? Try that type of the graph in WPF and you’ll realize that it […]