Used Minimal APIs builders instead of custom one in Warehouse CQRS sample #145
oskardudycz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do you know that you can use .NET MinimalAPI methods not only in
Program.cs
?Yes, you can! It lets you slice your architecture and put endpoints definitions separately, near the respectful business logic. This matches great with CQRS.
See more in the PR: #144
This discussion was created from the release Used Minimal APIs builders instead of custom one in Warehouse CQRS sample.
Beta Was this translation helpful? Give feedback.
All reactions