kr.prem
kr.prem
CC#
Created by kr.prem on 4/18/2024 in #help
For WebAPI projects should we go all the way async ?
Working on .NET 5 (just for now) web API, I have Controllers, Service and Repository files. Should I use asynchronous methods in all 3 files from starting to end like a chain. Controller is using Request - Response Model and repository is having DB Model, conversion and other business logics are implemented in the service file.
6 replies