Introducing ASP.NET Core with Docker
https://medium.com/@martin.sobrero.m/introducing-asp-net-core-with-docker-1487b8d6308
This is a small tutorial on how to create an ASP.NET application and then build it and run it using Docker. We will check all the advantages of using these two technologies together and why you should learn how to use them.
ASP.NET stands for Active Server Pages and It is a web application framework developed by Microsoft in 2002. ASP.NET is part of Microsoft’s .NET framework which means is a very valuable tool for developers as it allows them to build dynamic and rich web sites and web applications when combined with the .NET framework supported languages, like C# and VB.NET.