kalapos.net


about programming and software engineering by a hungarian living in austria
Discount for my course: High Performance Coding with .NET Core and C#

Contents tagged with cross platform

Screencast - Creating a CI/CD pipeline to deploy an ASP.NET Core application to Linux in VSTS

I decided to try a new format! In a screencast I show you how I created a CI/CD pipeline for an ASP.NET Core application that runs on a Linux server and how you can have a similar setup!



.csproj settings in ASP.NET Core

This is an update of my project.json settings post, which describes the same settings in the new .csproj file



Hosting ASP.NET Core behind Apache on Ubuntu

The official documentation for hosting on Linux only describes how to host ASP.NET Core apps behind nginx. Here is a short summary about the same for Apache.