Project Layout Format?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Brighter

    A framework for building messaging apps with .NET and C#.

  • Consider the CQRS pattern as a replacement to repository/service. Because it's not that complicated, I ended up rolling my own implementation (ICommand, ICommandHandler, ICommandDispatcher, equivalents for Query, and then some DI to tie them together.) There are quite a few Nuget CQRS packages and lots of example implementations on the web. I also just heard about Brighter and Darker but I haven't had a chance to try them out yet. Sounds pretty interesting.

  • Darker

    The query-side counterpart of Brighter (by BrighterCommand)

  • Consider the CQRS pattern as a replacement to repository/service. Because it's not that complicated, I ended up rolling my own implementation (ICommand, ICommandHandler, ICommandDispatcher, equivalents for Query, and then some DI to tie them together.) There are quite a few Nuget CQRS packages and lots of example implementations on the web. I also just heard about Brighter and Darker but I haven't had a chance to try them out yet. Sounds pretty interesting.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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