.NET Apps Performance
Today I come across of an article from Patterns & Practices, about measuring the .NET application's performance. This article throws light on all the ways that you can check for the performance for the application designed using .NET.
Most of them, though exists prior to .NET, but I guess people are not given importance to them. To name a few tools like NETSTAT, which gives you the information about the number of TCP connections are used.. honestly, I have never come to know about this prior coming to .NET
Click here to read and learn about all the possible ways to investigate and measure the performance of your application and other related issues.
What do you say?
Comments