© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
4 replies
bookuha

❔ CRUD(REST) + DDD

Hi, I’m developing a simple CRUD messenger and trying to also have it DDD’ed.
The problem is that the interaction interface is REST, and I want to update a specific message content/recipient/color.
By terms of DDD I could simply get some domain services, aggregates with this logic injected or value objects and simply call the ChangeMessageColor(Message) method.
But REST, the way I understand it, makes me expose a single PUT message/id endpoint, that will receive any changes to the resource
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

hangfire in DDD
C#CC# / help
11mo ago
❔ About Crud
C#CC# / help
4y ago
✅ DDD & DI Mark Seemann
C#CC# / help
12mo ago
DDD Specification with AND Operator
C#CC# / help
3y ago