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

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 suggest AdaptiveClient as a simple approach to solving this problem. It uses standard dependency injection concepts to allow the developer to separate the service layer into logical business classes and access them as a collection via the AdaptiveClient object.

  • 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

  • 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
  • Modular Architecture in ASP.NET Core - Building Better Monoliths

    1 project | /r/dotnet | 11 Jul 2021