Friday, May 8, 2009

StoryQ - BDD in C# .Net 3.5 in Launchpad

BDD (Behavior Driven Development) is the next progression step to TDD (Test Driven Development). StoryQ is a C# framework that makes BDD simple.

Also, check out BDD Spec Generator (which generated spec document from the BDD code tests).

BDD is a way to test use cases. Check out BDD and nBehave for some suggestions on writing BDD cases.

Compare the syntax between BDD and FluentInterface .

Check out the NBehave Framework.

Also, check out BBD with xUnit.

Cool LINQ Tool - Linqpad

I just learned about a cool LINQ tool (Linqpad) that can save you a lot of time in writing LINQ.