NET Core CORS Header Konfiguration

Dieser Artikel beschreibt wie ein .Net Core Projekt aufzusetzen ist sowie ein evtl. eingesetzter NGINX Reverse-Proxy konfiguriert werden muss um CORS problemlos zu konfigurieren und zu verwenden. Konfiguriert wird eine .NET Core 5 Applikation auf einem Debian 10 mit NGNIX Web Server. Codeseitig sind folgende Schritte durchzuführen: 1. Methode ConfigureServices in der Klasse Startup erweitern: […]
Azure DevOps Agent selfhost

Azure DevOps is a simple and fast way to build and deploy different kind of projects with the free Microsoft-hosted agent. Sometimes it can make sense to have a local agent, for example to deploy to a local virtual machine for testing purposes as you don’t always want to pay extra money for staging systems. […]