The docker file I'm using for .net core 6 projects.
dotnetcore
A collection of 7 posts
Docker file for .Net Core 5
This is the docker file I'm using to build .net core 5 projects.
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…
Using Auth0 to control Authentication in .Net Core 2.2
Auth0 provides universal authentication and authorization for your application, you can see more about them here. I've used Auth0 a few times and always found it a really good fit for authentication. There can be a lot of coding to…
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 2.2 and Docker with .Net…
Dockerfile for .Net Core 2.2
I've written before about .net core with docker and using it with .net core 2.1 But as .net core has moved forward through new versions the docker files change, this is a sample docker file for a .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 with dot net core…