About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
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
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
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
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
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