News

Red Hat Announces .NET Core 2.1 for Linux, OpenShift

Red Hat announced the general availability of .NET Core 2.1 for its Red Hat Enterprise Linux and OpenShift container platforms.

While .NET Core is a modular, open source, cross-platform (Windows, Linux and macOS) .NET implementation for creating console, Web and other apps, the Red Had version focuses on microservice and container projects. Its .NET Core 2.1 efforts primarily target enterprise Linux (RHEL) and OpenShift, the company's Kubernetes container application platform .

In its Red Hat Container Catalog, the company recently launched several offerings targeting the new v2.1 release of .NET Core, including:

  • .NET Core 2.1 on RHEL, an SDK with runtime and command-line tools for creating .NET Core applications on RHEL
  • .NET Core 2.1 Runtime on RHEL, the primary .NET Core on RHEL image that can be used as-is to run .NET Core on RHEL, or alternatively used as a base image to build out containerized .NET Core applications
  • .NET Core 2.1 Jenkins Slave on RHEL, a "Jenkins slave dotnet image [that] has the dotnet tools on top of the Jenkins slave base image"

Red Hat's .NET Core 2.1 is also available through its traditional "yum" installer.

Red Hat has published product documentation for .NET Core 2.1 and a Getting Started guide to add to its other guidance, including blogs and a technology overview page (still referencing .NET Core 2.0).

"With .NET Core you have the flexibility of building and deploying applications on Red Hat Enterprise Linux or in containers," the company said in a blog post last week. "Your container-based applications and microservices can easily be deployed to your choice of public or private clouds using Red Hat OpenShift. All of the features of OpenShift and Kubernetes for cloud deployments are available to you."

Red Hat said developers can use .NET Core 2.1 to develop and deploy applications on:

  • Red Hat Enterprise Linux
  • Red Hat Enterprise Linux Atomic Host
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat OpenStack Platform

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube