Search code examples
entity-frameworkvisual-studio-2008-sp1edmxnavigation-propertiespluralize

Pluralization service in Entity Framework - Visual Studio 2008?


Does any one know if there is kinda implementation/addon for VS 2008 SP1 for pluralization service in entity framework like there is gonna b in vs 2010?

example:

In database:
Entity Order  
---OrderId  
---CustomerId
---OrderDate

Entity Customer  
---CustomerId  
---Name 

In EDM:

Order.Customer  
Customer.Orders  
DataContext.Orders  
DataContext.Customers

Solution

  • I don't think there is, but you can write your own VS plugin and share it with others. But you'll still more or less waste your time with this plugin, because VS 2010 is soon to be released.