1

Suppose I have an assembly A which has all the entities and mappings using fluent api. this assembly needs enhancing, I get it. but what happens to the assembly which is using assembly A. does it need enhancing too?

thanks

Davita
  • 8,928
  • 14
  • 67
  • 119
  • Actually you only need the entities and a class derived from the FluentMetadataSource, you can have the actual Context defined elsewhere. – sovanesyan Mar 11 '11 at 14:41

1 Answers1

3

Only the project that contains your persistent entities requires enhancement :) I have videos currently being prepped for upload to Telerik TV, which show the step by step process. They should be uploaded by the end of today.

-Josh

Community
  • 1
  • 1
Joshua
  • 321
  • 3
  • 7