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.

Resize image in Word with macro

Whenever I need to walk through a wizard I make screenshots of the steps. This comes in handy when someone else needs to do the same thing or just for logging purpose. The screenshots come in a Word document. To … Continue reading

Posted in Tooling | Tagged , , | 36 Comments

WCF message tracing

To many times I’ve searched for this in google. How to trace the WCF messages to disk. Here is how:

Posted in Development | Tagged , , | Leave a comment

WPF treeview node select

My project contains a treeview which is bound to a hierarchical list. The data is displayed correct, but the nodes cannot be selected by clicking the text, you must click on the little space reserved for an icon of so. … Continue reading

Posted in Development | Tagged , , | 1 Comment

EF4 and SQLite

I want to create my datalayer with Entity Framework. But I’m using SQLite as the database. How to create the database if it is a new file? First create a database to import in EF. Model first just isn’t that … Continue reading

Posted in Development | Tagged , , , , , , | 2 Comments

Log with notepad

I’m using a hack found here to log with notepad. Whenever the link is opened a window of notepad is openen, with a timestamp inserted at the end of the file and the cursor positioned after the timestamp. Now I … Continue reading

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