Easier logging in asp.net core with Serilog, is convenient and maintenance free when storing logs into file.
Tag Archives: linux
how to dockerize asp.net core application
ASP .NET Core To dockerize your existing ASP.NET Core application, you need to install docker first. This article will explain on how to leverage docker-compose. To do development inside a docker container, you need to create a docker image. Let’s open a terminal and create a directory to put our project files, call it aspnetdocker. ThenContinue reading “how to dockerize asp.net core application”