DEV Community

Discussion on: Unit Testing. Logic in Domain vs Logic in SQL

Collapse
 
jadjare profile image
jadjare

Yes, that makes sense. Sounds like we're on the same wave length.
We have a read only repository object with specific named methods along the lines you suggest.

We're writing the code in dotnetcore and using a library called Dapper for managing our requests to the database and converting the response to our strongly typed objects.