Tom Deseyn's contributions
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.
C# 9 pattern matching
Tom Deseyn
Discover new features for pattern matching in C# 9, including support for combining patterns in both if and switch, nesting patterns, and more.
C# 9 top-level programs and target-typed expressions
Tom Deseyn
Discover the new features in C# 9: top-level statements and target-typed new and conditional expressions. These features make C# less verbose and can be used in everyday programs.
Using Microsoft SQL Server on Red Hat OpenShift
Tom Deseyn
Learn how to deploy Microsoft SQL Server 2019 on Red Hat OpenShift, use SQL Server from an OpenShift-deployed ASP.NET Core application, and more.
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.
Monitoring .NET Core applications on Kubernetes
Tom Deseyn
Learn how to use Prometheus to monitor a .NET Core application running on Kubernetes, and use PromQL to run queries and generate metrics.
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
Tom Deseyn
Explore how C# 8 lets us express whether a variable shouldn’t be null, and when it can be null.
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.
C# 9 top-level programs and target-typed expressions
Discover the new features in C# 9: top-level statements and target-typed new and conditional expressions. These features make C# less verbose and can be used in everyday programs.
Using Microsoft SQL Server on Red Hat OpenShift
Learn how to deploy Microsoft SQL Server 2019 on Red Hat OpenShift, use SQL Server from an OpenShift-deployed ASP.NET Core application, and more.
Using OpenAPI with .NET Core
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.
Monitoring .NET Core applications on Kubernetes
Learn how to use Prometheus to monitor a .NET Core application running on Kubernetes, and use PromQL to run queries and generate metrics.
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.