Tom Deseyn's contributions
Article
Some more C# 8
Tom Deseyn
In the final articles of this series, explore C# 8's new static local functions, indices and ranges, and using declarations.
Article
C# 8 nullable reference types
Tom Deseyn
Explore how C# 8 lets us express whether a variable shouldn’t be null, and when it can be null.
Article
C# 8 default interface methods
Tom Deseyn
Explore how C# 8 allows developers to extend an interface and provide a default implementation, then check out the rest of this C# 8 series.
Article
C# 8 pattern matching
Tom Deseyn
We explore C# 8's extended pattern matching support and compare it to pattern matching in C# 7.
Article
C# 8 asynchronous streams
Tom Deseyn
Explore the new C# 8 asynchronous streams feature in this first article in our series covering the new features available in C# 8.
Article
.NET Core on Red Hat platforms
Tom Deseyn
We look at the various ways .NET Core is made available on Red Hat platforms, starting with an overview of the available platforms, and then showing how to install .NET Core on each of them.
Article
Tracing .NET Core applications
Tom Deseyn
Tom Deseyn shows how you can capture events from the .NET Core runtime and BCL using EventListener, dotnet-trace, and EventPipe environment variables.
Article
The .NET Process class on Linux
Tom Deseyn
We'll go over the basics of the .NET process class in .NET Core 3.0 and cover a few differences in usage between Windows and Linux.

Some more C# 8
In the final articles of this series, explore C# 8's new static local functions, indices and ranges, and using declarations.

C# 8 nullable reference types
Explore how C# 8 lets us express whether a variable shouldn’t be null, and when it can be null.

C# 8 default interface methods
Explore how C# 8 allows developers to extend an interface and provide a default implementation, then check out the rest of this C# 8 series.

C# 8 pattern matching
We explore C# 8's extended pattern matching support and compare it to pattern matching in C# 7.

C# 8 asynchronous streams
Explore the new C# 8 asynchronous streams feature in this first article in our series covering the new features available in C# 8.

.NET Core on Red Hat platforms
We look at the various ways .NET Core is made available on Red Hat platforms, starting with an overview of the available platforms, and then showing how to install .NET Core on each of them.

Tracing .NET Core applications
Tom Deseyn shows how you can capture events from the .NET Core runtime and BCL using EventListener, dotnet-trace, and EventPipe environment variables.

The .NET Process class on Linux
We'll go over the basics of the .NET process class in .NET Core 3.0 and cover a few differences in usage between Windows and Linux.