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
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
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
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 design pattern, node.js, roundup, Windows Azure, zero to hero
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
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 mstest, unittest, visual studio, Visual Studio 2012, visual studio 2013, xunit
Leave a comment