Life's random bits By b1thunt3r (aka Ishan Jain)…

Tag: netcore

ASP.NET Core application in Docker

ASP.NET Core application in Docker

Just like you can run a .NET Console application in a Docker Container, you can also run a ASP.NET Core application in a Docker Container. I think .NET Core might even be a better candidate for containerization.
.NET Core Docker Images

.NET Core Docker Images

Since the release of .NET Core, it is almost a child's play to run .NET on other platform then Windows. With .NET Core one can officially target Windows, Linux and even macOS. But with docker you can run .NET Core on (almost) anything.
Run .NET Core on Ubuntu with Snap

Run .NET Core on Ubuntu with Snap

The other day I was playing around with .NET Core, I decided to provision a Ubuntu Server Core and play around with .NET Core on Ubuntu.