I really like to know what happens in dynamic proxy classes generated by NHibernate.
I understand very well which NHibernate dynamic proxies run at a higher level, but it can be convenient to use to decompile them (using Reflector or something similar) during debugging sessions.
So, is there a way to decompile the dynamic proxy classes that NHibernate generates?
source share