Question

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
Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top