Come Discuss Your Side Projects March 2021

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

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

    New open-source cross-platform symbolic algebra library for C# and F#. Can be used for both production and research purposes.

    That's an additional feature, you can build expressions without parsing, like this cs using static AngouriMath.MathS; var x = Var("x"); var a = Var("a"); var expr = Sin(x) + Sqr(x) / a + Abs(a); But if you need to know, how fast the parsing is, you can see the performance report here. It's the results of this benchmark.

  • 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