Articles by
Hello Podman using .NET
The Docker.DotNet library lets .NET programs control containers using Podman or Docker. This tutorial shows you how it's done.
Debug .NET applications running in local containers with VS Code
Follow these steps to run your .NET application in a container and debug it using Visual Studio Code on your local system.
Debug .NET applications running on Kubernetes with VS Code
Configure Visual Studio Code to debug .NET applications running remotely on Kubernetes or Red Hat OpenShift, then debug an example application.
Deploy .NET applications on Red Hat OpenShift using Helm
Discover how to use the Kubernetes package manager, Helm, and the OpenShift console to install and manage packages, with examples based on .NET charts.
Some more C# 9
Explore C# 9's new nint and nuint native-sized integer types for facilitating native interop in C# 9 programs, in this final article in the series.
C# 9 init accessors and records
Learn how to combine C# 9's new init accessors and records to build immutable data models, which support change via the with expression.
C# 9 new features for methods and functions
Discover new capabilities for methods and functions in C# 9, including extended partial methods and how to use them with C# source generators.
C# 9 pattern matching
Discover new features for pattern matching in C# 9, including support for combining patterns in both if and switch, nesting patterns, and more.