youtube image
From YouTube: Creating background .NET Core services on Linux

Description

There are a variety of ways to publish .NET Core applications. In the episode, Todd Gardner returns to share this experience with publishing self contained .NET applications to Linux.

[02:10] - What does the application architecture look like?
[04:42] - Exploring the worker processes
[10:50] - Collecting metrics
[12:55] - Self contained deployments


.NET Core application publishing overview
https://docs.microsoft.com/dotnet/core/deploying/?WT.mc_id=ondotnet-c9-cephilli

.NET Core logging and tracing
https://docs.microsoft.com/dotnet/core/diagnostics/logging-tracing?WT.mc_id=ondotnet-c9-cephilli

.NET Core and systemd
https://devblogs.microsoft.com/dotnet/net-core-and-systemd/?WT.mc_id=ondotnet-c9-cephilli


Request Metrics
https://requestmetrics.com/

#dotnet #systemd #linux #deployment