A Blog About Software Development
Welcome to my blog. Subscribe and get my latest blog post in your inbox.

Weird Serial Execution of Concurrent Request
I am working on a standard ASP.NET MVC project that uses Ajax, a lot. After a page loads, multiple ajax calls were fired up to a single method in a single controller(which is bad by design itself).

Refactoring to improve performance
We, as developers, get lost in getting a feature complete within a time-frame and negate performance most of the time. Currently, I am working on an application where I was requested to improve performance. A page was taking around 14-15s to get loaded.