Windows

Reading .Net Profiler traces

5 minute read

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...

Async/Await - Best Practices

less than 1 minute read

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...

Azure App Service Logs

1 minute read

Azure App Service Logs Azure App Service logs are a feature provided by Microsoft Azure that enable you to capture and analyze log data generated ...

Back to top ↑

Troubleshooting

Back to top ↑

linux

Back to top ↑

.Net Profiler thread stack

Reading .Net Profiler traces

5 minute read

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...

Back to top ↑

Performance

Reading .Net Profiler traces

5 minute read

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...

Back to top ↑