An Introduction to Test Driven Development in C#


Title:
An Introduction to Test Driven Development in C#

Description:
A 10 Minute introduction to test driven development and unit testing using NUnit and C#. Produced as part of the Readify Developer Network

Author:
rbanks54

Tags:
tdd, test, driven, unit, testing, nunit, c#, programming, agile,

Related Videos:

Null Object Design Pattern in C#
Covers a simple design pattern implemented in C#. There's a better quality version available at chocolatefordogs.com (only because I can't figure out how to get it better here on youtube...)
ARCast.TV - Test Driven Development Primer with Peter Provost
This is a 5 minute video of Peter Provost answering some basic questions about Test Driven Development. He is currently the product architect of Visual Studio 2010. This video was originally posted on channel9.msdn.com but the download link is broken and they havent' fix it. Since is such a good video, I wanted to share it. I do not own the rights for this video, but have no copyright violation intention in it.
Refactoring C# Introduction
Refactoring C# code video series Introduction
Craig Murphy on TDD
Test Driven Development is easy to implement
InCisif.net - Web Testing With C# Or VB.NET
incisif.net is an automation tool designed to implement client-side functional testing of web applications under Internet Explorer 6 or 7, using languages such as C#, VB.Net or ironpython. Tests can be developed within Microsoft's Visual Studio 2003/2005/2008 or Visual Studio Express Edition.
c# Setting Properties in Code
Setting Properties in Code
Oliver Sturm on Functional programming in C# 3
The newest version of C# introduces a number of language features that finally make it very easy to employ a functional style of programming. However, from the perspective of an imperative programmer, there are lots of questions surrounding functional programming. Why would I want to do it at all? Should I drop all state information in my apps? What useful functional patters are applicable to C#? This session uses many practical examples (and some theory) to try and answer these questions....
How To C# To PowerShell
Taking a simple C# program and re-working it in powershell
Learn c# Programming #2 Variables and Constants
learncsprogramming.blogspot.com Download The Source Code here downloads.sourceforge.net In this Video we will be talking about Variables, constants and comments
Silverlight 2 control unit tests
In this video I introduce the control source and unit test announcement from MIX, and then walk you through: -exploring the Silverlight 2 Beta 1 control source code, unit test and unit test framework download -using Visual Studio 2008 to run the control unit tests -adding the Exclusive attribute to narrow the test(s) that run in the browser when analyzing tests -running the tests in Firefox -running the tests in Expression Blend 2.5