Blog posts with tag "net-core"

Converting PFX to PEM files in .NET Core

November 14, 2020

Before reading this post, it’s worth reading the post I did on public private key glossary of terms and public private key by example in…

SSL and Public private key (PEM/X509) cryptography by example in .NET Core

November 05, 2020

Introduction This post illustrates examples of the two uses of public key cryptography in .NET Core: Encrypting and decrypting data. Signing…

.NET Core continuous integration and deployment with Gitlab, Docker, Kubernetes and Google Cloud

February 01, 2017

Over the past few months I’ve put Roadkill on hold in my free time, to get some .NET core projects working inside Docker. They’re mostly…

Running cron jobs inside a Docker container

September 07, 2016

Probably the most basic use of a Docker image is to run it, and let it exist - like . If you want to do this on a regular schedule, you have…

Fixing .NET Core package restore problems

August 29, 2016

I had this problem today where a was failing on a Linux CI server, but working on my Windows 10 dev machine. The error was: Unable to…

.NET Core and .NET Standard simplified and explained by Scott Hunter

July 18, 2016

With all the changes to .NET that have happened this year, and the constantly evolving .NET core/standard (and the bombshell that project…