Visual Studio has taken care of the measurement of required parameters for our solution and here we will be understanding them in detail.
Continue readingTag: .NET Framework
C# String Interning for Efficient String Comparison
String interning is very important concept when we need to do string comparison. This article has everything that a developer need to know about this
Continue reading