awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
kgrzybek avatar

kgrzybek/sample-dotnet-core-cqrs-api

0
View on GitHub↗
3,056 stars·672 forks·C#·MIT·10 viewswww.kamilgrzybek.com/design/simple-cqrs-implementation-with-raw-sql-and-ddd↗

Sample Dotnet Core Cqrs Api

Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.

Features

  • Domain Driven Design Samples - REST API implementation using raw SQL and Clean Architecture.
  • Sample Projects - REST API with CQRS and DDD.

Star history

Star history chart for kgrzybek/sample-dotnet-core-cqrs-apiStar history chart for kgrzybek/sample-dotnet-core-cqrs-api

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does kgrzybek/sample-dotnet-core-cqrs-api do?

Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.

What are the main features of kgrzybek/sample-dotnet-core-cqrs-api?

The main features of kgrzybek/sample-dotnet-core-cqrs-api are: Domain Driven Design Samples, Sample Projects.

Which projects share features with kgrzybek/sample-dotnet-core-cqrs-api?

Projects with overlapping indexed features include: dotnet-architecture/eshoponweb — eShopOnWeb is a reference application for ASP.NET Core that demonstrates a sample e-commerce site. It serves as a… eduardopires/equinoxproject — EquinoxProject is an ASP.NET 9 web application template and reference implementation for building enterprise software.… adaptiveconsulting/reactivetradercloud — Real-time FX trading showcase by Adaptive. THIS REPO IS NO LONGER MAINTAINED. cesarcastrocuba/nlayerappv3 — Domain Driven Design (DDD) N-LayeredArchitecture with .Net Core 2. cheese10yun/spring-jpa-best-practices — This project serves as a comprehensive guide and collection of architectural patterns for implementing domain-driven… stemmlerjs/ddd-forum — This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for…

Projects sharing features with Sample Dotnet Core Cqrs Api

These projects share indexed features with Sample Dotnet Core Cqrs Api. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • cesarcastrocuba/nlayerappv3cesarcastrocuba avatar

    cesarcastrocuba/nlayerappv3

    155View on GitHub↗

    Domain Driven Design (DDD) N-LayeredArchitecture with .Net Core 2

    C#architectural-patternsasp-net-coreddd
    View on GitHub↗155
  • dotnet-architecture/eshoponwebdotnet-architecture avatar

    dotnet-architecture/eShopOnWeb

    10,676View on GitHub↗

    eShopOnWeb is a reference application for ASP.NET Core that demonstrates a sample e-commerce site. It serves as a template for building scalable services using domain-driven design to separate business logic from infrastructure and data access. The project implements a decoupled messaging pattern through a request pipeline to separate web controllers from application logic. It utilizes a repository pattern to abstract data persistence and isolate the core application logic from the specific database storage mechanism. The application covers a broad surface of web capabilities, including user

    C#architectureasp-net-coreasp-net-core-mvc
    View on GitHub↗10,676
  • adaptiveconsulting/reactivetradercloudAdaptiveConsulting avatar

    AdaptiveConsulting/ReactiveTraderCloud

    1,859View on GitHub↗

    Real-time FX trading showcase by Adaptive. THIS REPO IS NO LONGER MAINTAINED.

    TypeScriptcreditfinancefinsemble
    View on GitHub↗1,859
  • eduardopires/equinoxprojectEduardoPires avatar

    EduardoPires/EquinoxProject

    6,774View on GitHub↗

    EquinoxProject is an ASP.NET 9 web application template and reference implementation for building enterprise software. It provides a structural boilerplate centered on clean architecture, domain-driven design, and the separation of read and write operations through a command query responsibility segregation framework. The project incorporates event sourcing to track the history of business entities as a sequence of events for auditing and state reconstruction. It utilizes a layered approach to decouple business logic from external dependencies and frameworks. The system includes capabilities

    C#architectureasp-net-coreasp-net-core-mvc
    View on GitHub↗6,774
  • Compare all 30 related projects→