Home All Groups Group Topic Archive Search About

Any recommendations on a good .NET Reflection reference book?

Author
18 Apr 2007 2:03 PM
roybrew@att.net
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.

Author
20 Apr 2007 4:56 PM
Oliver Sturm [MVP C#]
Hi,

royb***@att.net wrote:

> 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
Author
20 Apr 2007 7:03 PM
roybrew@att.net
On Apr 20, 12:56 pm, "Oliver Sturm [MVP C#]" <oli***@sturmnet.org>
wrote:
> Hi,
>
> royb***@att.net wrote:
> > 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
> --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

AddThis Social Bookmark Button