.NET

Runtimes and APIs for building and running .NET applications on Linux and in containers.

.NET articles

.NET and pipelines featured image
Sep 24, 2020

Set up continuous integration for .NET Core with OpenShift Pipelines

Omair Majid

Ever wanted to set up CI for .NET Core in a cloud-native manner and didn’t...

.NET Core and OpenAPI featured image
Sep 16, 2020

Using OpenAPI with .NET Core

Tom Deseyn

Learn how to use OpenAPI to describe the APIs provided by an ASP.NET Core...

Graph of a .NET application service's 99% quantile response time
Aug 05, 2020

Monitoring .NET Core applications on Kubernetes

Tom Deseyn

Learn how to use Prometheus to monitor a .NET Core application running on...

.NET Core + Kubernetes featured image
Jul 30, 2020

How to fix .NET Core's 'Unable to obtain lock file access' error on Red Hat OpenShift

Don Schenck

Learn how to fix a "It works on my machine" NET Core (C#) "Unable to obtain...

Explore C# 8
Mar 11, 2020

Some more C# 8

Tom Deseyn

In the final articles of this series, explore C# 8's new static local...

C# 8 nullable reference types
Mar 05, 2020

C# 8 nullable reference types

Tom Deseyn

Explore how C# 8 lets us express whether a variable shouldn’t be null, and...