c# - Can you compare Fluent NHibernate with xml configuration mapping files? -
c# - Can you compare Fluent NHibernate with xml configuration mapping files? -
what should take consideration if need take between fluent nhibernate , standard xml mapping files of nhibernate?
can compare prominent differences should aware of?
several things , mentioned perchance duplicate question main 1 can think of can alter xml files without code recompile cannot alter mappings in fluent without recompiling because nature compiled.
that said can have mappings assembly , patch that. whatever changes create need run through integration tests.
aside fluent nhibernate can confusing nhibernate users because mix terms own should start xml file mappings until totally understand whats going on migrate fluent if don't need alter mappings without recompilation reads better.
however don't forget adding layer of abstraction on top own quirks can create interesting debugging.
c# .net nhibernate fluent-nhibernate
Comments
Post a Comment