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.

Nuget trouble

Keeping the versions of packages in sync was difficult today. My MVC website must load and display a controller / view from another project. The assembly is in the bin folder and the objects are loaded using Structuremap. When running … Continue reading

Posted in Development | Tagged , , , | 1 Comment

Correct CSV files with ghost quotes

Last week I helped out a colleague of the Business Intelligence team. Some CSV input files contained extra quotes (“) in text fields. That threw off the import because the quote is also used to surround strings. Below the regular … Continue reading

Posted in Development | Tagged , | 1 Comment

Week roundup

On twitter I read this post: Since I have a wordpress blog and like a challenge, here is the daily post in my Zero to Hero sequence. Publish a roundup post Here are the best articles I’ve read/seen last week: … Continue reading

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

Blue Monday, the day(s) after

On twitter I read this post: Since I have a wordpress blog and like a challenge, here is the daily post in my Zero to Hero sequence. publish a post inspired your Blue Monday post Garfield is my kind of … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

xUnit in Visual Studio

My current project requires xunit for unit testing. I’m used to mstest as it is build into visual studio, but xunit integration is transparent with the extension installed. Setup To get xUnit working with the Test explorer install the xUnit.net … Continue reading

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