Today I will… find hidden latency across a distributed .NET application

Source: Visual Studio Blog ·

When a distributed application feels slow, the user sees one delay. The code behind that delay may run across a web frontend, backend services, databases, and external APIs. If you profile only the frontend while the backend is slow, the profiler can show that the frontend is healthy without revealing the actual bottleneck. This article […] The post Today I will… find hidden latency across a distributed .NET application appeared first on Visual Studio Blog.