dotnetcore
Docker file for .Net Core 6
The docker file I'm using for .net core 6 projects.
dotnetcore
The docker file I'm using for .net core 6 projects.
Docker
This is the docker file I'm using to build .net core 5 projects.
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 code for this can be found here Auth0 Management API
dotnetcore
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 make your app connect to all the different
dotnetcore
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 Core .Net Core 3.
dotnetcore
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 2.2 web app. FROM microsoft/dotnet:2.
dotnet
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 and what we can do and