Early peek at C# 11 features

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • csharplang

    The official repo for the design of the C# programming language

    Here is the discussion about this

  • Roslyn

    The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.

    Looking at the github history of the string holes feature, it looks like it was actually a simplification that had the side-benefit of generating a bloggable feature. There was a lot of code that existed solely to prevent holes inside string interpolation and the change was to remove that special casing. The core change to the parser is almost entirely deleting lines https://github.com/dotnet/roslyn/pull/56853/files

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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