Tagged Questions

2
votes
3answers
638 views

NHibernate - Reflection or DynamicMethod?

I have used NHibernbate in few projects and now learned about few more ORMs also. I understand that, NHibernate binds Class to Datalayer dynamically during runtime using the mapping file. My Question ...