.NET Core for Linux
Microsoft's decision to make .NET Core open source and cross-platform means it's time for Linux developers to get comfortable and start experimenting.
New .NET articles

C# 9 pattern matching
April 6, 2021The 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. You can find an overview of the syntax offered by previous versions of C# in C# 8 pattern matching. Type patterns When checking against a type, previous versions of C# required […]

C# 9 top-level programs and target-typed expressions
March 30, 2021.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 the new features in .NET’s main programming language. In this first article, we’ll look at top-level statements and target-typed new and conditional expressions. These features make C# less verbose and […]

Three ways to containerize .NET applications on Red Hat OpenShift
March 16, 2021When Microsoft announced in November 2014 that the .NET Framework would be open source, the .NET developer’s world shifted. This was not a slight drift in a new direction; it was a tectonic movement with huge implications. For one thing, it positioned .NET developers to take part in the rapidly-growing world of Linux containers. As […]

.NET 5.0 now available for Red Hat Enterprise Linux and Red Hat OpenShift
December 22, 2020We’re excited to announce the general availability of .NET 5.0 on Red Hat Enterprise Linux 7, Red Hat Enterprise Linux 8, and Red Hat OpenShift Container Platform. What’s new .NET 5.0 is the successor of .NET Core 3.1, and supersedes .NET Framework as the preferred target platform for building Windows Forms and WPF applications. .NET […]

Using Microsoft SQL Server on Red Hat OpenShift
October 27, 2020In this article, you’ll learn how to deploy Microsoft SQL Server 2019 on Red Hat OpenShift. We’ll then use SQL Server from an ASP.NET Core application that is also deployed on OpenShift. Next, I’ll show you how to connect to SQL Server while working on the application from your local development machine. And finally, we’ll […]

Set up continuous integration for .NET Core with OpenShift Pipelines
September 24, 2020Have you ever wanted to set up continuous integration (CI) for .NET Core in a cloud-native way, but you didn’t know where to start? This article provides an overview, examples, and suggestions for developers who want to get started setting up a functioning cloud-native CI system for .NET Core. We will use the new Red […]
Latest Comments
""
July 18, 2019