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.

MEF configuration and parallel transactions

While testing my ASP.NET Web API solution single requests are fine, but multiple requests give HTTP500 after a long wait. A MEF configuration setting caused parallel transactions and the database provider was unable to handle them. Setup ASP.NET Web API … Continue reading

Posted in Development | Tagged , , | Leave a comment

Week roundup

Last week recap and links: Creating Help Pages for ASP.NET Web API, this is awesome, using MVC for documenting itself Using Stubs and Shims to Test with Microsoft Fakes, just before the conclusion he shows the fakes.xml syntax, didn’t knew … Continue reading

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

Nuget packages folder one level up

We had some issues with our nuget server. Every other build would fail because of a failing nuget restore. We decided to stop restoring the nugets and put them in source control. Adding the nugets will increase bytes in source … Continue reading

Posted in Development | Tagged | Leave a comment

iPad as third screen

When presenting I’m using the setup below. The big screen, my laptop and iPad all have an important role. Duplicate laptop and big screen Using “Windows-Key + P” you can select the setup for one extra screen. The big screen … Continue reading

Posted in Tooling | Tagged , , | Leave a comment

Week roundup

Last week recap and links: Using Fusion Log Viewer to Debug Obscure Loader Errors, by Scott Hanselman SETUP FOR TESTING JS WITH JASMINE, KARMA & PHANTOMJS AND BROWSERSTACK (ANGULARJS), not my cup of tea but always nice to see someone … Continue reading

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