Skip to content

Dapper-backed endpoint examples - #15

Merged
adeutscher merged 47 commits into
developfrom
feat/dapper
Aug 9, 2026
Merged

Dapper-backed endpoint examples#15
adeutscher merged 47 commits into
developfrom
feat/dapper

Conversation

@adeutscher

Copy link
Copy Markdown
Owner

Incorporate endpoints that query their information from Dapper-backed repositories into the general template. These examples are based on applied cases from other projects.

Other notes:

  • The Product endpoints are backed by Dapper with a service and repository layer.
  • The Order endpoints are backed by a deterministic source generated version of the established Dapper pattern based off of the OrderDto DTO definition.
    • Use of the source generation feature is encouraged, as it requires less code to be written/reviewed per table.
  • Local testing now uses a MariaDB container, with a schema backed by the RedShirt.Example.Schema project
  • Within the solution, common projects and data store projects are now organized into solution folders.

@adeutscher adeutscher linked an issue Aug 9, 2026 that may be closed by this pull request
@adeutscher adeutscher linked an issue Aug 9, 2026 that may be closed by this pull request
@adeutscher
adeutscher merged commit 34cb6fd into develop Aug 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SQL Access Repository (Dapper) SQL Access Repository (Dapper+Source Generation)

1 participant