Answer the question
In order to leave comments, you need to log in
Should all methods in repositories be asynchronous?
I have repositories for domain models with CRUD operations. Should all these operations be made asynchronous, or should we limit ourselves to GetAsync(), DeleteAsync()?
Is there any benefit to these asynchronous repositories at all?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question