Saying hello to Actor Models in .NET

In this post I'm going to lay the ground work for some work I have coming on distributed systems and some of the really cool things I've been doing for the last while with different actor…

Create PFX Certificate on Windows

A while back I had a post where I talked about setting up .net core in docker using SSL and a HTTPS port you can read that here To make a .net core project work on a HTTPS port you…

Lets talk a little about Pricing

I've watched and been involved in a number of discussions lately on pricing for both SAAS and one off purchases. I decided to put this post together to kind of cover my thoughts but also as a way…

A Story of .Net Core and Docker with HTTPS

So this one stumped me a bit. I have my app in a built in .net core running in a docker container and was trying to get the reverse proxy to talk to the container over HTTPS. So in this…

Using Noda Time in .NET

Noda Time is a Date / Time API for .net. It is more precise on the data and it can make it easier to work with date / times. It also has some extra functionality and is easier to use than the…