Can I use C#9.0 with ASP.NET Core 3.1?

This page summarizes the projects mentioned and recommended in the original post on /r/csharp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • IsExternalInit

    A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExternalInit class.

  • features that require BCL additions. Since you're on the older BCL, those will need to be backported. For example, to use init; and record, you can use https://github.com/manuelroemer/IsExternalInit.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Where’s C# headed? - Mads Torgersen - NDC Copenhagen 2022

    1 project | /r/csharp | 18 Aug 2022
  • Ladies and gentlemen, C#. A package, you guessed it, for C#.

    1 project | /r/csharp | 11 Apr 2022
  • When do you use C#9 Records?

    1 project | /r/csharp | 23 Jun 2021
  • Is there a way to change my C# language version without editing the project file?

    7 projects | /r/csharp | 28 Jul 2022
  • Do you apply new C# features to existing code after upgrading .NET version?

    4 projects | /r/dotnet | 1 Dec 2021