Tag: dotnet
-
How to generate a swagger.json file on build in.NET core
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 original article
-
How YOU can Dockerize a .Net Core app
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 article
-
Don’t write your Web API Client code
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 original article
-
Installing .net core runtime 2.0 on CentOS (or RHEL) + Apache reverse proxy for Kestrel asp.net systemd quick start
CentOS 7.x is required, this won’t work older versions. First, enable the dotnet repository for yum: yum install centos-release-dotnet