About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: TDD
Test Driven Development with Visual Studio
SDC Minutes before my talk Marcel was desperately trying to get in touch. My badge for speaker was left at the check-in counter and my phone was on “do not disturb”. Marcel found me setting up my laptop and already … Continue reading
SDC 2014
The SDN – Software Development Network – is a special interest group for dutch developers. Four times a year they organise an event where people present and talk about their passion. As a member of the SDN you are aware … Continue reading
Posted in Conference
Tagged asp.net, async, coded UI test, internet-of-things, mobile services, MS Access, nosql, sdn, Security, SOLID, TDD, visual studio, Windows Azure, windows phone
1 Comment
Week 45 roundup
Last week recap and links: I’ll be speaking at the Software Development Conference. Will post in more detail after the event. Found 30 days of TDD serie on telerik’s blog. Good read about Test Driven Development with telerik tools. HATEOAS, … Continue reading
How to convince developers and managers to do TDD
Questions and answers when introducing test driven development Continue reading
Why you should TDD
In a recent code review I noticed a bug that was undetected by the unit tests. Read: all tests passed, but the code was wrong. When asked the developer confessed the unit tests were created after the code was created. … Continue reading