This question is locked. New answers and comments are not allowed.
Hello
Just curious. 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
UPDATE
________________
Is fluent mapping api the only way to work with code only approach? I mean I already have business objects, and I want to make them persistent, fluent api is the only solution? or is it possible to decorate the objects with attributes or map it through xml like nhibernate does?