.NET
Runtimes and APIs for building and running .NET applications on Linux and in containers.
.NET articles
Set up continuous integration for .NET Core with OpenShift Pipelines
Ever wanted to set up CI for .NET Core in a cloud-native manner and didn’t...
Using OpenAPI with .NET Core
Learn how to use OpenAPI to describe the APIs provided by an ASP.NET Core...
Monitoring .NET Core applications on Kubernetes
Learn how to use Prometheus to monitor a .NET Core application running on...
How to fix .NET Core's 'Unable to obtain lock file access' error on Red Hat OpenShift
Learn how to fix a "It works on my machine" NET Core (C#) "Unable to obtain...
Some more C# 8
In the final articles of this series, explore C# 8's new static local...
C# 8 nullable reference types
Explore how C# 8 lets us express whether a variable shouldn’t be null, and...