Articles tagged with: Development

TDD and Testing

Summary: Discusses various articles related to Test Driven Development and testing, including an article about unit testing in Ruby, an explanation of mock objects in Java, an article about the pros and cons of white and black box testing, and an article about TDD Anti-Patterns. The post also mentions the release of NUnit 2.2.9.


Postmortem: Madrid CodeCamp 2006

Summary: My summary of the Madrid CodeCamp 2006 event. Plus my demo sources.


VB.NET sucks

Summary: A rant about the frustrations of working with VB.NET for a C-style developer.


Small Blogger hack: Custom search

Summary: A tutorial on creating a custom search function for Blogger, including a javascript function, fake search form, and clickable topics/keywords.


ASP.NET & IIS bad things

Summary: A discussion on the challenges and frustrations encountered with ASP.NET and IIS, including issues with basic authentication, HttpContext differences, and limitations of HttpModules.