Rhino Mocks new syntax
posted by berko(170) 4 years, 8 months ago 0
I wonder which is the "preferred" way?
Reply
Getting Started with TDD
posted by berko(170) 3 years, 10 months ago 0
You could try my screencast for a more practical introduction - http://www.dotnetkicks.com/unittesting/Test_Driven_Development_Beginners_Screencast YMMV This article linked here has some very good ideas about the practice of introducing TDD to a dev team. It doesn't try to explain how to perform the practice. That is not a criticism of the article itself but maybe the title could have set expectations a little better.
Implementing a Repository and Specificaiton pattern using Linq
posted by berko(170) 3 years, 9 months ago 0
My similar, but more encapsulated, implementation can be seen here - http://www.dotnetkicks.com/csharp/Linq_Expressions_The_Specification_Pattern_and_Repositories_Part_1