
C# 9 pattern matching
The previous article in our C# 9 series looked at top-level programs and target-typed expressions. In this article, we’ll cover new features for pattern matching. Read More
The previous article in our C# 9 series looked at top-level programs and target-typed expressions. In this article, we’ll cover new features for pattern matching. Read More
.NET 5 (released in November 2020) includes support for C# 9, a major new version of the C# programming language. This series of articles explores Read More
In the previous article, we discussed C# 8 default interface methods. In this article, we’ll look at C# 8 nullable reference types. Reference types refer Read More
In the previous articles, we discussed C# 8 async streams and pattern matching. In this article, we’ll look at C# 8 default interface methods. Extending Read More
In the previous article, we looked at C# 8 asynchronous streams. Another new C# 8 feature is extended support for pattern matching. In this article, Read More
.NET Core 3.1 (December 2019) includes support for C# 8, a new major version of the C# programming language. In this series of articles, we’ll Read More
In this article, we look at the various ways .NET Core is made available on Red Hat platforms. We start with an overview of the Read More
In this article, we’ll look at different ways of collecting and inspecting events from the .NET Core runtime and base class library (BCL). EventListener The Read More
NativeLibrary is a new class in .NET Core 3.0 for interacting with native libraries. In this article, we’ll take a closer look. DllImport .NET makes Read More
In this article, we’ll take a look at Tmds.ExecFunction, which is a library that allows developers to easily execute a .NET Core function in a Read More