.NET 6 is now generally available on Red Hat Enterprise Linux (RHEL) 7, RHEL 8, and Red Hat OpenShift. Here's a quick overview of what developers need to know about this new major release. New features in .NET 6 In addition to x64 architecture (64-bit Intel/AMD), .NET is now also available for ARM64 (64-bit ARM), and s390x (64-bit IBM Z) architectures. .NET 6 includes new language versions C# 10 and F# 6. ASP.NET Core adds a new minimal API that leverages new C# 10 features to write web applicat...