views:

76

answers:

1

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
A: 

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.

Robert Koritnik
I see.BTW when is the official release date?
Shimmy
I guess it's March 22nd 2010, because MSDN Subscriptions will change at that point. And they are bound to Visual Studio 2010.
Robert Koritnik