Recent posts

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

See All Blog Posts