Skip to content

Integrating Identity Server 4 With Azure Key Vault 

This article contains a small code snippet that allows you to use Azure Key Vault as your signing credential store in Identity Server 4, including rotating key support.

14/05/2020
 C#  IdentityServer4  AzureKeyFault  AspNetCore

Akka Testing Helpers V2 

Announcing Akka Testing Helpers V2

05/10/2018
 C#  Akka.NET

UPDATE: Introducing Akka Testing Helpers 

Introduction to my new Akka testing NuGet package.

30/09/2017
 C#  Akka.NET

Calling F# Code in a C# Project 

A brief overview of how F# code is exposed to C# projects

30/04/2017
 F#  C#

A C# Developer's Guide to F# 

A brief introduction to F# from the point of view of a C# developer. This guide aims to get stuck straight into F# without too much functional theory.

10/04/2017
 F#  C#