Performance Engineering: Performance Parameters

Lot of the times we tend to keep Performance Parameters too vague with statements such as:
“The application needs to be really fast.”
“I should see the web page loading in less than 10 seconds.”
Statements like this have a lot of ambiguity and do not provide direction if we…

Know your .NET collections

There is often confusion on using .NET collections. Here is a quick reference on the .NET collections and how to use them correctly.
Array
Describes the major features of the Array class, which provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all…