The post CQRS Pattern in C# and Clean Architecture – A Simplified Beginner’s Guide appeared first on Dev Leader.
In this article, we’ll explore th...
For further actions, you may consider blocking this person and/or reporting abuse
I would return the entity Id after saving it instead of bool because if saving is going to raise an exception anyway there is no point in checking for false.
Yup - Fair point. These are just overly trivialized examples but they can certainly be improved upon. Thanks for the comment!
Hi Dev Leader,
Your tips are very useful
Thanks for sharing
Glad that you're enjoying!