You'll find an embedded player for the recording at the top of this post. This video is just over 90
The first in a series of videos all about the CMDB that I'm attempting to build in .NET Core, using C# and TDD
TDD is always a hot topic, and Fizzbuzz is super simple to implement. So I decided to make a video of me showing you how to create a fully TDDed FizzBuzz implementation in .NET Core, using C# and xunit.
Want to know a little more about how docker works? This blog post is for you. I cover what dockerfiles are, what an image is, and how it all fits into containers.
Not sure where to start with dockerising a .NET Core application? This blog has you covered. It covers creating a dockerfile, building an image from that dockerfile and running a container with that image.
Don't know the first thing about docker? This is the blog post for you! It's an introduction to it, focusing on what it is and why you might use it.
Ever wondered how to package up your .NET Core and ASP.NET Core applications for NuGet? Well, that's what this post is all about.
I'd recently given a talk on Blazor and wanted to recreate the talk for you all. In this post, you'll find a link to the talk, the slides that I used, and some links to external resources.
Blazor was released as a public preview recently, so I thought I'd take a whack at writing a tutorial for a simple application. I cover some of the nitty gritty of how Blazor works.
My OwaspHeaders.Core middleware hit version 3.0.0.1 recently. The new version uses a new way to set it's configuration: the builder pattern. So I thought I'd write a little about how the builder pattern works and how it is used by ASP NET Core and my middleware.