I\'m looking at someone elses code for a custom comparer that compares strings. I\'m noticing that it will fall over if at least one of the string parameters is null.
My Requirement: I have this straight forward requirement of listing names of people in alphabetical order in a Indexed table view with index titles being the starting letter of alphabets (additionally
I\'ve got the following classes: public class SupplierCategory : IEquatable<SupplierCategory> { public string Name { get; set; }