Performance Tuning of .NET Application


This article is all about to improve the performance of the .NET application using the proper metrics and ways. Many cases developers optimize the performance on guessing without finding the bottlenecks of the application. Some cases developers tends to use the same IList<T>  collection on every case, instead .NET support a variety of collection family for some specific tasks. So, in the below presentation I would like to share how a developer should approach on optimizing the performance of a .NET application.

Leave a comment