Tom Deseyn's contributions
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.
Article
Deploy .NET applications on Red Hat OpenShift using Helm
Tom Deseyn
Use Helm to create sets of resources on Kubernetes or Red Hat OpenShift clusters. Get a full visual of deploying a .NET application with Helm in this guide.
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.
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.
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.
Article
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.
Article
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.
Article
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.
Use VS Code to debug .NET applications
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.
Deploy .NET applications on Red Hat OpenShift using Helm
Use Helm to create sets of resources on Kubernetes or Red Hat OpenShift clusters. Get a full visual of deploying a .NET application with Helm in this guide.
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.
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.