DotNetDataAccessTour icon indicating copy to clipboard operation
DotNetDataAccessTour copied to clipboard

A tour of different data access approaches in .NET 8+.

Results 6 DotNetDataAccessTour issues
Sort by recently updated
recently updated
newest added

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.