Blogger icon indicating copy to clipboard operation
Blogger copied to clipboard

Clean Architecture, CQRS, and DDD Implementation by ASP.NET Core Blog problem domain.

Results 10 Blogger issues
Sort by recently updated
recently updated
newest added

As a suggestion, emitting a domain event like CommentCreated would be more effective when creating a comment. A handler, such as the MakeCommentCommandHandler, can then manage this event and attempt...

Hello, This is database diagram of blogger, I think that yellow marked fields should be primary keys of particular tables. because in this situation we can have multiple record with...

add AuthorBuilder and ArticleBuilder change ArticleTest

Add Test for PublishedOnUtc in Draft to be before now in ArticleTests.

Feat: Send Notification to Subscriber When a New Article is Created

I noticed your project doesn't have authentication or authorization and I would like to implement them. There a few questions that need to be answered : - What type of...

Is there a difference between using _events.AsReadOnly() and [.. _events]? If yes why not use the first one?

Hi Team, I have noticed that within the valueObjectTest in the BuildingBlocks project, both Price and Address are defined as the same ValueObject. This seems counterintuitive as Price and Address...

Add UnitOfWorck to Dbcontext for Access SaveEntitiesAsync and get all events from domainEvents and Raise it

Is Article Category implemented ?