May 2018
Intermediate to advanced
334 pages
7h 25m
English
The term communication is self-explanatory; it is the act of interaction between services. Examples of this include the following:
This communication happens over the HTTP protocol as messages or data traverse over the wire.
Your application's performance impacts how services communicate with each other.
Asynchronous communication is one of the methods that help to scale applications. In ASP.NET Core, we can achieve this by using asynchronous HTTP calls (asynchronous programming): ...