-
-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc9b27c
commit bb6c3fe
Showing
8 changed files
with
75 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
Sample/EventPipelines/EventPipelines.EventStoreDB/EventPipelines.EventStoreDB.csproj
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Sample/EventPipelines/EventPipelines.EventStoreDB/SubscriptionsTests.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Warehouse | ||
- simplest CQRS flow using .NET 5 Endpoints, | ||
# Warehouse Minimal API | ||
- CQRS flow using Minimal API, | ||
- example how to inject handlers in MediatR like style to decouple API from handling, | ||
- example of how and where to use C# Records, Nullable Reference Types, etc, | ||
- No Event Sourcing! Using Entity Framework to show that CQRS is not bounded to Event Sourcing or any type of storage, | ||
- No Aggregates! CQRS do not need DDD. Business logic can be handled in handlers. | ||
- No Aggregates! CQRS do not need DDD. Business logic can be handled in handlers. | ||
- 📝 Read more [CQRS is simpler than you think with .NET 6 and C# 10](https://event-driven.io/en/cqrs_is_simpler_than_you_think_with_net6/?utm_source=event_sourcing_net) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters