88 episodes Newest first
play
EP.028 Nov 3, 2021

UX

with Jessica Engström

In this episode, I was joined by Jessica Engström to chat about UX! A topic that most developers (myself included) need to be more aware of when building UIs! Jessica is also a fellow podcast host, co-hosting the awesome Coding After Work...

#ux
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.026 Oct 15, 2021

Event Sourcing and Event Driven Architecture

with Callum Linington

In this episode, I was joined by Callum Linington to chat about Event Sourcing! Events over time are how the world works - so shouldn't we be leveraging that in our architectures? As quite often happens, we also went on one or two...

#event-driven-architecture#mediatr#dotnet#kafka
play
EP.025 Oct 3, 2021

NDepend

with Patrick Smacchia

In this episode, I was joined by Patrick Smacchia, all the way from the beautiful island of Mauritius, to chat all about NDepend! An amazing tool for analysing .NET projects and displaying tons of useful information to help improve code...

#code-quality#dotnet
play
EP.024 Sep 18, 2021

Dependency Injection in .NET

with Steve Collins

In this episode, I was joined by Steve Collins to chat all about dependency injection in .NET. We (well, Steve!) demystified terms such as dependency inversion and inversion of control containers, and then delved into the world of...

#dependency-injection#dotnet#asp.net
play
EP.023 Sep 11, 2021

Git

with Jesse Liberty and James World

In this episode, I was joined by Jesse Liberty and James World to chat about a topic I'm also personally very passionate about - the Git source control system.

#git
play
EP.022 Aug 22, 2021

Jetbrains Rider, and Code With Me

Everyone who knows me, knows I'm a massive fan of Jetbrains Rider! So it was about time we had an episode on it! In this episode, I was joined by both Maarten Balliauw and Kirill Skrygan to chat all about it. We discussed the Rider...

#rider#dotnet
play
EP.021 Aug 13, 2021

Bicep

with Alex Frankel

In this episode, I was joined by Alex Frankel to chat about Azure Bicep! Bicep is a new DSL that transpiles down to native ARM templates. Except that it greatly improved upon the very hard to read and write ARM templates, making...

#bicep#IaC#azure
play
EP.020 Jul 22, 2021

Mark Rendle's Stream of Consciousness

In this episode, I was joined by Mark Rendle to chat about his experiences live-coding/streaming on Twitch! Warning: We went on a lot of tangents during the conversation! It's all good though - as they were all awesome tangents! We not...

#streaming#dotnet
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