EF 4 Pluralization Update
I previously wrote about playing with EF 4’s PluralizationService class. Now that OrcsWeb is running ASP.NET 4, you can play with my little pluralization page and its WCF service online.
The source code (such as it is!) can be downloaded from the MSDN Code Gallery here:
http://code.msdn.microsoft.com/PluralizationService
BTW, one annoyance is that the WDSL still includes the default namespace:
namespace="http://tempuri.org/"
I swatted a couple of these instances, but if you know how to get rid of the rest, perhaps you’d post the fix as a comment so everyone will see it?
Ken
MVP [ASP.NET]