
Add an Infinispan cache to your ASP.NET application
Discover how to easily integrate Infinispan as a distributed cache and session provider for ASP.NET Core applications using C# on Linux.
Discover how to easily integrate Infinispan as a distributed cache and session provider for ASP.NET Core applications using C# on Linux.
A trip through Red Hat Developer's content for the month, with articles on .NET, modular Perl in RHEL 8, OpenShift 4.10, Podman, Kafka, and much more.
The Docker.DotNet library lets .NET programs control containers using Podman or Docker. This tutorial shows you how it's done.
Learn how to debug .NET applications running with VS Code in local containers at Red Hat Developer. This tutorial lets you debug applications on development machines.
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.
Our one-stop guide to all the best RHEL content we published this year, featuring C# 9, Go on Linux, Universal Base Image, Podman, and debugging tips.
Discover the versatility and power of .NET 6 and the modern programming languages that help developers build high-quality applications easily and efficiently.
Red Hat Enterprise Linux 8.5 is here! This release has OpenJDK 17, .NET 6, rootless overlay support in Podman, enhanced application streams, and more.
Use Red Hat OpenShift 4.8 samples for quick deployment. Learn how the variety of samples promote developer success in a wide range of software applications.
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.
No matter where you are in your software development career, from just starting, to re-training, to expert-level but needing a brush-up, the Red Hat Developer program can help with tutorials and learning.
Windows and Linux line endings don't match, which causes trouble if you're moving files from a Windows desktop to a Linux container. Here's how to fix it.
Learn how to use Red Hat OpenShift Virtualization to run a Windows virtual machine in OpenShift and treat it like any other container.
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.
Get a quick guide to using Windows containers to deploy .NET Framework applications to your Kubernetes or Red Hat OpenShift clusters.
Learn how to combine C# 9's new init accessors and records to build immutable data models, which support change via the with expression.
Get a high-level overview of Linux containers and .NET Core, then see a couple of ways to build and containerize .NET Core applications for Red Hat OpenShift.
Discover new capabilities for methods and functions in C# 9, including extended partial methods and how to use them with C# source generators.
Discover new features for pattern matching in C# 9, including support for combining patterns in both if and switch, nesting patterns, and more.
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.
Developers looking to containerize .NET applications have options. Get an overview of the three paths forward using Linux, Windows, or Red Hat OpenShift CNV.
Now generally available on Red Hat Enterprise Linux and Red Hat OpenShift, .NET 5.0 includes language updates, improved garbage collection, and more.
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.
Ever wanted to set up CI for .NET Core in a cloud-native manner and didn’t know where to start? This is the guide you were looking for!
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.