April 2018
Intermediate to advanced
300 pages
7h 41m
English
.NET Core is modular and faster when compared to the .NET framework and helps in running applications side by side, where each application is running its own set of CLR libraries and runtime. This makes it perfect for running on Docker containers. The image of .NET Core is far smaller when compared to the image having .NET framework installed. .NET Core uses a Windows Nano server or Linux image, which is a lot smaller than the Windows service core image. As .NET Core runs cross-platform, we can also create Docker images of other platforms and run applications on them.
With Visual Studio 2017, we can choose Docker while creating a .NET Core or ASP.NET Core project, and it auto scaffolds the Docker files and sets ...