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
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
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 asp.net, azure, fakes, mvc, roundup, web performance, webapi
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
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
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 angularjs, browserstack, fakes, fuslogvw, jasmine, karma, phantomjs, roundup
Leave a comment