Here is a first ever snapshot of my home-grown memory profiler for Xamarin.Android. While very spartan it does the core job – comparing two snapshots for objects with […]
Running DevExtreme as MVC project in simulator
DevExtreme has a nice (web) simulator that lets you preview your application on a target device (tablet, phone, iOS, Android). That’s really nice. However, out of the […]
Incoming TypeScript definitions for PhoneJS and ChartJS (DevExtreme)
PhoneJS along with ChartJS are DevExpress’ efforts in providing single page web applications for mobile platforms (think Tablets and Phones). Together they are combined into DevExtreme combo. In […]
An exotic DevEx’ ReportDesigner breaking change in 12.2
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 […]
FindViewById<> CodeRush template
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 […]
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 […]
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 […]
Automating the Righthand Dataset Visualizer build process and a refresh build
Since the last version released I become aware of an issue in the visualizer. If you were working on a project that referenced newer DevExpress assemblies the visualizer […]
Comparing heating costs using Silverlight
Out of curiosity I’ve decided to compare actual heating costs versus theoretical heating costs. The calculation shows how much it would cost If I used a modern conditioner […]