Ever created a great presentation in Google Slides and wanted to create a video from it? Basically, take that Google Slides presentation and add voice...
Refactoring is a fancy word that means "doing basic maintenance" on your code. Basically, keeping your code clean, tidy, and readable. Without automat...
So far in this xUnit series, we've focused on tests that run using the [Fact] attribute. In this video, I'll introduce the [Theory] test attribute and...
This video continues where we left off on the TDD calculator demos. In this one we'll start looking at how to use code coverage to evaluate the qualit...
Continuing on with the xUnit / C# unit testing demos, this video goes through the process of implementing the Subtract and Multiply methods.
This video will show you how to use Test-Driven Development (TDD) to implement the Add operation of a Calculator class. We'll do this using C# and the...
This is the first in a series of videos about unit testing in C# using the xUnit.net testing framework. In this video, we'll cover some basic definiti...