Software Alternatives & Reviews

ASP.NET Core API Checklist

Serilog Rollbar Redis Raygun Open Telemetry
  1. Backend Development and Utilities
    Pricing:
    • Open Source
    A very popular logging library that many people use with ASP.NET Core is Serilog. Serilog has more Sinks than the default ASP.NET Core loggging abstraction and can easily be integrated with ASP.NET Core.

    #Monitoring Tools #Log Management #Developer Tools 12 social mentions

  2. Rollbar collects errors that happen in your application, notifies you, and analyzes them so you can debug and fix them. Ruby, Python, PHP, Node.js, JavaScript, and Flash libraries available.
    Pricing:
    • Open Source

    #Error Tracking #Bug Trackers #Crash Reporting 18 social mentions

  3. 3
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    Being stateless means that they don't hold any critical data in memory. For caching you can use a centralized caching technology like Redis instead. This way you can start as many instances as you need without worrying about having stale cached data or data duplication.

    #Key-Value Database #NoSQL Databases #Databases 185 social mentions

  4. 4
    Raygun gives developers meaningful insights into problems affecting their applications. Discover issues - Understand the problem - Fix things faster.
    Pricing:
    • Open Source

    #Error Tracking #Exception Monitoring #Monitoring Tools 5 social mentions

  5. An observability framework for cloud-native software.
    Pricing:
    • Open Source
    OpenTelemetry is an open standard for doing all of the above and ASP.NET Core supports it. The good news is, if you use OpenTelemetry, there is a rich ecosystem of tools and services that you can integrate with.

    #Monitoring Tools #Performance Monitoring #Log Management 156 social mentions

Discuss: ASP.NET Core API Checklist

Log in or Post with