DotNetDataAccessTour
DotNetDataAccessTour copied to clipboard
A tour of different data access approaches in .NET 8+.
If so can we have it as another option?
Folks might use this as a model for production code. Thus, we should be passing CTs around.
Currently some samples use non-async DbContext methods and actions.
There should be one test per endpoint, and you should be able to run the same set of tests against every variation using `[Theory]` and `InlineData` or similar parameterized tests.
Controllers are out; minimal APIs are in.