Reading .Net Profiler traces
This blog post explains the important information of a .Net Profiler Trace data capture and helps you to identify slowness at thread level or dependency exec...
This blog post explains the important information of a .Net Profiler Trace data capture and helps you to identify slowness at thread level or dependency exec...
Azure Load Balancer has a default idle timeout setting of four minutes. This setting is generally a reasonable response time limit for a web reques...
What are the limitations of physical RAM? Your computer has 2GB of RAM installed. You just ran a SQL query which demanded 500MB to store the resu...
Deadlocks is a state where two or more threads are stuck indefinitely waiting for each other. This is technically a freeze and not a performance pr...
A common requirement for applications is the ability to make outbound network calls to other network endpoints. This includes calling out to Azure ...