Is the era of reflection-heavy C# libraries at an end?

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

    A fast dependency injector for Android and Java.

  • When I was working on an Android app, I used Dagger ( https://dagger.dev/ ) which is a dependency injection library that uses source code generation. The benefits were quite considerable! Cyclic dependencies become compilation errors. There is no startup overhead. It only takes a single keyboard shortcut to step into the generated code, peeling away the magic.

  • command-line-api

    Command line parsing, invocation, and rendering of terminal output.

  • .NET has a new-ish cli parser and dispatch that uses a good bit of reflection for dispatch in addition to command object filling, especially when back-filling handler delegate parameters from its built-in pseudo DI. (Incidentally, this is a really cool API despite its warts.)

  • 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

  • Pro .NET Console Apps

    1 project | /r/dotnet | 19 Mar 2023
  • Fellow C# coders, I was randomly making a RANDOM script just for fun, when all of a sudden, an error popped up! For some reason, my program just can't detect a method called "Main" when it's right there! (Program does not contain a static "Main" method suitable for an entry point) Thank you!

    1 project | /r/csharp | 28 Jun 2022
  • Why would you write extension methods for the type you own?

    2 projects | /r/dotnet | 23 Nov 2021
  • Why this example doesn't have string[] args as arguments in main method?

    1 project | /r/dotnet | 18 Sep 2021
  • Released my first Nuget package - String Command Parser (for use in discord/slack/teams etc bots)

    2 projects | /r/csharp | 1 Jul 2021