Why does entity framework pluralize and capitalize entity class names?
问题 Why does entity framework pluralize all the class names and capitalize the first letters by default? What are the advantages of doing this ? Probably a stupid question...but just out of curiosity? 回答1: In the Capitalization Conventions section of the .NET Design Guidelines for Developing Class Libraries, it states that all class names should be in Pascal case, which it defines as: "The first letter in the identifier and the first letter of each subsequent concatenated word are capitalized.