Any recommendations on a good .NET Reflection reference book?

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.
 
O

Oliver Sturm [MVP C#]

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
 
R

roybrew

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top