forbidden C# keywords

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

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

    This repository contains .NET Documentation. (by dotnet)

  • Oops! Actually that's technically not right. Volatile prevents re-ordering optimisations. It's such a common misconception that I had to ask MS to review the documentation a while back: https://github.com/dotnet/docs/issues/5206

  • ImageSharp

    :camera: A modern, cross-platform, 2D Graphics library for .NET

  • While there are scenarios where using a native library certainly makes sense, that doesn't come for free. Using native code adds overhead (in many cases, having a full implementation in C# can be faster than invoking a C++ assembly), and it kills your portability, and makes maintenance harder. There are libraries out there, such as ImageSharp that are great examples of how you can have a fully managed implementation of a native image processing library that has speed that are on the same level (or actually, faster in some cases) than native libraries, with also the advantage of being able to run everywhere.

  • 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
  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

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