Skip to content

Dometrain/from-zero-to-hero-test-driven-development-tdd-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

From Zero to Hero: Test-Driven Development in C#

Welcome to the "From Zero to Hero: Test-Driven Development in C#" course on Dometrain!

This course takes you on a journey through Test-Driven Development, from fundamental concepts to advanced practices, teaching you how to build robust, well-tested software using C#.

This repository contains the source code for the course, which you can use to follow along.

Getting Started

The main branch contains the most up-to-date version of the code, reflecting the latest improvements, updates, and fixes.

Each section in the course has folder in the repository. The folder contains the source code for the section, containing both a /start and /end directory—which aligns with the source code at a point in time as it relates to the course.