Recently I came to know that there is a inbuilt profiler in Visual Studio 2008, with which we can know the performance of our application. This can be started from VS Analyze tab. Here are the simple steps to use this profiler. Open the project in visual studio and go to analyze tab -> profiler -> new performance session Performance Explorer will be added to the application. In that explorer click Launch performance wizard. A wizard will be opened with the application selected by default and three simple steps to set up new performance target Click on Launch with profiling button on the Performance Explorer. This will run the application, just like we run in debug mode. Go through the scenario, in which you want to know the performance one by one. But going for One at a time is suggestible. Once the scenario ends, Click on Stop profiler icon. This will automatically generates a report. Report provides various view of data. We can use functions view to check which functions taking...
"... things I learn through work!!!!"