You can follow me here:
http://twitter.com/darioquintana
Thanks to Angel for share this video, but it’s on plain English, similar to Anglish
You can follow me here:
Thanks to Angel for share this video, but it’s on plain English, similar to Anglish
NHibernate (as a lot of frameworks of IoC) has reflection optimizers to create objects, set and get field/properties. So you don’t have to be worried about that matter: NHibernate isn’t using a plain reflection approach.
This could be an very good argument at the time to “sell NHibernate” to: a customer, a Company or my boss. Have a look on the results of a demo proyect:

As you can see the use of the reflection optimized is faster than the use of reflection. Obviously direct access is the fastest way, but impossible to use in a ORM like NHibernate (as in many other frameworks).
You can download the demo application here.
Thanks to Fabio Maulo to make this example looks nicer. Gracias che !