All Projects → getson → MonolithicArchitecture

getson / MonolithicArchitecture

Licence: other
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MonolithicArchitecture

Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+1161.11%)
Mutual labels:  aspnetcore, ddd, domain-driven-design, clean-architecture, entity-framework-core
Sample Dotnet Core Cqrs Api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Stars: ✭ 1,273 (+6972.22%)
Mutual labels:  cqrs, ddd, domain-driven-design, clean-architecture, entity-framework-core
Modular Monolith With Ddd
Full Modular Monolith application with Domain-Driven Design approach.
Stars: ✭ 6,210 (+34400%)
Mutual labels:  cqrs, ddd, domain-driven-design, clean-architecture, entity-framework-core
Dotnet New Caju
Learn Clean Architecture with .NET Core 3.0 🔥
Stars: ✭ 228 (+1166.67%)
Mutual labels:  cqrs, ddd, domain-driven-design, clean-architecture
Clean Architecture Manga
🌀 Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
Stars: ✭ 3,104 (+17144.44%)
Mutual labels:  domain-driven-design, clean-architecture, entity-framework-core, cleanarchitecture
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+12594.44%)
Mutual labels:  aspnetcore, ddd, domain-driven-design, clean-architecture
Plastic
This project provides encapsulation of things like Domain, Application Rules, Business Rules or Business Logic in Application.
Stars: ✭ 30 (+66.67%)
Mutual labels:  cqrs, ddd, domain-driven-design, clean-architecture
Clean-Architecture-Template
Configurable Clean Architecture template containing the DDD + CQRS approach for .NET Core applications.
Stars: ✭ 14 (-22.22%)
Mutual labels:  cqrs, ddd, domain-driven-design, clean-architecture
buchu
Use Cases - Uniform, auditable and secure use case library
Stars: ✭ 23 (+27.78%)
Mutual labels:  ddd, domain-driven-design, clean-architecture, cleanarchitecture
Practical Clean Ddd
A simplified and effortless approach to get started with Domain-driven Design, Clean Architecture, CQRS, and Microservices patterns
Stars: ✭ 28 (+55.56%)
Mutual labels:  cqrs, aspnetcore, ddd, clean-architecture
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (+277.78%)
Mutual labels:  cqrs, ddd, domain-driven-design, clean-architecture
EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (+888.89%)
Mutual labels:  cqrs, ddd, domain-driven-design, clean-architecture
Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Stars: ✭ 162 (+800%)
Mutual labels:  cqrs, aspnetcore, ddd, domain-driven-design
educational-platform
Modular Monolith Java application with DDD
Stars: ✭ 124 (+588.89%)
Mutual labels:  cqrs, ddd, domain-driven-design, clean-architecture
Joker
An example of microservices container based application which implemented different approaches within each microservice (DDD, CQRS, Simple CRUD)
Stars: ✭ 41 (+127.78%)
Mutual labels:  ddd, entity-framework-core, identityserver4
Netdevpack
A smart set of common classes and implementations to improve your development productivity.
Stars: ✭ 220 (+1122.22%)
Mutual labels:  cqrs, aspnetcore, ddd
eventuous
Minimalistic Event Sourcing library for .NET
Stars: ✭ 236 (+1211.11%)
Mutual labels:  cqrs, ddd, domain-driven-design
Messagebus
A MessageBus (CommandBus, EventBus and QueryBus) implementation in PHP7
Stars: ✭ 178 (+888.89%)
Mutual labels:  cqrs, ddd, domain-driven-design
Restairline
DDD+CQRS+EventSourcing+Hypermedia API+ASP.NET Core 3.1+Masstransit+terraform+docker+k8s
Stars: ✭ 243 (+1250%)
Mutual labels:  cqrs, aspnetcore, ddd
financial
POC de uma aplicação de domínio financeiro.
Stars: ✭ 62 (+244.44%)
Mutual labels:  cqrs, domain-driven-design, clean-architecture

Monolithic architecture based on CQRS and DDD principles

This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD etc.

Build Status

Packages

Package Latest Stable
BinaryOrigin.SeedWork.Core Nuget Package
BinaryOrigin.SeedWork.Infrastructure Nuget Package
BinaryOrigin.SeedWork.Messages Nuget Package
BinaryOrigin.SeedWork.Persistence.Ef Nuget Package
BinaryOrigin.SeedWork.WebApi Nuget Package

Providers

Package Latest Stable
BinaryOrigin.SeedWork.Persistence.MySql Nuget Package
BinaryOrigin.SeedWork.Persistence.SqlServer Nuget Package

Getting started:

1 - Ensure that identity server is started
2 - Use this request body for generating a token:

client_id:clientId
client_secret:secret
scope:myApi profile openid
username:getson
password:password
grant_type:password

3 - Copy access token and paste it to swagger
4 - Enjoy debugging.

Your feedback is welcomed :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].