Reasons To Use Docker with ASP .NET

When you think of Docker, you probably don’t think of .NET or Windows. There are a lot of good reasons to use Docker with ASP.NET. Check out our top 10 list of reasons to use Docker with .NET to see if Docker can help you! 1. Pre-Made Runtime Environment Generally, when you set up a server machine (or virtual machine), you have to install the operating system, any software needed by the application (web server,

Continue Reading

How To Remove Containers in Docker

There are a few things that we end up using over and over. I wanted to share three of these with other developers working with Docker. Remove All Containers Inevitably, during development, you're going to pile up a bunch of stale containers that are just lying around — or maybe you have a bunch of running containers that you don't use. We end up needing to wipe out all the containers to start fresh all

Continue Reading

Tips SEO friendly Angular with Prerender, Docker and Nginx

Making a modern web framework based application SEO friendly is not a problem any more. Google proposed a specification for making web applications easier to parse by crawlers by pre-rendering the app views when requested by a crawler. This tutorial will help you make an Angular based application SEO friendly using Docker container. You can use and apply this tutorial to any javascript frontend framework. Using a Docker container is optional. It will help us save time setting

Continue Reading