Author Archives: erictummers

Unknown's avatar

About erictummers

Working in a DevOps team is the best thing that happened to me. I like challenges and sharing the solutions with others. On my blog I’ll mostly post about my work, but expect an occasional home project, productivity tip and tooling review.

MacBook case

For some protection I bought and installed a case on my MacBook. I installed it 6 months ago and wanted to share my thoughts. Installation starts with the bottom. It has little feet and grid slots for airflow.  On the back the cover … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

DataGridViewAutoFilter

Our WinForms application needs a filter on the DataGridView control. The google search took me back to July 2006 when Microsoft published Building a Drop-Down Filter List for a DataGridView Column Header Cell. Fast forward back to 2017. Turns out someone put … Continue reading

Posted in Development | Tagged , , | Leave a comment

WPF Toolkit PropertyGrid direct update

For the visuals in our WPF project we use the WPF toolkit. An awesome library that offers a lot of controls for free (Community Edition) and even more controls in the paid editions. When editing a string property in the PropertyGrid, we noticed some strange … Continue reading

Posted in Development | Tagged , | 1 Comment

Code standards review with RegEx

On our project we use Macroview to visualise and edit data. The script that drives the proces is subject to our definition of done code standards. A review of the script is a time consuming activity that is leading to … Continue reading

Posted in Development, Tooling | Tagged , , | Leave a comment

Make sprints available in visualstudio.com

We use visualstudio.com for our (after work) projects. Last night I noticed an old sprint was displayed as the current sprint on the Backlogs view. The list did not show any future sprints, but we had created them … Turns out you have to … Continue reading

Posted in Tooling | Tagged | Leave a comment