Any recommendations on a good .NET Reflection reference book?

  • Thread starter Thread starter roybrew
  • Start date Start date
R

roybrew

Does anyone have any recommendations for a good .NET Reflection
reference book? I'm not interested in "intro" books. I need to go a
little deeper than that.
 
Hi,

Does anyone have any recommendations for a good .NET Reflection
reference book? I'm not interested in "intro" books. I need to go a
little deeper than that.

What's wrong with the MSDN docs on Reflection?


Oliver Sturm
 
Hi,



What's wrong with the MSDN docs on Reflection?

Oliver Sturm
--http://www.sturmnet.org/blog- MVP C#

I'd just like to see something with more examples. To be sure MSDN is
a great reference, but is no bible. But, tricks of the trade are not
found there as well as the little "undocumented" features. I've run
into some trouble, conflicts and problems loading assemblies into non-
current domains. Granted, these problems may be specific to my
implementation, but I have found very little info on this. I need to
be able to load assemblies into a temporary domain so that I can then
unload them. Detailed samples on that topic are sparse.

roy
 
Back
Top