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
Back to cesarcastrocuba/nlayerappv3

Projects sharing features with Nlayerappv3

30 open-source projects similar to cesarcastrocuba/nlayerappv3, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 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
  • kgrzybek/sample-dotnet-core-cqrs-apikgrzybek avatar

    kgrzybek/sample-dotnet-core-cqrs-api

    3,056View on GitHub↗

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

    C#clean-architectureclean-codecqrs
    View on GitHub↗3,056

AI search

Explore more awesome repositories

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

Find more with AI search
  • 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
  • zkavtaskin/domain-driven-design-examplezkavtaskin avatar

    zkavtaskin/Domain-Driven-Design-Example

    1,880View on 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
    View on GitHub↗1,880
  • cheese10yun/spring-jpa-best-practicescheese10yun avatar

    cheese10yun/spring-jpa-best-practices

    1,173View on 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
    View on GitHub↗1,173
  • vaughnvernon/iddd_samplesVaughnVernon avatar

    VaughnVernon/IDDD_Samples

    3,938View on 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
    View on GitHub↗3,938
  • stemmlerjs/ddd-forumstemmlerjs avatar

    stemmlerjs/ddd-forum

    2,088View on 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
    View on GitHub↗2,088
  • jbuget/nodejs-clean-architecture-appjbuget avatar

    jbuget/nodejs-clean-architecture-app

    1,540View on 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
    View on GitHub↗1,540
  • android10/android-cleanarchitecture-kotlinandroid10 avatar

    android10/Android-CleanArchitecture-Kotlin

    4,811View on GitHub↗

    This project is a reference Kotlin Android application template and a set of sample implementations demonstrating Clean Architecture principles. It provides a structural design that isolates core business rules from the user interface and data sources into distinct, layered modules. The implementation focuses on the Model-View-ViewModel (MVVM) pattern to decouple UI logic from data models. It utilizes a dependency injection framework to automate object creation and manage component lifecycles, while employing a repository pattern to abstract data requests across memory, disk, and cloud source

    Kotlinandroidandroid-cleanarchitecture-kotlinandroid-development
    View on GitHub↗4,811
  • asc-lab/java-cqrs-introasc-lab avatar

    asc-lab/java-cqrs-intro

    215View on GitHub↗

    Examples of implementation CQRS with Event Sourcing - evolutionary approach

    Java
    View on GitHub↗215
  • asc-lab/dotnetcore-microservices-pocasc-lab avatar

    asc-lab/dotnetcore-microservices-poc

    1,937View on GitHub↗

    Very simplified insurance sales system made in a microservices architecture using .NET Core

    CSScqrsdapperddd
    View on GitHub↗1,937
  • aspnet/entropyaspnet avatar

    aspnet/Entropy

    559View on GitHub↗

    A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.

    C#aspnet-product
    View on GitHub↗559
  • athkalia/just-another-android-appathkalia avatar

    athkalia/Just-Another-Android-App

    1,602View on GitHub↗

    An Android base app with loads of cool libraries/configuration NOT MAINTAINED

    Javaandroidandroid-architectureandroid-development
    View on GitHub↗1,602
  • andreschaffer/event-sourcing-cqrs-examplesandreschaffer avatar

    andreschaffer/event-sourcing-cqrs-examples

    596View on GitHub↗

    Event Sourcing and CQRS in practice.

    Java
    View on GitHub↗596
  • amitshekhariitbhu/rxjava2-android-samplesamitshekhariitbhu avatar

    amitshekhariitbhu/RxJava2-Android-Samples

    4,917View on GitHub↗

    This repository is a collection of practical implementation patterns and reference samples for using RxJava 2 to manage asynchronous data streams in Android applications. It serves as a reactive programming implementation guide, providing code examples for handling complex event-driven logic and asynchronous patterns within mobile environments. The project distinguishes itself by providing specific reference implementations for common mobile challenges, such as real-time search with debouncing, on-demand list pagination for infinite scrolling, and cache-first data streaming to reduce perceive

    Javaandroidexampleexamples
    View on GitHub↗4,917
  • asc-lab/dotnet-cqrs-introasc-lab avatar

    asc-lab/dotnet-cqrs-intro

    138View on GitHub↗

    Examples of implementation CQRS with Event Sourcing - evolutionary approach

    C#
    View on GitHub↗138
  • bufferapp/android-clean-architecture-boilerplatebufferapp avatar

    bufferapp/android-clean-architecture-boilerplate

    3,684View on GitHub↗

    This project is a clean architecture reference implementation and modular project template for Android development. It provides a structural blueprint designed to isolate business logic from external frameworks and user interfaces. The template emphasizes a modular approach to organize code into independent modules, which is intended to improve build times and long-term project scalability. It demonstrates the application of domain-driven design to keep core business rules and entities independent from the underlying platform. The implementation covers several key architectural patterns, inc

    Kotlinandroidandroid-applicationandroid-architecture
    View on GitHub↗3,684
  • bottegait/ddd-leaven-v2BottegaIT avatar

    BottegaIT/ddd-leaven-v2

    879View on GitHub↗

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

    Java
    View on GitHub↗879
  • asc-lab/better-code-with-dddasc-lab avatar

    asc-lab/better-code-with-ddd

    320View on GitHub↗

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

    C#
    View on GitHub↗320
  • cecilphillip/aspnet-servicediscovery-patternscecilphillip avatar

    cecilphillip/aspnet-servicediscovery-patterns

    296View on GitHub↗

    Samples of simple service discovery patterns with ASP .NET Core

    C#aspnet-coreconsulrabbitmq
    View on GitHub↗296
  • andras-nemes/dddskeletonnetandras-nemes avatar

    andras-nemes/DDDSkeletonNet

    181View on 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#
    View on GitHub↗181
  • chiuki/espresso-samplesC

    chiuki/espresso-samples

    0View on GitHub↗
    View on GitHub↗0
  • chsakell/aspnet5-angular2-typescriptchsakell avatar

    chsakell/aspnet5-angular2-typescript

    345View on GitHub↗

    Cross-platform Single Page Applications with ASP.NET Core, Angular 4 & TypeScript

    C#
    View on GitHub↗345
  • citerus/dddsample-coreciterus avatar

    citerus/dddsample-core

    5,272View on 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
    View on GitHub↗5,272
  • cloudscribe/cloudscribeC

    cloudscribe/cloudscribe

    0View on GitHub↗
    View on GitHub↗0
  • codeliner/php-ddd-cargo-samplecodeliner avatar

    codeliner/php-ddd-cargo-sample

    790View on GitHub↗

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

    JavaScript
    View on GitHub↗790
  • commonsguy/cw-omnibuscommonsguy avatar

    commonsguy/cw-omnibus

    5,320View on GitHub↗

    This project is a reference library for Android development, providing source code and sample applications that demonstrate architectural patterns and the implementation of core API capabilities. It serves as a collection of reference implementations for data management, system integration, and user interface component development. The library provides specific examples for managing hardware interfaces, background tasks, and inter-process communication. It includes a gallery of user interface components and patterns for implementing accessibility features and system-level font scaling. The p

    Javaandroidandroid-book
    View on GitHub↗5,320
  • damienbod/aspnet5geoelasticsearchdamienbod avatar

    damienbod/AspNet5GeoElasticsearch

    37View on GitHub↗

    ASP.NET Core MVC Geo Elasticsearch Swashbuckle Swagger

    C#asp-net-coredocumentationelasticsearch
    View on GitHub↗37
  • boostercloud/boosterboostercloud avatar

    boostercloud/booster

    445View on GitHub↗

    Booster Framework

    TypeScript
    View on GitHub↗445