what are the best practices for ASP.NET folders structure ?

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
  • One thing I would recommend is dividing your folder structure by feature / capability rather than architectural role. This means services, controllers, data objects, dtos all live under same parent "feature" namespace. This prevents you jumping all over the place when adding new features to your code, and really helps isolate things into units that can be later refactored into microservices if needed. Example: https://github.com/macsux/dotnet-accelerator/tree/dev/src/MyProjectGroup.DotnetAccelerator

  • Slice

    An example of Vertical Slices architecture application (by awright18)

  • 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

  • voxel-engine alternatives - gvox_engine and octo-release

    3 projects | 2 May 2024
  • Uno: Create Beautiful Cross Platform .NET Apps Faster

    9 projects | news.ycombinator.com | 1 May 2024
  • Oh Frick Go Back: GUI Tool to Removes Ads from Various Places Around Windows 11

    1 project | news.ycombinator.com | 2 May 2024
  • From Dull to Dazzling: 3 Methods to Elevate Your Writing with Visual Content

    3 projects | dev.to | 2 May 2024
  • How to create an Installer for a Winforms application using Wix for Visual Studio 2022

    1 project | dev.to | 2 May 2024