Decorators in c#: Looking for HowTos

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

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

    Compile time decorator pattern via IL rewriting

  • Tracer

    Tracing rewriter using Fody (by csnemes)

  • If it is about logging, this package might do it. In the end you need some kind of source generator, so something using Fody would be the way to go. However, as some others mentioned, I would not try to apply a Python concept not natively supported by C#. Logging in C# is done differently, you should look into Serilog and structured logging. OpenTelemetry is also an interesting concept for capturing when areas of your code and entered and left.

  • 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

  • End-to-end MLOps CI/CD pipeline with Harness and AWS

    2 projects | dev.to | 1 May 2024
  • How to make a Lichess bot in Python

    5 projects | dev.to | 30 Apr 2024
  • Top 10 Developer Communities You Should Explore

    2 projects | dev.to | 29 Apr 2024
  • Lnav: A log file viewer for the terminal

    1 project | news.ycombinator.com | 29 Apr 2024
  • Angle-grinder: Slice and dice logs on the command line

    7 projects | news.ycombinator.com | 29 Apr 2024