Nov 2, 2020 | The Others |
This is the first part of a series of posts on using Docker and containerization with .Net Core. In the title, we call what we are about to do dockerizing. It’s called dockerizing after Docker. View original...
May 1, 2020 | The Others |
Web APIs are heavily gaining traction in the software world, replacing the (good?) old Web Services. Virtually every API that is born today is likely to be REST and being built using frameworks like WCF (if you’re brave enough), ASP.NET MVC WebAPI or Spring. View...
Feb 21, 2018 | Articles |
CentOS 7.x is required, this won’t work older versions. First, enable the dotnet repository for yum: yum install centos-release-dotnet Next, install the runtime package: yum info rh-dontnet20 rh-dotnet20-runtime The following packages will be installed:...