Pluralization Services
Recently as part of my work with the Entity Framework (EF) I came across a very interesting feature that could be leveraged in many other areas beyond the EF: The Pluralization Services. As you may be aware of, the EF has a feature that pluralizes the name of an entity when making entity sets. In order to pluralize the name it uses the Pluralization Services through which it figures what name to assign to the set.
You can access the PluralizationService at the System.Data.Entity.Design.PluralizationServices namespace:
Keep in mind this is an abstract class so you’ll need to use the static CreateService method on the class to access the different services. Thus far though the only culture implemented is: “en-us”.
If you want to see some examples on how to manually use this class as well as to how to add your own mappings (How you would like for a word to be pluralized) you can visit this page: Entity Framework 4.0: Pluralization
Love
Can we use Let's Encrypt, the free and open certificate authority?
Hola! gracias por la info, me sirvió el comando sacandole el nombre del server. En mi caso, fue una migración…
Yes 3rd option helped me too. I removed the WC key Values from config file then started working.
I know this is from 2014. But really, thank you!