Best practices can slow your application down

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Replace any .NET method (including static and non-virtual) with a delegate

  • It sounds like the team is interested in adding more automated tests, but are blocked by static singletons, which have high performance but also high coupling, resulting in poor testability.

    I'm sure they've heard of test libraries like MS Fakes and [Pose](https://github.com/tonerdo/pose); I wonder if these libraries would let them maintain high performance, and only introduce the required layer of indirection during testing?

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

  • Integration Test Postgres with testcontainers-dotnet

    2 projects | dev.to | 14 Jul 2023
  • Setting up a simple testing project with C#

    7 projects | dev.to | 27 May 2023
  • I need a C# crash course for experienced developers

    6 projects | /r/learncsharp | 21 Oct 2022
  • Some useful Libraries for .NET projects

    6 projects | dev.to | 2 Oct 2021
  • I wanted to make a quick video about the differences between classes and structs in C#. It turned into a much deeper exploration where I learned a handful of things I definitely didn't expect. I hope it is useful to other people!

    3 projects | /r/programming | 22 May 2021