testing

Test-Driven Development in C# Articles, Tutorials & News

Test-Driven Development in C# articles, tutorials, and news from the DotNetNews archive.

18 articles Updated

This DotNetNews topic collects TDD C# material from the daily archive. Test-Driven Development in C# is the verification side of C# delivery, from unit suites to the habits that keep regressions cheap. The page is for people who already ship C# and need a faster way to find relevant posts.

Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for Test-Driven Development in C#; the archive list is chronological and larger. Nothing here claims every article was production-tested by the editors.

Recurring subtopics in recent issues include TDD C#, test-driven development .NET, red green refactor C#, and TDD unit testing. Secondary angles such as TDD C# and test-driven development .NET appear when the archive actually covered them. Related hubs such as C# and .NET Unit Testing and xUnit for C# and .NET cover adjacent problems.

Each card points at the original publisher URL and the DotNetNews issue that carried it, so you can read the article in context or jump straight to the source.

Start here

Editor picks for Test-Driven Development

  1. How to Write Tests in C# in 5 Steps & TDD Explained

    c-sharpcorner.com Issue #260

    The TDD article is a straightforward walkthrough, and that red-green-refactor cadence still deserves the repetition.

    Read article Issue #260

  2. TDD in .NET: Anti-Patterns & When NOT to Use TDD

    medium.com Issue #364

    Covers TDD in .NET: Anti-Patterns & When NOT to Use TDD.

    Read article Issue #364

  3. TDD in .NET: Practicing TDD in a Web API Project

    medium.com Issue #360

    Covers TDD in .NET: Practicing TDD in a Web API Project.

    Read article Issue #360

  4. How to Use Claude Code Effectively: A Step-by-Step Method to Avoid Getting Lost

    goatreview.com Issue #258

    The Claude Code workflow advice is timely for anyone using AI tools and trying to avoid context drift.

    Read article Issue #258

  5. How to Test Vertical Slice Architecture

    milanjovanovic.tech Issue #495

    Useful look at testing in vertical slice systems, especially if layered-architecture habits keep leaking into feature-based codebases.

    Read article Issue #495

  6. JetBrains .NET Days 2025 – Test Driven Development with Blazor

    scottsauber.com Issue #306

    Slides-only TDD talk, but still a useful Blazor testing reminder.

    Read article Issue #306

  7. What are the origins of async/await in C#?

    youtube.com Issue #163

    Async/await’s backstory is worth revisiting because it explains a lot of today’s API design.

    Read article Issue #163

  8. Building an ASP.NET Web API Controller

    c-sharpcorner.com Issue #261

    A concrete controller walkthrough with SQL and header validation . useful if you like seeing API plumbing end to end.

    Read article Issue #261

Archive

Newest first