Blog posts with tag "assemblies"

Inside .NET assemblies (part 1)

July 12, 2010

View 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, 2010

Most C# books will tell you from the early chapters that you should always override Equals in your class instead of relying on the base…