ASP.NET Boilerplate - Web Application Framework
-
Updated
Sep 28, 2021 - C#
{{ message }}
ASP.NET Boilerplate - Web Application Framework
Open Source Web Application Framework for ASP.NET Core
Guide on Domain-Driven Design, Hexagonal architecture, best practices etc.
Let's add MinVer and on successful builds generate a release.
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
.NET 5, ASP.NET Core 5, Entity Framework Core 5, C# 9, Angular 12, Clean Code, SOLID, DDD.
Async/await first CQRS+ES and DDD framework for .NET
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
An organized learning path on Clean Code, Test-Driven Development, Legacy Code, Refactoring, Domain-Driven Design and Microservice Architecture
Blog series supplementary domain-driven design C# repository that (hopefully) actually makes sense.
Domain Driven Design in Python, Ruby and other dynamic languages resources
The missing, complete example of Domain-Driven Design enterprise application backed by Spring stack
Event Sourcing for Go!
A Ruby implementation of an Event Store based on Active Record
Domain-Driven-Design Pub/Sub Domain-Events framework
A Python framework to write Kubernetes operators in just few lines of code.
Media server for comics/mangas/BDs with API and OPDS support
A library for event sourcing in Python.
Asp.Net Core 5 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 12, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR, Hosted Services, Health Checks, Security Headers, ...
A Vinyl-Trading enterprise app built with Node.js + TypeScript using Domain-Driven Design
A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
Apache Isis™ software is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services or view models, and the framework dynamically generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production.
A curated list of awesome Elixir and Command Query Responsibility Segregation (CQRS) resources.
EventStore Implementation in node.js
Code examples for my conference talk on implementing ddd with spring
Comprehensive guide to a couple of possible ways of synchronizing two states with Spring tools. Synchronization is shown by separating command and queries in a simple CQRS application.
Libraries to help developers express architectural abstractions in Java code
a cqrs and event sourcing framework for dotnet core using akka.net
Add a description, image, and links to the domain-driven-design topic page so that developers can more easily learn about it.
To associate your repository with the domain-driven-design topic, visit your repo's landing page and select "manage topics."
https://github.com/kgrzybek/modular-monolith-with-ddd/blob/54d209639e501301e879aa0d0a84c9ea49e4689e/src/Modules/Meetings/Domain/Meetings/Rules/MeetingAttendeesLimitMustBeGreaterThanGuestsLimitRule.cs#L1-L21
I believe the comparison operator used in the
IsBrokenmethod is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.