Primitive Obsession

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

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

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

  • I good library I've found for addressing this issue is https://github.com/mcintyre321/ValueOf

  • StringlyTyped

    A cure for StringlyTyped software and PrimitiveObsession

  • Did you serialsation look anything like mine? I'd be keen to hear if mine suffers from performance issues (I've yet to benchmark it, but it isn't doing anything too fancy): https://github.com/SteveDunn/StringlyTyped/blob/main/src/StringlyTyped/ValueObjectConverterFactory.cs

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

    F# units of measure for primitive non-numeric types

  • UoM doesn't natively support strings/guids, so I use this library: https://github.com/fsprojects/FSharp.UMX

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

  • Robust Design through Value Objects in C#

    2 projects | dev.to | 18 Sep 2023
  • Check out new C# 12 preview features! - .NET Blog

    1 project | /r/dotnet | 13 Apr 2023
  • New Exception helpers in .NET 8

    2 projects | /r/csharp | 3 Dec 2022
  • Class vs Struct

    1 project | /r/csharp | 2 Jan 2022
  • Is there anyway to override default values of the decimal type in c#?

    1 project | /r/csharp | 6 Oct 2021