Tom Deseyn

Tom Deseyn

Red Hatter working on .NET Core.

Tom Deseyn's contributions

Featured image for .NET
Article

Hello Podman using .NET

Tom Deseyn

The Docker.DotNet library lets .NET programs control containers using Podman or Docker. This tutorial shows you how it's done.

Featured image for: Debug .NET applications running on Kubernetes with VS Code.
Article

Tutorial for debugging .NET applications

Tom Deseyn

Learn how to debug .NET applications running with VS Code in local containers at Red Hat Developer. This tutorial lets you debug applications on development machines.

Featured image for: Debug .NET applications running on Kubernetes with VS Code.
Article

Use VS Code to debug .NET applications

Tom Deseyn

Visual Code is an easy way to debug .NET applications in cloud environments like Kubernetes and OpenShift. Learn which plug-ins and configurations you need.

Some more C# 9
Article

Some more C# 9

Tom Deseyn

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 new features for methods and functions
Article

C# 9 init accessors and records

Tom Deseyn

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
Article

C# 9 new features for methods and functions

Tom Deseyn

Discover new capabilities for methods and functions in C# 9, including extended partial methods and how to use them with C# source generators.