ORM (object-relational mapping) in .NET 3.5
posted by scarnie(0) 4 years, 7 months ago 0
NHibernate (by default) generates IL for all the property get/set operations, so it is not using reflection after it's initial startup.
Reply