INetFox
  • Host a static website in azure blob storage with a custom domain

    Jan 24, 2021 Azure

    If you want to host a static website in Azure, you only need a storage account to do that. So go to Azure Portal and create a new storage account Navigate to the newly created storage account, select “Static website” in the navigation on the left hand side, and then enable “Static website”. You …

    Read More
  • Reverse dependency with dotnet depends

    Jan 15, 2021 .NET Tools

    I recently had an issue that a wrong version of a library sneaked into my .net solution and I wasn’t able to easily spot where it got pulled in. There is a nice dotnet tool from Martin Björkström that can show the reverse dependencies in your project. Just install this dotnet tool with the following command …

    Read More
  • Hugo Inside Container

    Jan 12, 2021 Hugo Docker Container

    I recently bought a new notebook. And as usual - at least initially, I hesitate to install too many things on my device to keep it as clean as possible. With docker we have the possibility to have everything contained in the container and not mess up the system. In the next few steps, I’m going to set up an …

    Read More

Recent Posts

  • Host a static website in azure blob storage with a custom domain
  • Reverse dependency with dotnet depends
  • Hugo Inside Container

Tags

.NET 1 AZURE 1 CONTAINER 1 DOCKER 1 HUGO 1 TOOLS 1

Copyright INETFOX. All Rights Reserved