Modular Architecture in ASP.NET Core - Building Better Monoliths

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

    Library and pattern for creating a scalable, loosely coupled service layer. Build interdependent services that are granular and testable. Inject a single client that allows the application to access the entire service layer. Provision services across multiple providers and transports with almost zero application infrastructure.

  • I didn't read OP's entire article (sorry I've been working for 12 hours) but it looks like he is on the right track. I wrote a small library that (I think) ties nice nicely to what he proposes: AdaptiveClient. You can use this library to write loosely coupled components (not a monolith) using dependency injection, and DRY and SOLID design principals.

  • 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

  • Any suggestions on a good place to learn n-tier?

    1 project | /r/dotnet | 17 Oct 2022
  • Managing DbContext in EFCore6 (the right way)

    1 project | /r/dotnet | 30 Apr 2022
  • EF Core multiple providers with multiple databases

    1 project | /r/dotnet | 7 Feb 2022
  • Pass a different parameter every time a Transient service is requested from the .NET Core DI container

    1 project | /r/csharp | 28 Oct 2021
  • Entity Framework Core transaction across multiple services

    1 project | /r/dotnet | 26 Aug 2021