Jul 8, 2023 | The Others |
Swagger is a powerful tool to create Web APIs in .NET Core (and .NET 5). When your API is online there is a swagger.json file that contains the entire definition of your API. But did you know that there is a way to generate this swagger.json file on build time? View...
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:...