2
I am developing a small project and have, for now, two entities:
- Product and Customer
Product API is asynchronous (with Task and async) and client API is synchronous.
I would like to know if there is a problem in using these two approaches in the same project? What are the problems, if any?
Another question is also when it is actually recommended to use asynchronous Apis in projects?
I believe not, you have the code to check .
– novic