| Author |
TDD for C# tutorials
|
|
| Michael P Smith 2004-04-24, 5:50 am |
| Does anyone know of any decent TDD tutorials for C# developers? I'm
not looking for just an NUnit manual - I've found plenty already :-)
| |
| Joerg Jooss 2004-04-24, 7:34 am |
| Michael P Smith wrote:
> Does anyone know of any decent TDD tutorials for C# developers? I'm
> not looking for just an NUnit manual - I've found plenty already :-)
I'm currently reading "Test-Driven Development in MS .NET" by Newkirk and
Vorontsov (MS Press), and really like it.
Cheers,
--
Joerg Jooss
joerg.jooss@gmx.net
| |
| Vladimir Levin 2004-04-24, 10:32 am |
| Maybe this is not what you are looking for, but I posted an attempt at
a
simple hangman program with TDD using Nunit and C# at:
http://groups.google.ca/groups?hl=e...ao0o178tbv3e%25
40corp.supernews.com%26rnum%3D1
Also, Phlip has posted a TDD tutorial for roman numerals (using Ruby,
not
..Net) at:
http://www.xpsd.org/cgi-bin/wiki? T...Numera
ls
michael_p_smith2002@yahoo.co.uk (Michael P Smith) wrote in message news:<d1a6be06.0404240104.69f794bb@posting.google.com>...
> Does anyone know of any decent TDD tutorials for C# developers? I'm
> not looking for just an NUnit manual - I've found plenty already :-)
| |
| Robert C. Martin 2004-04-24, 1:31 pm |
| On 24 Apr 2004 02:04:21 -0700, michael_p_smith2002@yahoo.co.uk
(Michael P Smith) wrote:
>Does anyone know of any decent TDD tutorials for C# developers? I'm
>not looking for just an NUnit manual - I've found plenty already :-)
Yes. Jim Newkirk's book "Test Driven Development in .NET" and Ron
Jeffries book "Adventures in C#" are both excellent references for TDD
in C#.
-----
Robert C. Martin (Uncle Bob)
Object Mentor Inc.
unclebob @ objectmentor . com
800-338-6716
"Distinguishing between the author
and the writing is the essence of civilized debate."
-- Daniel Parker
|
|
|
|