Getting a users information from Auth0

Last time around we added Auth0 to a project to handle our login and signup. You can see that post here With Auth0 handling our login and signup we want to connect to Auth0 and get the user information. Source…

Dockerfile for .Net Core 3.0 Preview

I've been moving through .Net Core and working with docker to deploy some real applications. As I've done this I've been collecting different versions of the docker file. Other posts Dockerfile for .Net Core…

.Net Core and Docker

Building .net core applications into Docker containers. I've spent a bit of time lately moving some of my older applications into docker containers in dotnet core 2.0 and 2.1. I've only started exploring docker…