Inside .NET assemblies (part 1)
July 12, 2010View part 2 This post (in two parts) covers the following topics: Assemblies + Modules Appdomains and isolation (soon) Structure of a .NET…
String.Equals(), == and String.Compare()
March 02, 2010Most C# books will tell you from the early chapters that you should always override Equals in your class instead of relying on the base…