Tom Deseyn

Tom Deseyn

Red Hatter working on .NET Core.

Tom Deseyn's contributions

.NET Core and OpenAPI featured image
Article

Using OpenAPI with .NET Core

Tom Deseyn

Learn how to use OpenAPI to describe the APIs provided by an ASP.NET Core service, then use the API description to generate a strongly-typed client.

Explore C# 8
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.

C# 8 nullable reference types
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.

C# 8 default interface methods
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.

Pattern matching
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.

Asynchronous streams
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.