Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in domain-driven-design

Strongly Typed Ids in Entity Framework Core

How do you weave Authentication, Roles and Security into your DDD?

How to handle user sessions in Domain Driven Design

Showing changes in View when using CQRS & DDD with Domain Events & ServiceBus

TDD demos/guides/videos including fake repositories or domain models [closed]

Saving domain entities changes

Implement a generic repository pattern using old ado.net

Relational database schema for event sourcing

DDD - Where should third-party API interfaces should be?

Which is better? Have complicated search logic in repository or in a domain level service (via IQueryable or other)?

DDD: Can immutable objects also be entities?

domain-driven-design

Where do all "bulk" operations belong in DDD?

Send domain entity as paremeter or send entity id as parameter in application services

Best practice for Handling NHibernate parent-child collections

Should Interfaces Live In The Same Namespace As The Concrete Classes That Implement Them? [closed]

In DDD, who should be resposible for handling domain events?

Domain driven design repository implementation in infrastructure layer

Validation using attributes

DDD Concepts in N-Layer Development

Looking for examples of Domain Events