First TDD, Simple 2-tier C# Project - what do I unit test?
- by Joel
This is probably a stupid question but my googling isn't finding a satisfactory answer. I'm starting a small project in C#, with just a business layer and a data access layer - strangely, the UI will come later, and I have very little (read:no) concept / control over what it will look like.
I would like to try TDD for this project. I'm using…