Tagged

#testing

9 episodes Newest first
play
EP.083 Dec 27, 2025

Playwright

with Debbie O'Brien

In this episode, I was joined by Debbie O'Brien to chat about Playwright - Microsoft's open-source end-to-end testing framework. I'm a huge fan of Playwright, so I was really excited to have this chat with Debbie. We covered a lot of...

#testing#ai#dotnet#playwright
play
EP.036 May 10, 2022

Andrew Lock - ASP.NET, Blogging, Kubernetes, and more!

In this episode, I was honoured to be joined by Andrew Lock, who is probably best known for his amazing 'must-subscribe' blog - andrewlock.net. He's also the author of the Manning ebook, ASP.NET Core in Action, Second Edition. We covered a...

#grpc#k8s#minimal-api#mediatr
play
EP.034 Mar 31, 2022

Geeking out on .NET

with Nick Chapsas

In this episode, I was thrilled to be joined by Nick Chapsas! If you're a .NET developer - then his YouTube channel is an absolute must! Given all the amazing topics he covers on his channel - it would have been a shame to just chat with...

#grpc#k8s#minimal-api#mediatr
play
EP.029 Nov 26, 2021

Snapshot Testing

with Simon Cropp

In this episode, I was joined by Simon Cropp to chat about a form of testing called Snapshot testing! Simon is the author of Verify, which is a library that I'm quickly discovering is going to save me a HUGE amount of time when writing...

#snapshot-testing#testing#dotnet
play
EP.027 Oct 24, 2021

Visual Studio 2022

with Kendra Havens

Not long to go until the release of both .NET 6 and Visual Studio 2022! But if you can't wait that long - the preview releases of both can be downloaded right now! In this episode, I was joined by Kendra Havens to chat about what's new and...

#visual-studio#testing#github-copilot
play
EP.019 Jul 13, 2021

Blazor

with Chris Sainty

In this episode, I was thrilled to be joined by Chris Sainty to chat all about Blazor! Blazor is a new .NET technology allowing you to build SPA-like frontend web UIs in C#! Very focused on developer productivity and componentisation -...

#blazor#testing#dotnet
play
EP.018 Jun 18, 2021

Mutation Testing in .NET

with Stefan Pölz

In this episode, I was thrilled to be joined by Stefan Pölz to chat about Mutation Testing! I had seen a lightning talk by Stefan last year about this, and was fascinated by the concept. So it was great to have him on the show to chat...

#testing#dotnet
play
EP.017 May 28, 2021

TDD

with Ian Cooper

In this episode, I was joined by Ian Cooper to chat about Test Driven Development (TDD)! We discussed pain points that a lot of people hit when attempting to do TDD, and how to avoid them.

#testing#tdd
play
EP.015 Apr 9, 2021

C#9 Source Generators

with Jason Bock

In this episode, I was joined by Jason Bock to chat about the new C#9 source generators! Writing code that writes code! We covered a ton of content, covering Source Generators, the Compiler API, Syntax Trees, Semantic Models, Expression...

#source-generators#dotnet#testing