awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to asc-lab/dotnet-cqrs-intro

Open-source alternatives to Dotnet Cqrs Intro

30 open-source projects similar to asc-lab/dotnet-cqrs-intro, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Dotnet Cqrs Intro alternative.

  • cheese10yun/spring-jpa-best-practicesالصورة الرمزية لـ cheese10yun

    cheese10yun/spring-jpa-best-practices

    1,173عرض على GitHub↗

    This project serves as a comprehensive guide and collection of architectural patterns for implementing domain-driven design within Java enterprise applications. It focuses on structuring persistence layers to ensure data integrity, maintainability, and clear domain boundaries when working with object-relational mapping. The repository distinguishes itself by demonstrating how to encapsulate business logic and state transitions directly within entities, moving away from simple data containers toward rich domain models. It provides practical examples for managing complex entity relationships, i

    Javabest-practicesdata-jpajpa
    عرض على GitHub↗1,173
  • zkavtaskin/domain-driven-design-exampleالصورة الرمزية لـ zkavtaskin

    zkavtaskin/Domain-Driven-Design-Example

    1,880عرض على GitHub↗

    Domain-Driven-Design-Example is a C# sample project and reference pattern that demonstrates how to structure business logic and domain models using domain-driven design principles. It implements enterprise application architecture patterns by isolating core business rules and domain entities from technical infrastructure concerns through bounded contexts. The codebase implements core domain concepts using immutable value objects defined entirely by their attributes, alongside entities and application services. It coordinates external requests, transaction boundaries, and domain model interact

    C#csharpdddddd-architecture
    عرض على GitHub↗1,880
  • stemmlerjs/ddd-forumالصورة الرمزية لـ stemmlerjs

    stemmlerjs/ddd-forum

    2,088عرض على GitHub↗

    This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for implementing domain-driven design and clean architecture patterns. It provides a structured environment for community discussion, enabling users to register, authenticate, and engage in moderated conversations across organized topic categories. The platform distinguishes itself by strictly separating core business logic from infrastructure concerns. By utilizing a layered hexagonal architecture and the repository pattern, the codebase isolates business rules from external frameworks a

    TypeScriptdddhackernewstypescript
    عرض على GitHub↗2,088

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • vaughnvernon/iddd_samplesالصورة الرمزية لـ VaughnVernon

    VaughnVernon/IDDD_Samples

    3,938عرض على GitHub↗

    This project is a reference implementation of domain-driven design patterns and a sample of command query responsibility segregation. It provides a collection of event-driven microservices that demonstrate the practical application of architectural principles for structuring complex software systems. The implementation separates read and write models through an event journal and organizes services into bounded contexts to maintain clear functional boundaries. It coordinates business logic by dispatching and consuming domain events to synchronize different modules. The project covers a range

    Java
    عرض على GitHub↗3,938
  • jbuget/nodejs-clean-architecture-appالصورة الرمزية لـ jbuget

    jbuget/nodejs-clean-architecture-app

    1,540عرض على GitHub↗

    This project provides a structured boilerplate for building Node.js REST APIs, implementing clean architecture principles to isolate business logic from external frameworks and data sources. It serves as a template for organizing complex backend services by enforcing a strict separation of concerns between domain entities, infrastructure, and interface layers. The architecture distinguishes itself through a modular, plugin-based server design built on the Hapi.js framework. It utilizes a dependency injection container to decouple business logic from concrete implementations, ensuring that ser

    JavaScript
    عرض على GitHub↗1,540
  • bitloops/ddd-hexagonal-cqrs-es-edaالصورة الرمزية لـ bitloops

    bitloops/ddd-hexagonal-cqrs-es-eda

    1,423عرض على GitHub↗

    Complete working example of using Domain Driven Design (DDD), Hexagonal Architecture, CQRS, Event Sourcing (ES), Event Driven Architecture (EDA), Behaviour Driven Development (BDD) using TypeScript and NestJS. Like what you see? Don't forget to star! ⭐ ^^^

    TypeScript
    عرض على GitHub↗1,423
  • asc-lab/java-cqrs-introالصورة الرمزية لـ asc-lab

    asc-lab/java-cqrs-intro

    215عرض على GitHub↗

    Examples of implementation CQRS with Event Sourcing - evolutionary approach

    Java
    عرض على GitHub↗215
  • andras-nemes/dddskeletonnetالصورة الرمزية لـ andras-nemes

    andras-nemes/DDDSkeletonNet

    181عرض على GitHub↗

    This is a .NET skeleton project to introduce the concepts of Domain Driven Design and loosely coupled layers. You can use this solution as a starting point to build loosely coupled and composable applications where the Domain is at the heart of the project.

    C#
    عرض على GitHub↗181
  • ferrius/ddd-cqrs-exampleالصورة الرمزية لـ ferrius

    ferrius/ddd-cqrs-example

    365عرض على GitHub↗

    DDD CQRS ADR PHP Symfony example

    PHP
    عرض على GitHub↗365
  • cesarcastrocuba/nlayerappv3الصورة الرمزية لـ cesarcastrocuba

    cesarcastrocuba/nlayerappv3

    155عرض على GitHub↗

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

    C#architectural-patternsasp-net-coreddd
    عرض على GitHub↗155
  • citerus/dddsample-coreالصورة الرمزية لـ citerus

    citerus/dddsample-core

    5,272عرض على GitHub↗

    This project is a reference implementation and architectural sample of Domain-Driven Design. It serves as a codebase demonstrating how to align software design with a specific business domain to manage complex business logic. The implementation functions as a reporting system that receives and processes data via JSON payloads. It utilizes a structured domain model to define and automate business workflows and handle state changes. The architecture partitions the system into distinct application and domain layers, utilizing aggregate roots for consistency and the repository pattern for data a

    Java
    عرض على GitHub↗5,272
  • codeliner/php-ddd-cargo-sampleالصورة الرمزية لـ codeliner

    codeliner/php-ddd-cargo-sample

    790عرض على GitHub↗

    PHP 7 Version of the cargo sample used in Eric Evans DDD book

    JavaScript
    عرض على GitHub↗790
  • dcomartin/ddd-cqrs-es-exampleالصورة الرمزية لـ dcomartin

    dcomartin/DDD-CQRS-ES-Example

    133عرض على GitHub↗

    Domain Driven Design, CQRS, & Event Sourcing Example using GetEventStore, CommonDomain, NServiceBus, Entity Framework, SQL Server, SignalR

    JavaScript
    عرض على GitHub↗133
  • ddd-by-examples/libraryالصورة الرمزية لـ ddd-by-examples

    ddd-by-examples/library

    5,805عرض على GitHub↗

    This project is a reference implementation of Domain-Driven Design patterns, functional domain modeling, and event-driven state coordination. It demonstrates the application of strategic and tactical design patterns to manage complex business requirements. The implementation utilizes a functional domain model with pure functions and immutable objects to manage state transitions and side effects. It features a Command Query Responsibility Segregation architecture to separate read and write models, alongside event-driven coordination to maintain consistency across autonomous business boundaries

    Java
    عرض على GitHub↗5,805
  • asc-lab/better-code-with-dddالصورة الرمزية لـ asc-lab

    asc-lab/better-code-with-ddd

    320عرض على GitHub↗

    This repository contains code that accompanies presentation ASC LAB team gave at meetup about “Creating better code with Domain Driven Design”.

    C#
    عرض على GitHub↗320
  • eventuria/gsdالصورة الرمزية لـ Eventuria

    Eventuria/gsd

    52عرض على GitHub↗

    GSD (Get your Stuff Done) | Basic Todo list for demonstrating CQRS/Command Sourcing in Haskell

    Haskell
    عرض على GitHub↗52
  • eulerfx/dddinventoryitemfsharpالصورة الرمزية لـ eulerfx

    eulerfx/DDDInventoryItemFSharp

    187عرض على GitHub↗

    Event-Sourcing and Domain-Driven Design with F# and EventStore

    JavaScript
    عرض على GitHub↗187
  • bottegait/ddd-leaven-v2الصورة الرمزية لـ BottegaIT

    BottegaIT/ddd-leaven-v2

    879عرض على GitHub↗

    DDD-CqRS sample v2.0 project that helps you with starting out advanced domain modeling using Spring, JPA and testing

    Java
    عرض على GitHub↗879
  • fabriciorissetto/kotlin-ddd-sampleالصورة الرمزية لـ fabriciorissetto

    fabriciorissetto/kotlin-ddd-sample

    306عرض على GitHub↗

    A sample DDD/CQRS project using KOTLIN :beer:

    Kotlin
    عرض على GitHub↗306
  • felipexw/clean-arch-ddd-introالصورة الرمزية لـ felipexw

    felipexw/clean-arch-ddd-intro

    23عرض على GitHub↗

    Just a simple implementation of DDD clean architecture pattern. It also contains the exaplanation about the concepts that supports this implementation.

    Java
    عرض على GitHub↗23
  • eduardopires/equinoxprojectالصورة الرمزية لـ EduardoPires

    EduardoPires/EquinoxProject

    6,774عرض على 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
    عرض على GitHub↗6,774
  • franzose/symfony-ddd-wishlistالصورة الرمزية لـ franzose

    franzose/symfony-ddd-wishlist

    202عرض على GitHub↗

    Wishlist, a sample application on Symfony 3 and Vue.js built with DDD in mind

    PHP
    عرض على GitHub↗202
  • friendsofgo/gopherapiالصورة الرمزية لـ friendsofgo

    friendsofgo/gopherapi

    80عرض على GitHub↗

    The Gopher API, is a simple CRUD API for formative purpose, we're building it while writing the posts of the blog.

    Go
    عرض على GitHub↗80
  • gregoryyoung/m-rالصورة الرمزية لـ gregoryyoung

    gregoryyoung/m-r

    2,171عرض على GitHub↗

    Simple CQRS example

    C#
    عرض على GitHub↗2,171
  • hamed-shirbandi/taskomaskالصورة الرمزية لـ hamed-shirbandi

    hamed-shirbandi/TaskoMask

    718عرض على GitHub↗

    Task management system based on .NET 8 with Microservices, DDD, CQRS, Event Sourcing and Testing Concepts

    C#
    عرض على GitHub↗718
  • humank/eventstormingworkshopالصورة الرمزية لـ humank

    humank/EventStormingWorkShop

    320عرض على GitHub↗

    EventStorming workshop, this is a hands-on workshop. Contains such topics: DDD, Event storming, Specification by example. Including the AWS product : Serverless Lambda , DynamoDB, Fargate, CloudWatch.

    Java
    عرض على GitHub↗320
  • itlibrium/ddd-starter-dotnetالصورة الرمزية لـ itlibrium

    itlibrium/DDD-starter-dotnet

    404عرض على GitHub↗

    Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.

    C#
    عرض على GitHub↗404
  • janikredpandadev/ddd-modulithالصورة الرمزية لـ janikredpandadev

    janikredpandadev/ddd-modulith

    0عرض على GitHub↗

    This project is a template for a DDD-based Modulith. It uses Symfony and is fully Docker-compatible and can be executed directly with docker compose up. The modules are integrated via IntegrationEvents, which can be found in the extra Integration directory.

    PHP
    عرض على GitHub↗0
  • jankaritech/bsdateserverالصورة الرمزية لـ JankariTech

    JankariTech/bsDateServer

    4عرض على GitHub↗

    API to convert Bikram Sambat (BS) (also called Vikram Samvat) dates to Gregorian dates and vice-versa

    Go
    عرض على GitHub↗4
  • dotnet-architecture/eshoponwebالصورة الرمزية لـ dotnet-architecture

    dotnet-architecture/eShopOnWeb

    10,676عرض على 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
    عرض على GitHub↗10,676