Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start abstracting use case logic and domain entities into a "Core" project. #10

Closed
5 tasks
skittlz444 opened this issue Aug 12, 2020 · 0 comments · Fixed by #22
Closed
5 tasks

Start abstracting use case logic and domain entities into a "Core" project. #10

skittlz444 opened this issue Aug 12, 2020 · 0 comments · Fixed by #22
Assignees
Labels
enhancement New feature or request

Comments

@skittlz444
Copy link
Collaborator

So as to keep the use case implementations abstracted away from any UI framework dependent implementations (i.e. so that the controller action logic doesn't become dependent on react, blazor, mvc, or other ui specific framework).

This issue is specifically for setting up the core project, creating a demonstration use case for using MediatR and dependency injection to complete the required logic.

  • Create the Core project
  • Create a Core.Tests project
  • Import MediatR into the projects
  • Register MediatR
  • Chose and implement a demonstration use case and tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant