.NET Core is a redesigned open source cross-platform development framework maintained by Microsoft and the ever-growing .NET community. With the help of .NET Core, developers can easily build modern high-performance applications on all kinds of platforms. In this article, I will show you how to install .NET Core on a CentOS 7 server instance and then deploy a full functional .NET Core web application. - A fresh Vultr CentOS 7 x64 server instance. Say its IP address is `203.0.113.1`. - A [sudo us......