Strong typedefs

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
  • ValueOf

    Deal with Primitive Obsession - define ValueObjects in a single line (of C#).

    There's been demand for a feature like this as long as C# has existed, and the pressure to have it has increased lately. But right now our only solutions are packages like ValueOf or the LikeType package someone else mentioned. The feature's not built-in to C#.

  • Vogen

    A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects

    Someone else has mentioned ValueOf which is good but I've been using VoGen which uses less reflection and can be used on structs so more efficient if that matters to you

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

  • LikeType

    Provides 'typedef' type functionality to C#

    e.g. LikeType

  • EngineeringUnits

    Working with units made easy with automatic unit-check and converting between units

    Check out EngineeringUnits (https://github.com/MadsKirkFoged/EngineeringUnits), or UnitsNet (https://github.com/angularsen/UnitsNet)

  • UnitsNet

    Makes life working with units of measurement just a little bit better.

    Check out EngineeringUnits (https://github.com/MadsKirkFoged/EngineeringUnits), or UnitsNet (https://github.com/angularsen/UnitsNet)

  • 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